[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problems deploying .war on jboss 3.2.6RC1

2005-06-04 Thread nine_mirrors
"schmidts" wrote : Besides timestamp issues, check if you still have hot deployment properly enabled your configuration. Hot deployment works, according to the logs. But the same old code still gets executed. So, it deploys ok but the new code doesn't get loaded. cheers Erik Svensson, Ongame AB

[JBoss-user] [HTTPD, Servlets & JSP] - Problems deploying .war on jboss 3.2.6RC1

2005-06-02 Thread nine_mirrors
Howdy all! I've got a strange problem that I've got a kinda solution to but I'd like a better one. We have a rather large webb app deployed in a custom server (ie not one of minimal, default or all). Into this server I deploy a .war containing a servlet, appropriate configfiles and some helper

[JBoss-user] [Beginners Corner] - Re: Accessing a MBean through a servlet...

2005-04-11 Thread nine_mirrors
THnx for the prompt reply. I changed the name string (and renamed it to avoid possible local confusion). That, however, did not help. I get | avax.management.InstanceNotFoundException: jboss.management.local:name=naps.monitor,service=VendorConnectionTest is not registered. | at org.jbo

[JBoss-user] [Beginners Corner] - Accessing a MBean through a servlet...

2005-04-11 Thread nine_mirrors
Howdy all! I've got a mbean stuffed in an .ear that I want to access from a servlet using jboss 3.2.6RC1 and the servlet in the local tomcat. However, I can't seem to get at it. My servlet code: | MBeanServer serv = org.jboss.mx.util.MBeanServerLocator.locateJBoss(); | ObjectName on = new