Tagged Questions
0
votes
2answers
50 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 ...
0
votes
2answers
287 views
How can I install one Web Application in two context roots in JBoss 4?
My goal is to install only one WAR file but to use test or production settings (for example to point to different databases) depending on the context root.
mydomain.com/MyWebApp will use production ...