On 11/06/2010 06:55, Gurkan Erdogdu wrote:
> Hello Kartikey;
>
> You could use with giving required "NOTICE" for the Apache Tomcat (Apache
> Tomcat NOTICE file includes notices,
> http://svn.apache.org/repos/asf/tomcat/trunk/NOTICE) and your product must
> include "ASL V2 license text file" tha
Hello tomcats !! :) A quick question as I tackle configuring jndi resource
for first time: I was referred to using jndi in production environmrnt snd
hsve noted through documentation found in test server that there are 3
possible places to define jndi resources:
1)the server .xml(for every web
On 11/06/2010 05:21, Vitalstatistix wrote:
>
> Yeh that was just a dodgy hack to get around my initial errors when using
> javac. I found out later the reason why javac wasn't working on my servlet
> class was because servlet-api.jar wasn't on the classpath,
> after adding that I was able to compi
I just tried requireReauthentication in SingleSignOn valve and always drives
me to login page, so with this does not work.
Best regards,
Mariano
-- Forwarded message --
From: Pid
Date: 2010/6/10
Subject: Re: How to finalize all sessions in a server with SingleSignOn
valve activa
After debugging my apps I notice that all session context all correctly
invalidated except one context.
I have made test with four context, three of them are correctly invalidated
and just one remains the user's session.
I don't understand what is happened with this case.
Best regards,
Mariano
In my webapp I use session.invalidate().
It works fine in IE, but not in Opera.
I get no error but the user is still logged in.
Any idears?
Soren
Søren Blidorf wrote:
In my webapp I use session.invalidate().
It works fine in IE, but not in Opera.
I get no error but the user is still logged in.
Any idears?
A guess, and a way to check it :
The guess is that a side-effect of session.invalidate() is that in the
next response to the browser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I run a Grails app on Tomcat 6.0.26 (OpenJDK 6, Debian). When undeploying,
it reports several leaked objects, including a timer thread that was left
running.
This thread belongs to EhCache, and by inspecting the code, it looks like
the timer s
Hi,
i can't figure out why a web application i'm working with, keep on
switching automatically from http to https after each jsp:forward.
I've tried to add to web.xml the following snippet:
The entire dashboard
application
/*
NONE
hoping to force the application to a p
On 11/06/2010 14:13, Marcus Better wrote:
> Hi,
>
> I run a Grails app on Tomcat 6.0.26 (OpenJDK 6, Debian). When undeploying,
> it reports several leaked objects, including a timer thread that was left
> running.
>
> This thread belongs to EhCache, and by inspecting the code, it looks like
> the
On 11/06/2010 14:31, Luca Fagioli wrote:
> Hi,
> i can't figure out why a web application i'm working with, keep on
> switching automatically from http to https after each jsp:forward.
>
> I've tried to add to web.xml the following snippet:
>
>
>
>
>
> The entire dashboard
>applic
On 11/06/2010 14:13, Marcus Better wrote:
> Hi,
>
> I run a Grails app on Tomcat 6.0.26 (OpenJDK 6, Debian). When undeploying,
> it reports several leaked objects, including a timer thread that was left
> running.
>
> This thread belongs to EhCache, and by inspecting the code, it looks like
>
> From: Pid [mailto:p...@pidster.com]
> Subject: Re: Why my web application automatically switchs to https?
>
> Exact Tomcat, JVM, OS versions?
>
> Are you using HTTPD/IIS as well?
>
> Does the HTML contain hardcoded URLs?
>
> Are you using a framework like Struts?
And are you running Tomcat u
Well, your suggested changes worked...until today. It was absolutely rock
solid. Then, the last two days, with no load I started receiving errno=110
again. It didn't last all day, only a couple of hours yesterday and a
couple today. I have added a socket timeout and am trying to track down any
Il 11/06/2010 16:01, Caldarale, Charles R ha scritto:
From: Pid [mailto:p...@pidster.com]
Subject: Re: Why my web application automatically switchs to https?
Exact Tomcat, JVM, OS versions?
Are you using HTTPD/IIS as well?
Does the HTML contain hardcoded URLs?
Are you using a framework like S
On 11.06.2010 16:28, LES wrote:
Well, your suggested changes worked...until today. It was absolutely rock
solid. Then, the last two days, with no load I started receiving errno=110
again. It didn't last all day, only a couple of hours yesterday and a
couple today. I have added a socket timeo
On 11/06/2010 15:53, Luca Fagioli wrote:
> Il 11/06/2010 16:01, Caldarale, Charles R ha scritto:
>>> From: Pid [mailto:p...@pidster.com]
>>> Subject: Re: Why my web application automatically switchs to https?
>>>
>>> Exact Tomcat, JVM, OS versions?
>>>
>>> Are you using HTTPD/IIS as well?
>>>
>>> D
Ok, let me see if I can correlate the various logs and I will post them later
today. Thanx for the help.
LES
Rainer Jung-3 wrote:
>
> On 11.06.2010 16:28, LES wrote:
>>
>> Well, your suggested changes worked...until today. It was absolutely
>> rock
>> solid. Then, the last two days, with no
I only added socket_timeout in after looking at the included file in 1.2.30.
I was hoping that there was something in that file that I was missing.
I attached the log files that you asked for. Looking through them, I don't
see any notable increases in response times. This is a system that is no
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark Thomas wrote:
>> This thread belongs to EhCache, and by inspecting the code, it looks like
>> the timer should be cancelled properly when the application is shut down.
> Does the app wait for the thread to stop or does it just cary on?
It doesn'
I installed the Tomcat 7 RC but the problem persists.
So it's definitely a bug from my app. After the logout is made the redirect is
made from flex(navigateToUrl - function) do you think this could be an issue?
From: Mark Thomas
To: Tomcat Users List
Se
can you post all of the code (including the html that houses the flex
components), display the full stacktrace and display environmental variables
from SET
Martin
__
standard caveats apply
> Date: Fri, 11 Jun 2010 12:32:44 -0700
> From: neo21_
I am working in my local Eclipse development environment on a Windows XP box.
(As stated in a previous post, I was able to get authentication working in the
Windows 2003 environment after talking to a MS IIS engineer)
I just got off of a phone call with another IIS engineer at Microsoft regardi
Thanks for the replies. I figured out what was causing the problem. I
was using parameters with dashes in it and that was causing this
problem. Since I only tested with different parameters with dashes in
them, I assume it was happening with all parameters. My bad!
So the problem would not
On 11.06.2010 20:06, LES wrote:
I only added socket_timeout in after looking at the included file in 1.2.30.
I was hoping that there was something in that file that I was missing.
I attached the log files that you asked for. Looking through them, I don't
see any notable increases in response ti
On 11.06.2010 23:21, Savoy, Melinda wrote:
I am working in my local Eclipse development environment on a Windows XP box.
(As stated in a previous post, I was able to get authentication working in the
Windows 2003 environment after talking to a MS IIS engineer)
I just got off of a phone call w
2010/6/12 Otmar Manuela :
>
> So the problem would not happen with ${param.P}, but only with
> ${param.my-code}. I guess with parameters with dashes in it, it treats it
> as a calculation and therefore returns a 0.
>
Yes, it does. BTW, you can use ${param['my-code']}
> Regarding the javascript
Thanks for the reply. I just was not sure. I have to troubleshoot our app as
I did not think we were sending back a 401 error.
Again, thanks for the reply.
From: Rainer Jung [rainer.j...@kippdata.de]
Sent: Friday, June 11, 2010 16:36
To: Tomcat Users Lis
28 matches
Mail list logo