You have to give scott/scott the manager role in tomcat-users.xml.
The hotdeploy/undeploy uses Tomcat server/webapps/manager which requires this role:

  http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html

My tomcat-users.xml:

  <?xml version='1.0' encoding='utf-8'?>
  <tomcat-users>
    <role rolename="manager"/>
    <user username="scott" password="scott" roles="manager"/>
  </tomcat-users>

I've discussed these issues with Scott a few days back already, including making these 
properties configurable.
You guys don't read the list? ;-)
See:
  http://issues.apache.org/jira/browse/JS2-74#action_36039

David Sean Taylor wrote:

On Jun 14, 2004, at 7:42 PM, David Le Strat wrote:

I am getting the same error.

Now I occasionally also get this error, but not in J2:

"No context configured to process this request"


--------------------------------------------------------------------- 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