WAR file to include compiled JSPs
390322Apr 8 2003 — edited Jun 11 2003I 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.