Hello, I have the following directory structure for an application under Tomcat 4.1. c:\Tomcat 4.1\webapps\examples\testapp\postform.html & c:\Tomcat 4.1\webapps\examples\testapp\Web-inf\classes\ShowParameters.class where testapp is my application directory. How do i set the path for the "Action" attribute in postform.html? Thanks. Len.
Robert Wray <[EMAIL PROTECTED]> wrote: HTML files can be placed in a sub-directory of the webapps folder. 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] --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software
