G'day John, the strategy I would employ in your particular case would be
to utilise the JvmRouteBinderValve. Now the JvmRouteBinderValve was
designed to be used within a clustered environment I cannot see why it
cannot be configured stand-alone to simply detect for an incorrect route
and modify
Hi all,
Want to first thank everyone for helping me around the JDK logging issue
where the tomcat 6.0.26 JULI resets the JDK Logging... I have the
workaround up and it's working fine
Now the next step is to rewrite our logging to avoid this issue.
Does anyone have any examples of writing a
static int get_server_value(LPEXTENSION_CONTROL_BLOCK lpEcb,
char *name, char *buf, DWORD bufsz)
{
DWORD sz = bufsz;
buf[0] = '\0';
if (!lpEcb->GetServerVariable(lpEcb->ConnID, name,
buf, (LPDWORD) &sz))
return JK_
On 18.05.2010 12:35, JohnRiley wrote:
Hi,
We are load balancing 3 non-clustered tomcat 6.0 servers with the mod_jk
connector in apache 2.0. We have sticky sessions enabled and it works fine
until one of the servers goes down. What happens then is that it start
round-robin between the other two
On 17.05.2010 22:44, Thad Humphries wrote:
Rainer,
I wasn't aware of this library, but it looks very handy. Currently I a
properties file in my WAR file. Being able to make changes to an external
file with fallback to this one would be good. My questions where one might
put that external file
I just got IIS to forward my request to Tomcat using the Apache
Tomcat-Connectors doc.
I am trying to authenticate the user login/id that executes the request to
my web app to be able to grab the user login and use in my java app.
Has anyone on this list setup a server environment variable in
thoiba.thou...@ft.com wrote:
Hi Mark,
Thanks again. Your suggestion sounds like a way forward to solve our
problem. I just tried it and it works. Our cookie containing non-spec
complaint cookie values are being created without any double quotes.
Could you please also let me know the difference
On 18/05/2010 15:42, Neville Peter wrote:
> The authentication will take place without any user intervention. For
> example, from a request parameter or cookie value.
>
> BTW, I have just managed to get it to work by using a custom Valve that
> extends AuthenticatorBase and uses my JAAS realm. T
The authentication will take place without any user intervention. For example,
from a request parameter or cookie value.
BTW, I have just managed to get it to work by using a custom Valve that extends
AuthenticatorBase and uses my JAAS realm. The valve adds the principal to the
request and this
> From: Juergen Weber [mailto:webe...@gmail.com]
> Subject: Re: best practice for resources folder
> Working dir for Tomcat seems to be bin, so my application conf
> directory under conf is addressed like
> virtualClasspath="../conf/myapp"
Probably better to use
virtualClasspath="${catalina.ba
Rainer Jung-3 wrote:
>
> If you want to keep them webapp-private, you might be interested in
>
> http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/loader/VirtualWebappLoader.html
>
>
Thanks, that's exactly what I was looking for.
Working dir for Tomcat seems to be bin, so my ap
On 18/05/2010 10:51, Neville Peter wrote:
> I need to login programmatically, but continue to support getRemoteUser().
>
> I have written a csutom JAAS login module (no callbackhandler required) and
> this can be seen to run when I programmatically logon within my filter
> servlet using:
> Logi
On 18/05/2010 12:25, Søren Blidorf wrote:
> Hi.
>
> I am trying to schedule an action in tomcat.
>
> What I want is to setup Tomcat to start an struts action mapping when a date
> in my mysql db equals now().
>
> Fx a calendar reminder.
>
> Hope it makes sense.
GIYF
1. Quartz
2. java.util.con
Hi Mark,
Thanks again. Your suggestion sounds like a way forward to solve our
problem. I just tried it and it works. Our cookie containing non-spec
complaint cookie values are being created without any double quotes.
Could you please also let me know the difference between
response.setHeader("S
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ozgur,
On 5/17/2010 5:28 AM, Ozgur Ozdemircili wrote:
> I have the default server.conf file with :
>
> maxThreads="250"
>connectionTimeout="2"
>redirectPort="8443" />
>
> I do not have any Executo
On 18/05/2010 12:24, thoiba.thou...@ft.com wrote:
> Hi Mark,
> Thanks for your response. I believe you are referring to the change log
> description "Provide an option to allow the equals character in unquoted
> cookie values.". By upgrading to tomcat 6.0.26 and setting this system
> property, o
Hi.
I am trying to schedule an action in tomcat.
What I want is to setup Tomcat to start an struts action mapping when a date
in my mysql db equals now().
Fx a calendar reminder.
Hope it makes sense.
Soren
Hi Mark,
Thanks for your response. I believe you are referring to the change log
description "Provide an option to allow the equals character in unquoted
cookie values.". By upgrading to tomcat 6.0.26 and setting this system
property, our application can read unquoted cookie values with equals s
On 18/05/2010 12:02, thoudam wrote:
>
> I am using tomcat 6.0.18 and it wraps any cookie value containing invalid
> characters like equals sign in double quotes. Our cookie contains lots of
> equals sign and are legacy cookie used and also created by various other
> applications. I do not want tom
I am using tomcat 6.0.18 and it wraps any cookie value containing invalid
characters like equals sign in double quotes. Our cookie contains lots of
equals sign and are legacy cookie used and also created by various other
applications. I do not want tomcat to wrap the cookie containing equals sign
On 18/05/2010 11:35, JohnRiley wrote:
>
> Hi,
>
> We are load balancing 3 non-clustered tomcat 6.0 servers with the mod_jk
> connector in apache 2.0. We have sticky sessions enabled and it works fine
> until one of the servers goes down. What happens then is that it start
> round-robin between th
Hi,
We are load balancing 3 non-clustered tomcat 6.0 servers with the mod_jk
connector in apache 2.0. We have sticky sessions enabled and it works fine
until one of the servers goes down. What happens then is that it start
round-robin between the other two since none of them wants to accept the
J
I need to login programmatically, but continue to support getRemoteUser().
I have written a csutom JAAS login module (no callbackhandler required) and
this can be seen to run when I programmatically logon within my filter
servlet using:
LoginContext lc = new LoginContext("MyJAASAccess",subject)
Perez Manglano, Moises wrote:
I´ve found an alternative solution for "ñ" issue; instead of redirect using
"response.sendRedirect", i´ve used the HTML META tag in this way:
http://www.coruña.es"; http-equiv="refresh">
It redirects to the correct URL properly.
Good if this resolves your curren
I´ve found an alternative solution for "ñ" issue; instead of redirect using
"response.sendRedirect", i´ve used the HTML META tag in this way:
http://www.coruña.es"; http-equiv="refresh">
It redirects to the correct URL properly.
Thanks for all replies.
Best regards.
This e-mail and any at
25 matches
Mail list logo