I am making changes in my application which comprises of business objects and JSP's. I am made changes in my business objects. I wanted to compile all the JSP's in my application to make sure that my changes in Business Objects doesn't affect my JSP. Is there any procedure/facility available to compile all the JSP's in my application at one time. Your help is appreciated. Thanks...
Paul Wetzel
Ranch Hand
Joined: Nov 02, 1999
Posts: 107
posted
0
If you are using weblogic you can use
to compile it into a servlet. If you are not using weblogic, I wonder if your webserver also offers a compile option for JSPs. What are you using? best of luck paul