Changing the location where compiled jsp files are stored
145500Feb 22 2008 — edited Feb 22 2008Hi! I am using JDeveloper 10.1.2.1.0 and was trying to determine if there is a way to change the location that JDeveloper stores compiled jsp files. I have created an MVC Struts application that has jsp files located in a directory called "jsp" under the WEB-INF directory. I am able to run the project without any issues inside of JDeveloper. However, I would like to be able to create a war file and then deploy this to our 10g Oracle Application Server. I went ahead and created a War Deployment Profile. When I look at the properties for the deployment file and view the Filters underneath File Groups -> WEB-INF/classes, I can choose to include the compiled jsp files under .jsps/_web_2d_inf/jsp. However, the war file that I create through JDeveloper does not work on our application server. If I modify the war file to move the web2d_inf/jsp files out from underneath the .jsps folder and redeploy this modified war file, everything works correctly on the application server. Thus I am wanting to know if there is a way to be able to have JDeveloper compile the jsp files without putting them under a folder called .jsps. Thanks for any help that someone can provide!