Tagged Questions

1
vote
0answers
79 views

JBoss 7: how to change a WAR context root

I have an application that is to be deployed in a WAR file (app.war). After deployment it is available from http://:8080/app I would like to have it being made available as something like ...
0
votes
2answers
66 views

How to split war files if the file size is large and deploy it in same context root

We are having a war file containing jsp fils which is about 40 MB. when we deploy this file its taking long time to deploy. so we want to split the files in different wars, If we split files the ...