Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding Tomcat Server in Intellij

Tags:

There are many questions on this website regarding that please be assured that I have checked them and didn't find my answer.

I am really a newbie in IntelliJ. Here is my edit configuration screenshot. Please help me with adding tomcat server in this IDE, I know how to do it in Eclipse but Intellij is giving me hard time.

enter image description here

like image 391
dharam Avatar asked Jun 21 '13 07:06

dharam


People also ask

Can I use Tomcat with IntelliJ?

If you're not creating a new project from scratch and instead have an existing project that runs on Tomcat, you can configure IntelliJ IDEA Ultimate to connect to your existing Tomcat installation. Let's work with this application from GitHub: Clone the Project in IntelliJ IDEA and then go to Run > Edit Configurations.

How do I download Tomcat from IntelliJ?

Download and extract Tomcat installation package to a local directory, as instructed in "Installing Apache Tomcat". Select Configure › Settings. Select IDE Settings › Application Servers. Click + and select Tomcat Server to add a Tomcat server, or any of the other supported servers.


1 Answers

Tomcat integration is available only in IntelliJ IDEA Ultimate Edition, while you are running the Community Edition. Here is the page that describes the difference between the editions.

like image 139
CrazyCoder Avatar answered Sep 24 '22 03:09

CrazyCoder