Servlets should be placed in a sub-directory of the webapps folder under /WEB-INF/classes
For example, if you installed tomcat to "c:\tomcat" and have an application called "testApp" you might have something like the following:
c:\tomcat\webapps\testApp\pictures\*.jpg c:\tomcat\webapps\testApp\*.html c:\tomcat\webapps\testApp\someotherdirectory\*.html c:\tomcat\webapps\testApp\WEB-INF\web.xml c:\tomcat\webapps\testApp\WEB-INF\classes\*.class c:\tomcat\webapps\testApp\WEB-INF\classes\org\someorg\*.class c:\tomcat\webapps\testApp\WEB-INF\lib\*.jar
At 01:27 PM 21/07/2003 -0700, you wrote:
Hello,
where do i put static html files and servlets so that the can be called in tomcat 4.1
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
