RE: tomcat problem

2007-10-05 Thread Omar Chebaro
below implies you didn't put the servlet in a package. Packageless classes have been strongly discouraged since tomcat 3 (/ancient/ history). You might want to fix that first and be sure to drop any future attempt at setting CLASSPATH. --David Omar Chebaro wrote: Dear,I have an Apache

RE: tomcat problem

2007-10-04 Thread Omar Chebaro
Dear,I have an Apache Tomcat/6.0.14 installed on the latest version of ubuntu osI am trying to add a servlet to the example application, I put my class in a jar file and put it in tomcat_home/webapps/examples/WEB-INF/lib/and i made the necessary modification to the web.xml fileand when I