Re: LoadOnStartupInterceptor: cannot load servlet name...java.lang.NoClassDefFoundError

2003-02-20 Thread Bill Barker
The operative word is "jars". Rename classes12.zip to classes12.jar and it will likely work. "Ray Kosby" <[EMAIL PROTECTED]> wrote in message 1045581133.1329.1.camel@linny">news:1045581133.1329.1.camel@linny... > > The oracle file is called classes12.zip and it's located in lib/common. > Yet I st

Re: LoadOnStartupInterceptor: cannot load servlet name...java.lang.NoClassDefFoundError

2003-02-18 Thread Ray Kosby
The oracle file is called classes12.zip and it's located in lib/common. Yet I still get the error. On Sat, 2003-02-15 at 01:26, Bill Barker wrote: > The simplest is to just include the Oracle jars in lib/common. > > Otherwise, it's not a 'server.xml' setting. Assuming that Tomcat is running

Re: LoadOnStartupInterceptor: cannot load servlet name ...java.lang.NoClassDefFoundError

2003-02-14 Thread Bill Barker
The simplest is to just include the Oracle jars in lib/common. Otherwise, it's not a 'server.xml' setting. Assuming that Tomcat is running under the user 'tomcat', then you would need to create a file called '~tomcat/.tomcatrc' looking like: TOMCAT_OPTS="-Dorg.apache.tomcat.common.classpath=/pat

LoadOnStartupInterceptor: cannot load servlet name ...java.lang.NoClassDefFoundError

2003-02-14 Thread Ray Kosby
I have jakarta-tomcat-3.3.1a on a Solaris 8 machine. I have a servlet that uses classes contained in ".zip" and ".jar" files that are located in jakarta-tomcat/lib/common. Whenever I start tomcat I get the following error: LoadOnStartupInterceptor: cannot load servlet name: Database Servlet - ja