I was using "mod_jk" as a short-hand for the entire server-suite. There is
a Domino connector, but I don't believe that there is a binary for it. You
can get the source and compile it from
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4
/src/. Documentation is at
htt
"mod_jk" is "strictly" for Apache, since the "mod" typically means "Apache
module".
But JK (AJP13) is a protocol. It can be implemented however you like.
There are JK connectors for Apache and IIS, for example.
John
On Wed, 11 Jun 2003 10:53:37 -0400, vtobin <[EMAIL PROTECTED]> wrote:
Hi Bi
Hi Bill and Matt,
> There are two problems with this:
> 1) Your Filter will not get called, since authentication happens before
> Filters (you'd need to use a Valve, but then you are locked into
> Tomcat). 2) Unless you are using Tomcat 5.x nightly, Request
> attibutes won't be available to the
> 1) Your Filter will not get called, since authentication happens before
> Filters (you'd need to use a Valve, but then you are locked into Tomcat).
In my experience, and my current working app, this is not the case. The
following code works for me in a filter (mapped to /*) to auto-login a use
There are two problems with this:
1) Your Filter will not get called, since authentication happens before
Filters (you'd need to use a Valve, but then you are locked into Tomcat).
2) Unless you are using Tomcat 5.x nightly, Request attibutes won't be
available to the login-page for the simple reaso
You could put a filter on /* in your app, and if the user is routed to the
login page (check the URL for an indexOf("login.jsp")) - then set a request
variable containing the parameter you want to save.
Matt
-Original Message-
From: Val T. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 10,