Hi friends,
I have deployed an application in JBoss 4.2.0 running on one machine and tried to access the same from different machine through Internet Explorer (5.0) and Mozilla firefox giving the hostname and the url path but cud not access the application.
I tried to open jmx-console but failed to do so....
Please anyone tell me how to access an application from remote machine through browzer....
Thanks in advance.
Rafi.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123080#4123080
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123080
I ran into a version conflict on jboss-ejb3-ext-api-impl (/ jboss-ejb3-impl). AS 5.0.0.Beta4 uses 0.1.2.Beta1. These do not contain implementation for interceptor annotations. So I upgraded to 0.1.3-SNAPSHOT. This one however contains a conflicting ClusteredImpl.
Normally this would mean a backport of interceptor implementations to another minor (in this case we can only go for 0.1.2.Beta2).
But it turns out that a better option is removing the dependency of ejb3-ext-api-impl in ejb3-interceptors. So this means that ejb3-ext-api-impl should slowly empty out into the different components and then be trashed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123056#4123056
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123056
Hello
I want to know if it is possible to deploy a MBEAN into a JBOSS cluster and if it is possible to see this MBEAN on each clustered JMX server. I mean that each clustered JMX server display the same MBEAN (with the same value) at the same time. If a server is down, I can use the other. MBEAN properties values are not lost.
I want to do a High Availability standalone JMX server.
Regards
Stephane
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123021#4123021
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123021