RE: Tomcat Context

2006-08-18 Thread Bala Paranj
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 : > > reloadable="false"> > > > When I run the client, I get: > > Marking ser

Tomcat Context

2006-08-15 Thread Bala Paranj
I changed the context to : 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

Tomcat Context Problem

2006-08-15 Thread Bala Paranj
I am posting this question here because JBoss is using Tomcat internally. 1. server.xml has the context path defined: and is also configured for ssl: 2. web.xml has MyServlet com.xyz.MyServlet