RE: ISAPI log question regarding authentication

2010-06-11 Thread Savoy, Melinda
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

Re: What is the difference between ${param.P} and <%= request.getParameter("P") %>?

2010-06-11 Thread Konstantin Kolinko
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

Re: ISAPI log question regarding authentication

2010-06-11 Thread Rainer Jung
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

Re: mod_jk stability issues

2010-06-11 Thread Rainer Jung
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

Re: What is the difference between ${param.P} and <%= request.getParameter("P") %>?

2010-06-11 Thread Otmar Manuela
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

ISAPI log question regarding authentication

2010-06-11 Thread Savoy, Melinda
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

RE: HTTP Status 408!

2010-06-11 Thread Martin Gainty
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_

Re: HTTP Status 408!

2010-06-11 Thread neo21 zerro
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

Re: Timer leak detection, false positives

2010-06-11 Thread Marcus Better
-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'

Re: mod_jk stability issues

2010-06-11 Thread LES
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

Re: mod_jk stability issues

2010-06-11 Thread LES
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

Re: Why my web application automatically switchs to https?

2010-06-11 Thread Pid
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

Re: mod_jk stability issues

2010-06-11 Thread Rainer Jung
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

Re: Why my web application automatically switchs to https?

2010-06-11 Thread Luca Fagioli
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

Re: mod_jk stability issues

2010-06-11 Thread LES
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

RE: Why my web application automatically switchs to https?

2010-06-11 Thread Caldarale, Charles R
> 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

Re: Timer leak detection, false positives

2010-06-11 Thread Mark Thomas
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 >

Re: Why my web application automatically switchs to https?

2010-06-11 Thread Pid
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

Re: Timer leak detection, false positives

2010-06-11 Thread Pid
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

Why my web application automatically switchs to https?

2010-06-11 Thread Luca Fagioli
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

Timer leak detection, false positives

2010-06-11 Thread Marcus Better
-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

Re: Invalidate problem with Opera

2010-06-11 Thread André Warnier
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

Invalidate problem with Opera

2010-06-11 Thread Søren Blidorf
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

Re: How to finalize all sessions in a server with SingleSignOn valve activated ?

2010-06-11 Thread Mariano López
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

Re: How to finalize all sessions in a server with SingleSignOn valve activated ?

2010-06-11 Thread Mariano López
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

Re: Tomcat in Eclipse Error 500 java.lang.ClassNotFoundException

2010-06-11 Thread Pid
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

Re: [OT] Re: problems at thejarbar.org

2010-06-11 Thread yuccanel
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

Re: Question about licensincing of tomcat 6 latest

2010-06-11 Thread Mark Thomas
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