Firstly, thanks for your answer.
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
<web-app>
<display-name>Archetype Created Web Application</display-name>
<servlet>
<servlet-name>JmxMiniConsoleServlet</servlet-name>
<servlet-class>org.jminix.console.servlet.MiniConsoleServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>JmxMiniConsoleServlet</servlet-name>
<url-pattern>/jmx/*</url-pattern>
</servlet-mapping>
</web-app>
I guess it's during initialization and fetching of the objects, that's common issues with websphere. We can't say it's a really standard application server.
but it's difficult to see where error occurs precisely:)
the more I have is:
[19/04/13 13:45:30:275 CEST] 00000031 ServerRouter 2 Call score for the "null" host: 1.0
[19/04/13 13:45:30:275 CEST] 00000031 ServerRouter 1 New remaining part: /JMinix/jmx/
[19/04/13 13:45:30:275 CEST] 00000031 VirtualHost 2 Call score for the "/JMinix/jmx/" URI pattern: 1.0
[19/04/13 13:45:30:276 CEST] 00000031 VirtualHost 2 Attempting to match this pattern: /JMinix/jmx/ >> 12
[19/04/13 13:45:30:276 CEST] 00000031 VirtualHost 1 New remaining part:
[19/04/13 13:45:30:276 CEST] 00000031 VirtualHost 1 Delegating the call to the target Restlet
[19/04/13 13:45:30:277 CEST] 00000031 LogService I 2013-04-19 13:45:30 0:0:0:0:0:0:0:1 - 0:0:0:0:0:0:0:1 9080 GET /JMinix/jmx/ - 404 330 - 2
http://localhost:9080 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0 -
I even tried to create a new connector which use the AdminServiceFactory.getMBeanFactory().getMBeanServer() gfunction do get MBeans from WebSphere, without success.
The application is build with maven.
Any help is welcome.
Thank you again
Regards
Mike.