File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Tomcat configuration in Eclipse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Tomcat configuration in Eclipse" Watch "Tomcat configuration in Eclipse" New topic
Author

Tomcat configuration in Eclipse

vinodh kumar
Ranch Hand

Joined: Jan 07, 2008
Posts: 41
Hi

I need to know how to configure apache tomcat server in eclipse IDE.


VINODH KUMAR
/**SCJP 1.5***chemical engineering rocks*/ [My Wiki]
karthikeyan Chockalingam
Ranch Hand

Joined: Sep 06, 2003
Posts: 259
Please use a plugin like sysdeo [to start and stop Tomcat] and also a ANT script to copy the class files after compilation.

Though Tomcat reloads the context if it finds class file changes in DEV mode, you may need to restart in few scenario [like changes in struts-config.xml]


http://www.skillassert.com


Rodrigo Lopes
Ranch Hand

Joined: Feb 29, 2008
Posts: 118
With Eclipse 3.3 and WTP you don't need any other plugin.

Adding Tomcat Server

WTP Tomcat FAQ
karthikeyan Chockalingam
Ranch Hand

Joined: Sep 06, 2003
Posts: 259
Thats a great news. Thanks for sharing the information.
vinodh kumar
Ranch Hand

Joined: Jan 07, 2008
Posts: 41
Hi,

I followed as mentioned above and created&started the server in j2ee mode,but i unable to see the default home page for http://localhost:8080.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tomcat configuration in Eclipse
 
Similar Threads
Stop/Start Tomcat within eclipse
tomcat and eclipse
Long request with struts2
eclipse debugger is dead
How to config the java_option for tomcat in eclipse?