Tagged Questions

1
vote
2answers
750 views

Hot deploy not longer working on JBoss (“Scheme change not implemented”)

I've got a pretty annoying problem with my JBoss AS 4.2.3 GA. Until recently everything was running fine, but now the hot deploy feature is now longer working. And -- as always -- I don't know what I ...
0
votes
2answers
100 views

jboss - tomcat deploy listener

I got a requirement to write a log line when all wars have been deployed. Is there an observer pattern for Tomcat's deployer I could hook onto? On first start jBoss/Tomcat send out a line with exact ...
0
votes
1answer
89 views

jboss war deployed listener

Is there a single listener one could implement to get a "war deployed" event? I know there is the ContextServletListener. But it has to be 'attached' for each component (several web.xml files). As ...
0
votes
1answer
97 views

Why Servlet is unavailable after 3rd deployment in jboss 4.2.0

I am working in a struts-hibernate application. I have seen a error on 3rd time deployment of application in jboss4.2.0. When i deployed it for first time, it runs. Even in 2nd time deployment, it ...