Hi, everyone:
I am trying to setup Apache + Tomcat to run JSP and Servlets on Win. 2000. I
am using Apache 1.3.19, and Tomcat 3.2.1.
I created my own directory in
%TOMCAT_HOME%/webapps/mytest, copied the structure from
%TOMCAT_HOME%/webapps/examples such as WEB-INF, META-INF.... I put my
servlets .class files in the ../mytest/WEB-INF/classes/aaa.class.
I did some configurations in Tomcat: Server.xml, Tomcat-Apache.conf,
Tomcat.conf; and in Apache: httpd.conf
Now I can use Apache + Tomcat to run my JSP files, BUT I can ONLY run the
system provided sample Servlets files. I CAN'T run my own Servelts files no
matter where I put the .class files.
Could you give me a help for the configuration as my assignment is almost
due ?
Thank you very much for your time and concern.
E-mail: [EMAIL PROTECTED]
Zhengan Cai