Hi list,
I've got a task to solve and I don't have any clue where to start. Here's
the chain for delivering a resource like a JSP file to client.

1)Client => 2)Request => 3)Modify Resource => 4)Normal Handling like
JSP-Compiling => 5)Response => 6)Client

I need to modify the needed resource before handling within the jsp
compiler. The best would be to read the file, modify it and than pass it
(maybe as a stream) to the compiler but it seems that it wouldn't work. At
first I thought about Filters but I could apply them only after the
compiling process.
I hope that anyone has an idea/hint for me where to look/what to do or
otherwise could tell me that I'm barking up the wrong tree and it is for
sure not possible to modify the file before handling it.

Thank you very much.
Martin
-- 
View this message in context: 
http://www.nabble.com/modify-requested-resource-before-compiling-tp17543665p17543665.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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