aspose file tools
The moose likes JBoss and the fly likes Hot deployment problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Hot deployment problem" Watch "Hot deployment problem" New topic
Author

Hot deployment problem

Yundi Li, Daniel
Greenhorn

Joined: Sep 24, 2002
Posts: 26
Hi,
I am using WSAD to export my *.ear file to the deploy dir. As the ear is a zip file, the jboss(come with tomcat) will unzip the ear into a tmp directory , so that when I get the context root path, i will get something like this C:\jboss-3.2.3\server\default\tmp\deploy\tmp58054struts-example.war (which is a directory)

I think it is not what I want.

I hope the jboss to extract the files just inside the default deploy dir, not in the temp. e.g C:\Downloads\jboss-3.2.3\server\default\deploy\MyTest.war (which is a directory).

so that I can get the webroot path directly.

I found that Tomcat 5 will do that during the hot deployment.

How can I config my jboss (3.2.3) to do that ?

thanks for your attendtion

Regards,
yundi
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Hot deployment problem
 
Similar Threads
How to integrate JBoss4 and Tomcat5?
JBoss + Jetty -> restart overwrites files
Pointing at directory from manifest.mf ...
Problem with Jasper
jsp can't find file