• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Hot deployment problem

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
A wop bop a lu bob a womp bam boom. Tutti frutti ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic