[jboss-user] [JBoss Seam] - Re: Testing pages within JBoss / Seam

stan.silvert@jboss.com do-not-reply at jboss.com
Wed Aug 23 15:51:51 EDT 2006


One option is to use an exploded directory off off /deploy like this:

server/default/deploy/myear.ear/application.xml
server/default/deploy/myear.ear/mywar.war/WEB-INF/web.xml
...

If you don't want to work out of the JBoss /deploy directory, you can tell the JBoss deployer to also look in your project directory:

myproject/myear.ear/application.xml
myproject/myear.ear/mywar.war/WEB-INF/web.xml
...

You will edit the conf/jboss-service.xml file.  The last MBean in the file controls the deployer.  To see doc on all the options you can set, go to http://www.jboss.org/wiki/Wiki.jsp?page=ConfiguringTheDeploymentScannerInConfjbossSystem.xml

Stan

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967093#3967093

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967093



More information about the jboss-user mailing list