This error messages tells you that your server is up but has no context for this url. So, in a way, you've got what you asked for.
Did you define a context in server.xml?
Something like:


<Context path="/test" docBase="testapp">

Also, you should be able to see Tomcat's default page by pointing your browser at http://localhost:8080
(providing you did not modify the original server.xml file)


-Vincent.

[EMAIL PROTECTED] wrote:

All,

I need to know how to configure a context in JBoss
I try to see if the server is up but I got the following error when I try to
open a file

HTTP Status 500 - No Context configured to process this request

Regards,
Salvador

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to