Hi JB, I start a smx instance(version 3.3.1), os is linux, IP is 10.80.12.100, port is default that 1099. than I deploy war into tomcat which is start in my computer, IP is 10.80.12.85, tomcat port is 8080.
According to your steps, I edit config file servicemix-web-console.properties, and change the property jmx-service-url=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi into jmx-service-url=service:jmx:rmi:///jndi/rmi://10.80.12.100:1099/jmxrmi then I type the address http://localhost:8080/servicemix-web-console in IE, and click links in web console, and not sure if connected to the smx instance. Is there any questions? Please help me. Thanks and regards, colin Jean-Baptiste Onofré wrote: > > Hi Colin, > > The Apache ServiceMix Web application is the administration console. > It's a JMX client allowing you to see the deployed components, SUs, SAs, > etc and start/stop/shutdown each part. > > You can download it here: > http://www.apache.org/dyn/closer.cgi?path=%2Fservicemix%2Fservicemix-3%2F3.3.1%2Fapache-servicemix-web-3.3.1.war > > You need to deploy the war into a JSP/Servlet engine (Tomcat, jetty, > ...) or an application server (geronimo, weblogic, websphere, jboss; > ...). By default, the web console connects to the default RMI port > number used by ServiceMix (the 1099) and try to discover SMX instances. > You can change it by editing the WEB-INF/servicemix.xml. > > Regards > JB > > colin.chi wrote: >> Does Apache ServiceMix 3.3.1 (.tar.gz) have web console to manage the >> ServiceMix instance? >> >> Is Apache ServiceMix Web Application 3.3.1 (.war) a web console of Apache >> ServiceMix 3.3.1 (.tar.gz)? >> >> or Could Apache ServiceMix 3.3.1 (.tar.gz) work together with Apache >> ServiceMix Web Application 3.3.1 (.war)? >> >> My problem is when I use Apache ServiceMix 3.3.1 (.tar.gz), I don't >> manage >> ServiceMix instance more convenient. >> >> Is there any way to solve my problem? > > -- > Jean-Baptiste Onofré (Nanthrax) > BuildProcess/AutoDeploy Project Leader > http://buildprocess.sourceforge.net > [email protected] > PGP : 17D4F086 > > -- View this message in context: http://www.nabble.com/About-Web-Console-tp25036675p25182717.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
