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