| 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.
|
 |
 |
|
|
subject: Tomcat configuration in Eclipse
|
|
|