I just turned out the log file and I found

Wrapper cannot find servlet class org.apache.jasper.servlet.JspServlet or a
class it depends on
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:807)
        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)

this is what I did in Catalina.bat

set CP=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar;
(default)

set
CP=%CP%;D:\Inetpub\wwwroot\Liming\Software\JBoss\JBoss-2.4.3\client\jnp-clie
nt.jar;
set
CP=%CP%;D:\Inetpub\wwwroot\Liming\Software\JBoss\JBoss-2.4.3\client\jbossmq-
client.jar;
set CP=%CP%;D:\Cvswork\SMCNew\deploy\smc-ejb.jar;
set
CP=%CP%;D:\Inetpub\wwwroot\Liming\Software\JBoss\JBoss-2.4.3\lib\ext\jboss.j
ar;
set
CP=%CP%;D:\Inetpub\wwwroot\Liming\Software\JBoss\JBoss-2.4.3\client\jbosssx-
client.jar;
set
CP=%CP%;D:\JCE\jce1.2.1\lib\jce1_2_1.jar;D:\JCE\jce1.2.1\lib\sunjce_provider
.jar;
set CP=%CP%;D:\Cvswork\SMCNew\classes\netrio\smc\license;
set CP=%CP%;D:\Cvswork\SMCNew\deploy\licutil.jar;
set CP=%CP%;D:\MySql\Driver\mm.mysql.jdbc-1.2c


Any help will be useful.. thanks... Where is the jar file for
org.apache.jasper.servlet.JspServlet and others??

thanks.




-----Original Message-----
From: Liming Xu [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 12:27 PM
To: Tomcat Users List
Subject: Context JSP


Hi all, I'm using tomcat 4.0, and I have setup a context /test under
server.xml

I have two file, blank.html and blank.jsp under /test. Both file are blank
html files. 

but the problem is if I access http://localhost:8080/test/blank.jsp , it
tells me 

message Servlet jsp is currently unavailable
description The requested service (Servlet jsp is currently unavailable) is
not currently available.

but if I access http://localhost:8080/test/blank.html, it's fine. 

I use to be able to acess stuff under /test, but recently, I just added
another appliction under tomcat
and I modified the CP with some extra information by doing 
        
        set CP=%CP%;My extra classpath for another application..

Now, not only I can't do anything with my new application, but whatever was
under /test, i can't access anymore either. 

any hint will be helpful. thanks..







--
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]>

Reply via email to