You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jonathan Rosenberg <sh...@gmail.com> on 2011/05/23 16:05:42 UTC

Pointers for Filter to Deny New Sessions

I'm currently running Tomcat on 2 Linux boxes (versions >= 7.0) & am
looking to write a filter
that will

1) intercept all requests to a specific context (say, /Catalog),
2) determine if request has an existing session
3) if there is no session, redirect request to another context

I'm a novice with Tomcat filters, so am looking for some useful
pointers for this.

TIA.

--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary

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


RE: Pointers for Filter to Deny New Sessions

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Jonathan Rosenberg [mailto:shmoldie@gmail.com] 
> Subject: Pointers for Filter to Deny New Sessions

> I'm a novice with Tomcat filters, so am looking for some useful
> pointers for this.

Start here:

http://www.tuckey.org/urlrewrite/

It may not do everything you need out of the box, but you can always modify it or add your own filter to run with this one.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


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