[jboss-user] [Beginner's Corner] - Re: jboss with website root which sits deep in the app
down7ime
do-not-reply at jboss.com
Sun Nov 8 19:42:06 EST 2009
"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#4264475
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264475
More information about the jboss-user
mailing list