Deploying 100 servlets and 500 JSPs on Sun J2EE 1.4 beta server
Hi Experts,
I am using the Sun RI J2EE 1.4 server and I have developed a small application following the MVC architecture.
I simply create an EAR and add a WAR to it. My WAR consists of an HTML page, 2 JSPs and a single servlet.
The application is deployed and running successfully.
But my problem is that in case I have to make some changes in code in any of the components, I have to everytime undeploy the application, and then delete the WAR completely and redo the whole process of adding the WAR to the EAR because the modified pages are not getting displayed. Simply modifying the code and then clicking on Update Files in the EAR does not seem work.
I am following the SUN's tutorial for J2EE 1.4 for the entire process.
I want to know if this is the only valid procedure to modify an application or is there something I'm missing out ?
What if I have 100 servlets and 500 JSPs ? I'll go nuts readding all the components !!
Could any1 please help ?

