Re: Problem with adding a StandardWrapper to an already started StandardContext

2009-01-09 Thread Vamsavardhana Reddy
I can't remember the exact steps > > Filip > > > Vamsavardhana Reddy wrote: > >> Here is the problem I want to solve. I want to add servlet mappings to >> Axis2ServiceServlet as the URLs come by. For example, the first >> servlet-mapping could be to http://localh

Problem with adding a StandardWrapper to an already started StandardContext

2009-01-08 Thread Vamsavardhana Reddy
Here is the problem I want to solve. I want to add servlet mappings to Axis2ServiceServlet as the URLs come by. For example, the first servlet-mapping could be to http://localhost:8080/tuscany/service1. At this time, I create a new StandardContext with contextPath "/tuscany", add a StandardWrapp

Re: How do I expose Catalina MBeans through Java Platform MBeanServer

2007-11-14 Thread Vamsavardhana Reddy
What does the jar do? It does not seem to contain source code. ++Vamsi On Nov 15, 2007 1:16 AM, Ramakanth Kunapuli <[EMAIL PROTECTED]> wrote: > It appears that tomcat uses different MBeanServer instance from Java's > platform MBeanServer. > > Here's a tech tip of making both Tomcat & Java use t

Configuring the MBeanServer with which Tomcat MBeans get registered

2007-06-29 Thread Vamsavardhana Reddy
Hi, I notice that if there is more than one registered MBeanServer in the JVM, there is no way to configure the MBeanServer with which Tomcat registers its MBeans. IIUC, org.apache.tomcat.util.modeler.Registry.getMBeanServer() is the method that hooks up the MBeanServer with which tomcat registe