danch (Dan Christopherson) wrote:

> 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


Context root in web.xml?  Do you mean in application.xml?

Ah, there's the clue we needed.  In application.xml for the hello 
example, context-root is "/".  So *these* URL work:

  http://localhost:8080/
  http://localhost:8080/index.jsp

Thanks for the clue,

-- 
Richard Kasperowski (mailto:[EMAIL PROTECTED])
Tel: 617-576-1552, Fax: 617-576-2441
http://www.altisimo.com/


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

Reply via email to