We do this in our project by using the TokenProcessor in struts. Are you using struts by chance?

-Tim

colin_ wrote:
mgainty wrote:
you can implement single sign on access with SingleSignOn Valve
<Host name="localhost" ...>
  ...
  <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
  ...
</Host>
http://tomcat.apache.org/tomcat-5.5-doc/config/host.html

is this what you're looking for?
Martin

nope, but thx anyway. i got just 1 web app running. my problem is, that a client can fire as much requests as he wants from our
website! in coldfusion for example such requests are catched by the
coldfusion application server and ignored.

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