I'm using tomcat 3.2.2. Class loading isn't working properly for me. if I put my classes in: %TOMCAT_HOME%/webapp/WEB-INF/classes
things work if I put a jar file of the same classes in: %TOMCAT_HOME%/webapp/WEB-INF/lib I get this error on startup of the servlet: cannot load servlet name: ### : com.###.###.### There is probably something I'm forgetting to configure... ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
