This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Do I Have to Create a new War File Just to Change a JSP?kamal_tavant Dec 3, 2004 6:17 AM (in response to mduffy_lists)You can deploy your application as an exploded war i.e., create a yourwebapp.war directory under the deploy directory and copy all the files under it. 
- 
        2. Re: Do I Have to Create a new War File Just to Change a JSP?sandylee Dec 9, 2004 10:50 PM (in response to mduffy_lists)then how about the other .jar file.........??? Seem I ear all jar into a application.ear and all JSP in a application.war folder but cannot work? 
- 
        3. Re: Do I Have to Create a new War File Just to Change a JSP?kamal_tavant Dec 16, 2004 5:18 AM (in response to mduffy_lists)create a WEB-INF\lib under your yourwebapp.war directory and add all the dependent jars under it. yourwebapp.war ---- WEB-INF --------lib <copy your jars here> 
 
     
    