context « Deploy « JSP-Servlet Q&A





1. Is it possible to have a servlet forward to a jsp outside of its context root?    stackoverflow.com

We currently have an appserver setup where EVERYTHING is off of one big context root, and we copy class files and restart app servers to deploy. Not ideal. I'm trying to set ...

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

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 ...