You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ralf Ebert <r....@bluebelt.de> on 2002/08/04 12:41:04 UTC

Dynamic loading of JSPs

Hi,

for a small CMS-like application I want to load JSP files dynamically
from a database and not from the file system. I looked through the
Jasper sources to find out how this could be done without patching
Tomcat but couldn't find any clue on this. Is there any API or
something for this ?
As far as I found out, the main class for loading the JSP sources is
JspCServletContext. But is there any chance to use another
implementation of such a context class by regular means ?

Regards,
Ralf


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>