Serving static content with Apache Webserver using mod_webapp (WARP) and mod_rewrite

2002-04-30 Thread Thorsten Barth
/(.*)$ /static/$1 [L] RewriteRule ^/(.+)\.gif$ $1.gif[L] WebAppDeploy ROOT warpconn / and - IT WORKS! Apache with active mod_rewrite seems to omit checking if mod_webapp likes to serve the URL unless you specify [PT] in the flags of the rewrite rule. Hope it helps Bye -- Thorsten

individual session management mechanism with tomcat 4 - like request interceptor in tomcat 3

2002-03-14 Thread Thorsten Barth
the session management, am I right? Thank you an bye... -- Thorsten Barth Web Arts AG eBusiness Solutions --- Max-Planck-Str. 9 61381 Friedrichsdorf --- Tel.: 06172/599833 Fax : 06172/599830 E-Mail: [EMAIL PROTECTED] http://www.web

Scope / Instantiation of JSP pages / declarations

2002-02-28 Thread Thorsten Barth
you know - if and why the current behaviour of tomcat is intended? - where I can search for more info? - if there is an option that tells Tomcat to create a new instance of JSP pages every time they are called P.S: Allaire JRUN seems to behave different Thanks and bye... -- Thorsten Barth