Now that I have Tomcat 4.0 back up and running (thanks to Arno) - the
problem I'm encountering now is that it generates errors whenever it
tries to run any of the sample JSP apps.
I had copied the jasper-compiler.jar, jasper-runtime.jar and
naming-factory.jar into my jre's ext folder. But that didn't help out -
but I'm probbably looking in the wrong place to fix this. Everything
had been working until - I uninstalled JBuilder and then reinstalled
Tomcat 4.0.
Here is the error list -
2001-12-11 06:34:37 StandardContext[/manager]: Servlet /manager threw
load() exception
javax.servlet.ServletException: Servlet.init() for servlet jsp threw
exception
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3267)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3384)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:612)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
at
org.apache.catalina.core.StandardService.start(StandardService.java:388)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:505)
at org.apache.catalina.startup.Catalina.start(Catalina.java:776)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
----- Root Cause -----
java.lang.NoSuchMethodError
at
org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCache.java:202)
at
org.apache.jasper.compiler.TldLocationsCache.<init>(TldLocationsCache.java:139)
at
org.apache.jasper.EmbededServletOptions.<init>(EmbededServletOptions.java:324)
at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:266)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:852)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3267)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3384)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:612)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
at
org.apache.catalina.core.StandardService.start(StandardService.java:388)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:505)
at org.apache.catalina.startup.Catalina.start(Catalina.java:776)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
Arnaud H�ritier wrote:
>you should modify your registry keys :
>
>HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\CurrentVersion
>HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\CurrentVersion
>
>and make them point to 1.3 instead of 1.3.1
>
>arno
>
>
>
>>-----Message d'origine-----
>>De: Robert P. Rosetta [SMTP:[EMAIL PROTECTED]]
>>Date: mardi 11 d�cembre 2001 11:58
>>�: [EMAIL PROTECTED]
>>Objet: Tomcat 4.0 & JAVE_HOME
>>
>>I just signed up for this mailing list - so if I'm not posting this
>>message right - let me know.
>>
>>I have a problems where I had JBuilder 5.0 trial installed on my system
>>which I've uninstalled. Now I'm trying to reinstall Tomcat 4.0 (which
>>was originally pointing to c:\jdk1.3) - but now it keeps wanting to
>>assign the JAVA_HOME variable to c:\jbuilder\jdk1.3 - which isn't even
>>on my system anymore. I don't know where JBuilder placed this
>>information that obviously Tomcat is picking up. I want to assign
>>JAVE_HOME to point to c:\jdk1.3 - where do I do this. I was easily able
>>to change this under Tomcat 3.+.
>>
>>Robert Rosetta
>>http://www.AboutNewJersey.com/twintowers/twintowers.htm
>>
>>
>>--
>>To unsubscribe: <mailto:[EMAIL PROTECTED]>
>>For additional commands: <mailto:[EMAIL PROTECTED]>
>>Troubles with the list: <mailto:[EMAIL PROTECTED]>
>>
>
>
>--
>To unsubscribe: <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
>