Hi ,
How is the url mapping for the servlet in the web.xml? it should not
include /myContext in the url mapping.
The servlet url mapping in the web.xml should only be for
/somePath/MyServlet
What do you get when you just type in
https://localhost:8443/myContextPath ?
Hope that helps ..
bye
Dhiraj
On 8/16/06, Bala Paranj <[EMAIL PROTECTED]> wrote:
I changed the context to :
<Context path="/myContextPath" appBase="" docBase="C:\Program
Files\jboss-4.0.4.GA\server\default\deploy" debug="99"
reloadable="false">
</Context>
When I run the client, I get:
Marking servlet MySeiServlet as unavailable? in the JBoss console. The
client gets the error message:
Server returned HTTP response code: 500 for URL:
https://localhost:8443/myContextPath/somePath/MyServlet
Does anyone know how to get this working? TIA.