Is there a way to have Jasper (or other...) retrieve the JSP source code it'll compile from a database instead of a regular file? It's fine that Jasper write the .java/.class files as normal, but the .jsp would come from my database instead. A servlet that could return the JSP source code so it was then processed/compiled normally would be perfect if it's possible. I'd like to have some auto-generated JSP code used in our system without writing it to disk in a directory in my webapp's real path.

Is this possible?  Thanks for any ideas...

David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to