"PeterJ" wrote : That is not a problem - you can have several directories nested
within the deploy directory, and apps within those directories. As an example, look at
server/xxx/deploy/management. Note that that console SAR application is located within
that directory. The only real requirement is that application directory contain a suffix,
such as WAR, so that JBossAS will know what type of app it is.
|
| For example, this directory path would be acceptable for deploying a web app:
|
| server/xxx/deploy/project/site/root.war
Thanks for the response peter, your suggestion puts the war folder where the application
document root is, this will work perfectly if all the files i needed to process were under
that document root, unfortunately i need jboss to render files above that root, namely;
server/xxx/deploy/plugins/
server/xxx/deploy/core/
as well as the document root, ie
server/xxx/deploy/project/site/root.war
so could i some how do something like this?
server/xxx/deploy/root.war/plugins/
server/xxx/deploy/root.war/core/
server/xxx/deploy/root.war/project/site/site.war
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264475#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...