Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Changing the location where compiled jsp files are stored

145500Feb 22 2008 — edited Feb 22 2008
Hi! 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2008
Added on Feb 22 2008
1 comment
986 views