[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Configure bundled Tomcat Manager

2006-08-03 Thread dheelus
Hi, Is there a way to access the bundled Tomcat manager in JBoss 4.0.2? I have tried multiple ways, but I get an exception. Please help. Thanks. Neel. exception javax.servlet.ServletException: Error allocating a servlet instance

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Configure bundled Tomcat Manager

2006-08-03 Thread dheelus
To be precise, I need to be able to deploy the org.apache.catalina.manager.ManagerServlet so that I can leverage the ant build tasks specified in catalina-ant.jar, like deploy/undeploy, etc. via the ANT tool. I am unable to deploy this servlet, so I cannot use ANT for performing these tasks.