Thanks for the link Randy. I have another question for ya. Hope you don't
mind. When I add the runtime for tomcat 5.5 to a simple dynamic web
project i created in eclipse 3.2, and I run the application on it and it
loads up, why am I not able to see the Tomcat home page? You know the page
you see when you type in http://localhost:8080? I cant access the manager
or the admin application. Rather useless running the application through
the IDE IMO. It would be better of to make a JAR file of your app and then
just manually copy and paste it to the Tomcat installation under webapps
and have it load it automatically. Or better yet, use a really powerful
Ant file that will do all that and still retain the functionality of
Tomcat like accessing the manager app and the admin app.