Re: HTTP Status 408!

2010-06-22 Thread neo21 zerro
Thanks Pid for your time and answers. Clearly that is not an option for me...I'll wait for Tomcat 7 then :) Thanks! From: Pid To: Tomcat Users List Sent: Tue, June 22, 2010 3:41:02 PM Subject: Re: HTTP Status 408! On 22/06/2010 13:25, neo21

Re: HTTP Status 408!

2010-06-22 Thread Pid
- > *From:* Pid > *To:* Tomcat Users List > *Sent:* Mon, June 21, 2010 7:52:40 PM > *Subject:* Re: HTTP Status 408! > > On 21/06/2010 17:36, neo21 zerro wrote: >> >> >> Ok. Something like this ? >> >> >> >>URL pro

Re: HTTP Status 408!

2010-06-22 Thread neo21 zerro
:52:40 PM Subject: Re: HTTP Status 408! On 21/06/2010 17:36, neo21 zerro wrote: > > > Ok. Something like this ? > > > > URL protectedResource = new URL("http://localhost:8080/resource";); > *URLConnection yc = *protectedResource*.openConnecti

Re: HTTP Status 408!

2010-06-21 Thread Pid
the login form. p > ---- > *From:* Pid > *To:* Tomcat Users List > *Sent:* Mon, June 21, 2010 6:19:44 PM > *Subject:* Re: HTTP Status 408! > > On 21/06/2010 15:48, neo21 zerro wrote: >>

Re: HTTP Status 408!

2010-06-21 Thread neo21 zerro
_ From: Pid To: Tomcat Users List Sent: Mon, June 21, 2010 6:19:44 PM Subject: Re: HTTP Status 408! On 21/06/2010 15:48, neo21 zerro wrote: > Ok.I already have send params from my other application to my > Tomcat application and everything goes well, I make this with the > j_securit

Re: HTTP Status 408!

2010-06-21 Thread Pid
rd against form url FormAuthenticator creates the saved request at step 1. p > Thanks!!! > > > *From:* Pid > *To:* Tomcat Users List > *Sent:* Mon, June 21, 2010 5:30:00 PM > *Subject:* Re: HTTP Status 408! > > On 21/06/2010 15:20, neo21 zerro

Re: HTTP Status 408!

2010-06-21 Thread neo21 zerro
somehow to tell the FormAuthenticator what the saved request should be. Any ideas? Thanks!!! From: Pid To: Tomcat Users List Sent: Mon, June 21, 2010 5:30:00 PM Subject: Re: HTTP Status 408! On 21/06/2010 15:20, neo21 zerro wrote: > Hello, > > Proble

Re: HTTP Status 408!

2010-06-21 Thread Pid
t, then I don't see why not. p > > From: Martin Gainty > To: Tomcat Users List > Sent: Fri, June 11, 2010 11:16:09 PM > Subject: RE: HTTP Status 408! > > > can you post all of the code (including the html that houses the flex > components), display the

Re: HTTP Status 408!

2010-06-21 Thread neo21 zerro
login from another aplication programmicaly to my app that runs on Tomcat with custom JAAS login module? From: Martin Gainty To: Tomcat Users List Sent: Fri, June 11, 2010 11:16:09 PM Subject: RE: HTTP Status 408! can you post all of the code (including the html

RE: HTTP Status 408!

2010-06-11 Thread Martin Gainty
; From: neo21_ze...@yahoo.com > Subject: Re: HTTP Status 408! > To: users@tomcat.apache.org > > > > > > 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(navigate

Re: HTTP Status 408!

2010-06-11 Thread neo21 zerro
List Sent: Thu, June 10, 2010 10:35:48 PM Subject: Re: HTTP Status 408! On 10/06/2010 15:39, neo21 zerro wrote: > > Yes I am requesting a protected resource but I don't know why is this > happening. > > > I've tried to set all sort of cookies in my browser but no

Re: HTTP Status 408!

2010-06-10 Thread Konstantin Kolinko
2010/6/10 neo21 zerro : >     Are there other versions of Tomcat ? I mean newer versions, like 7 ? > There is "RC 4" build of Tomcat 7 available for testing. See a thread on d...@. Best regards, Konstantin Kolinko - To unsubscr

Re: HTTP Status 408!

2010-06-10 Thread Mark Thomas
On 10/06/2010 15:39, neo21 zerro wrote: > > Yes I am requesting a protected resource but I don't know why is this > happening. > > > I've tried to set all sort of cookies in my browser but nothing > works.The problem is that I'm not using jsp like Pid said > and I think I should try

Re: HTTP Status 408!

2010-06-10 Thread neo21 zerro
Are there other versions of Tomcat ? I mean newer versions, like 7 ? Thanks for your time! From: Christopher Schultz To: Tomcat Users List Sent: Thu, June 10, 2010 4:46:16 PM Subject: Re: HTTP Status 408! -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neo2

Re: HTTP Status 408!

2010-06-10 Thread neo21 zerro
Hello, this is my login.html page: From: Martin Gainty To: Tomcat Users List Sent: Thu, June 10, 2010 4:34:11 PM Subject: RE: HTTP Status 408! the form-login-page login.html *should* contain the j_security parameters for your login form e.g

Re: HTTP Status 408!

2010-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neo21, On 6/9/2010 4:52 PM, neo21 zerro wrote: > I'm using Tomcat 6.0.26 with java 1.5 JDK. > > I've developed a JAAS login module for my application and when I try > to login in my app a strange error occur's: HTTP Status

RE: HTTP Status 408!

2010-06-10 Thread Martin Gainty
bilité pour le contenu fourni. > Date: Thu, 10 Jun 2010 06:19:36 -0700 > From: neo21_ze...@yahoo.com > Subject: Re: HTTP Status 408! > To: users@tomcat.apache.org; p...@pidster.com > > > > Yes every time I want to login! > > > > User Application

Re: HTTP Status 408!

2010-06-10 Thread Pid
> ---- > *From:* Pid > *To:* Tomcat Users List > *Sent:* Thu, June 10, 2010 3:43:18 PM > *Subject:* Re: HTTP Status 408! > > On 10/06/2010 12:06, neo21 zerro wrote: >> Hello , >> >> >&g

Re: HTTP Status 408!

2010-06-10 Thread neo21 zerro
Yes every time I want to login! User Application /* user FORM user /forms/login.html /forms/error.html User Role for authentication user From: Pid To: Tomcat Users List Sent: Thu, June 10, 2010 3:43:18 PM Subject: Re: HTTP Status 408! On

Re: HTTP Status 408!

2010-06-10 Thread Pid
ml;q=0.9,*/*;q=0.8 > Accept-Language en-us,en;q=0.5 > Accept-Encoding gzip,deflate > Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 > Keep-Alive 115 > Connection keep-alive > Cookie JSESSIONID=3AFB0FC0977ABA49563E858035F02617 > > > > > > > &

Re: HTTP Status 408!

2010-06-10 Thread neo21 zerro
, June 10, 2010 12:13:34 PM Subject: Re: HTTP Status 408! On 09/06/2010 21:52, neo21 zerro wrote: > Hello, > > I'm using Tomcat 6.0.26 with java 1.5 JDK. > > >I've developed a JAAS login module for my application and when I try > to login in my app a strange

Re: HTTP Status 408!

2010-06-10 Thread neo21 zerro
Hello Pid , Thanks for your time! I put this in my web.xml : 30 From: Pid To: Tomcat Users List Sent: Thu, June 10, 2010 12:13:34 PM Subject: Re: HTTP Status 408! On 09/06/2010 21:52, neo21 zerro wrote: > Hello, >

Re: HTTP Status 408!

2010-06-10 Thread Pid
On 09/06/2010 21:52, neo21 zerro wrote: > Hello, > > I'm using Tomcat 6.0.26 with java 1.5 JDK. > > >I've developed a JAAS login module for my application and when I try > to login in my app a strange error occur's: > HTTP Status 408:The time

HTTP Status 408!

2010-06-09 Thread neo21 zerro
Hello, I'm using Tomcat 6.0.26 with java 1.5 JDK. I've developed a JAAS login module for my application and when I try to login in my app a strange error occur's: HTTP Status 408:The time allowed for the login process has been exceeded. If you wish to continue

Solved: Question HTTP Status 408

2008-07-24 Thread Jq
It was a weird one. My index.jsp. It was taking too long to complete filling in a select from database values. After I streamlined the select process the page was loaded in enough time. Funny that it would masquerade as a login error. On Thu, 2008-07-24 at 15:08 -0500, Jq wrote: > I am getti

Question HTTP Status 408

2008-07-24 Thread Jq
I am getting an error since upgrading my production server to 6.0.16. Error message: 408 "The time allowed for the login prosess has been exceeded" 1. This is only happening with mobile devices (Blackberry & Symbol Windows mobile 5) 2. The production server was working at 6.0.13. The developm

Re: error-page http status 408

2006-12-30 Thread rg
Nope, my server is only running Tomcat. There is nothing else involved. -rg On 12/30/06, Mark Thomas <[EMAIL PROTECTED]> wrote: rg wrote: > I am using Tomcat 5.5.17 on Windows. > I have a problem setting a 408 error-page in my web.xml on form based > authentication. Random thought. Are you u

Re: error-page http status 408

2006-12-29 Thread Mark Thomas
rg wrote: > I am using Tomcat 5.5.17 on Windows. > I have a problem setting a 408 error-page in my web.xml on form based > authentication. Random thought. Are you using httpd at all? If so, try going direct to Tomcat and getting that to work first. Mark -

error-page http status 408

2006-12-28 Thread rg
;s network connection. * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web." Internet Explorer 6 gives a tomcat error: "HTTP Status 408 - The time allowed for the login process has been exce

Re: HTTP Status 408

2006-11-01 Thread Christopher Schultz
Søren, > I get a login error when the username or password is wrong but when it > is correct I get the following error > > HTTP Status 408 - The time allowed for the login process has been > exceeded. If you wish to continue you must either click back twice and > re-click the

HTTP Status 408

2006-11-01 Thread Søren Blidorf
Hi I am trying to setup my webapp. I am using: MS windows server 2003 Tomcat 5.5.20 MS SQL server 2000 I am trying to setup realm I get a login error when the username or password is wrong but when it is correct I get the following error HTTP Status 408 - The time allowed for the login process

Re: HTTP Status 408

2006-02-01 Thread scott soward
Thank you Tim, I'll try your suggestions. Scott --- Tim Funk <[EMAIL PROTECTED]> wrote: > The code says (in FormAuthenticator) > if (session == null) > session = > request.getSessionInternal(false); > if (session == null) { > if (containerLog.isDebugEna

Re: HTTP Status 408

2006-02-01 Thread Tim Funk
The code says (in FormAuthenticator) if (session == null) session = request.getSessionInternal(false); if (session == null) { if (containerLog.isDebugEnabled()) containerLog.debug ("User took so long to log on the session

HTTP Status 408

2006-02-01 Thread scott soward
I am getting this error occasionally and am unable to figure out the problem. -- HTTP/1.1 408 The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your brows