tomcat 4.1.12 compilation error

2002-10-25 Thread Nirav . Shah
Dear All, I am just newbie for tomcat 4.1.12 version. Recently I have installed it on my NT Server. Now I have a problem to access classes through JSP files of my Application. Following is the structure of my application webapps\myapp\*.jsp webapps\myapp\WEB-INF\classes\*.class Following is

Re: tomcat 4.1.12 compilation error

2002-10-25 Thread Tim Funk
Put your custom java classes in a package and recompile. Old class: Login New class: fooPackage.Login New location: webapps\myapp\WEB-INF\classes\fooPackage\Login.class Tomcat 4 doesn't looking for classes without a package. [EMAIL PROTECTED] wrote: Dear All, I am just newbie for tomcat

RE: tomcat 4.1.12 compilation error

2002-10-25 Thread Frédéric LEFRANC
Just put on CLASSPATH c:\jdk1.3\lib\tools.jar and c:\jdk1.3\lib\dt.jar it will be better fred -Message d'origine- De : [EMAIL PROTECTED] [mailto:Nirav.Shah;arvindmills.com] Envoyé : vendredi 25 octobre 2002 12:44 À : Tomcat Users List Objet : tomcat 4.1.12 compilation error Importance