What is the context root set to in the web.xml for the web app?

You should be able to hit JSPs via 'http://localhost:8080/<context>/foo.jsp

Richard Kasperowski wrote:

> Allen Fogleson's hello example from June 16 is a nice tutorial and works 
> well enough.
> 
> I'm having a problem with it, though.  This URL works fine:
> 
>  http://localhost:8080/hello
> 
> It maps directly to the servlet.
> 
> These URLs don't work:
> 
>  http://localhost:8080/hello/
>  http://localhost:8080/hello/index.jsp
> 
> They result in "Not Found 404".
> 
> Using a .ear file as in Allen's example, how do I get JBoss+TomCat to 
> handle things that aren't servlets?
> 
> Thanks,
> 



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to