It wouldn't compile %CATALINA_HOME%\webapps\ROOT\index.jsp throwing a NoClassDefFoundError for the class org.apache.naming.JndiPermission To fix that I placed every .jar in %CATALINA_HOME% in the lib\ext dir of both my jdk 1.4 install and my jre 1.4 install (according to the tomcat docs these jars should be found where they were but this was not working) this fixed the problem and tomcat started serving simple jsps and the example servlets, but when I tried to use the example jsp it would not compile the numguess.jsp example saying the the package num did not exist but the source and compiled class files are in %CATALINA_HOME%\webapps\examples\WEB-INF\classes
Grant C. Peters [EMAIL PROTECTED] phone : 415.948.7030 -----Original Message----- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 14:40 To: 'Tomcat Users List' Subject: RE: help getting up and running What are the error messages? What do the logs say? John > -----Original Message----- > From: Grant C. Peters [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 2:42 PM > To: Tomcat Users List; Jacob Kjome > Subject: help getting up and running > > > I have uninstalled my working tomcat 3.2.3 in favor of tomcat > 4.1 (so that I > could upgrade my jdk/jre to 1.4) and it is not loading > classes properly, the > classes in %CATALINA_HOME%\examples\WEB-INF\classes are not > found nor are > the classes in %CATALINA_HOME%\lib or anywhere else they are > supposed to be, > I have set my %CATALINA_HOME%\ env var to the correct > location, I am running > tomcat on win2k pro > Please help > thanks > > > Grant C. Peters > [EMAIL PROTECTED] > phone : 415.948.7030 > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
