Probably an idiotic question but I have too.
I'm deploying a .war file in JBoss 4.05. It works perfectly except for 1 litle detail. I DON'T want it to be deployed in /tmp/deploy/. In Tomcat war file is deployed in webapps and I would like a similar effect in JBoss. A catalog that I specify or directly under deploy it doesn't matter. But not as a temporary file that redeploys every time I restart the server.
How's that done?
thank you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001751#4001751
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001751
Hi Guys,
Sorry, I've just found out what the issue was.... my own stupid mistake!
The second process that sends the first message was actually also receiving it back before the first process had set the timestamp, so naturally it would be null. It was the fact that the second process was reporting to have received the message back before the first process had updated the timestamp that gave it away.
Apologies, Paul.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001743#4001743
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001743