You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Liming Xu <lx...@technicacorp.com> on 2002/02/20 18:27:06 UTC

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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>