[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deploy a war file with Jboss to a permanent location
Mazarj
do-not-reply at jboss.com
Fri Aug 24 10:30:28 EDT 2007
heyyy, thanks for helping
I'm a little bit lost
can u please help mewhat should I do?
(my application is sabswing.war)
I have this at the end of server/default/conf/jboss-service.xml
<!-- URLs are comma separated and resolve relative to the server home URL
unless the given path is absolute. If the URL ends in "/" it is
considered a collection and scanned, otherwise it is simply deployed;
this follows RFC2518 convention and allows discrimination between
collections and directories that are simply unpacked archives.
URLs may be local (file:) or remote (http:). Scanning is supported
for remote URLs but unpacked deployment units are not.
Example URLs:
deploy/
scans ${jboss.server.url}/deploy/, which is local or remote
depending on the URL used to boot the server
${jboss.server.home}/deploy/
scans ${jboss.server.home)/deploy, which is always local
file:/var/opt/myapp.ear
deploy myapp.ear from a local location
file:/var/opt/apps/
scans the specified directory
http://www.test.com/netboot/myapp.ear
deploys myapp.ear from a remote location
http://www.test.com/netboot/apps/
scans the specified WebDAV location
-->
deploy/
<!-- Indicates if the scanner should recursively scan directories that
contain no "." in their names. This can be used to group applications
and services that must be deployed and that have the same
logical function in the same directory i.e.
deploy/JMX/
deploy/JMS/
...
-->
True
I need ur help
thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077817#4077817
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077817
More information about the jboss-user
mailing list