Hi,

I have something like a content management webapp where I want to keep a directory on the filesystem containing markup fragments (JSP and HTML). Ideally I'd like this directory to be outside of my webapp, so that users could simply drop in a new WAR without blowing away the content directory. Unfortunately I see that if I use the RequestDispatcher.include mechanism to include a file not in the webapp, it doesn't work-- are there any workarounds available?

   Thanks, Jason
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to