
May 9th, 2001, 03:33 PM
|
|
Contributing User
|
|
Join Date: Feb 2001
Posts: 68
Time spent in forums: < 1 sec
Reputation Power: 8
|
|
Deploying servlets in Tomcat
Hopefully someone will answer  I am a java programmer... thats it... New to using tomcat with apache. I need to deploy my servlets into tomcat. I read that they need to be under a /WEB-INF directory. So I did. But what are all these web.xml files and using ANT and build.sh and build.xml files. Before, using JServ, i dropped my dang servlets in and they ran. Do I have to let tomcat compile my source code? I just want to drop my servlets in a directory and run HTML to call them. Simple. Is there a way to do this without needing all the extra WAR and .xml files????????
|