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!

WAR file to include compiled JSPs

390322Apr 8 2003 — edited Jun 11 2003
I have created a JDeveloper 9.0.3 project that deploys to a WAR/EAR file. It works fine. But the compiled JSPs aren't included. So every deployment, JDev does the work of compiling, then when I deploy, the app server has to do it all over again.

JDev compiles the JSPs into <project>/classes/.jsps/
But this directory doesn't show up for inclusion in the deployment settings. Interestingly, <project>/classes/<java packages>/ does show up for war inclusion.

Any suggestions on how to get JDev to allow me to include these compiled jsp classes in the war file?

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2003
Added on Apr 8 2003
6 comments
824 views