Hi,
I am trying to undeploy applications from Tomcat 4.1 using basic
authentication, by writing a small HTTP client that uses a URL connection
to request the Tomcat Manager to undeploy application given the context.
Unfortunately, this is not working!
If I remove the login-config details associated with the manager, then i
am able to undeploy the application...however with authentication turned
on, i receive a HTTP 401 error from the server when i try to undeploy.
I am using standard code to access the tomcat manager, and am using basic
authentication with Base64  encoder(in catalina.jar) and wondering why I
am unable to obtain the authentication!!
In case anyone knows a better method to access thr Tomcat Manager
remotely, that would be great also.

Thanks in advance

Ram


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to