You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by LERBSCHER Jean-Pierre <je...@cofiroute.fr> on 2005/02/15 14:24:21 UTC

RE : RE : RE : HTTP Status 408 Error when i login

Do you have proxy in front of Tomcat ?
What's your system configuration ?
Enable trace on tomcat, and track http request and response. You can use
org.apache.soap.util.net.TcpTunnelGui (it's a little http proxy packaged
with axis (?) - I don't remember exactly) to check http request and
response. 
Settings : 
set CLASSPATH=%CLASPATH%;lib/soap.jar
java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8082 where 
8080 <utility listen port>
localhost 8082 <your tomcat server address and port>

-----Message d'origine-----
De : Bruno Gonçalves [mailto:bvg@myrealbox.com] 
Envoyé : mardi 15 février 2005 13:59
À : Tomcat Users List
Objet : Re: RE : RE : HTTP Status 408 Error when i login

Humm... I see.
So what can I do on Tomcat to resolve this problem? There's any config file?
This problem it's very strange!!

Thanks Pierre!

LERBSCHER Jean-Pierre wrote:

>With session-timeout element you specify a session timeout not a request
>timeout. See http://www.checkupdown.com/status/E408.html for explanation!
>
>-----Message d'origine-----
>De : Bruno Gonçalves [mailto:bvg@myrealbox.com] 
>Envoyé : mardi 15 février 2005 13:36
>À : Tomcat Users List
>Objet : Re: RE : HTTP Status 408 Error when i login
>
>Yes, I know! But I don't understand where is the problem :(
>In the web.xml the value of timeout is 30minutes:
>
>    <!-- session timeout -->
>    <session-config>
>        <session-timeout>30</session-timeout>
>    </session-config>
>
>I do a quick login, not more than 1minute!!! :(
>I need some help with this...
>
>Thanks..
>
>LERBSCHER Jean-Pierre wrote:
>
>  
>
>>Hi,
>>It's a Request timeout.
>>
>>-----Message d'origine-----
>>De : Bruno Gonçalves [mailto:bvg@myrealbox.com] 
>>Envoyé : mardi 15 février 2005 12:46
>>À : tomcat-user@jakarta.apache.org
>>Objet : HTTP Status 408 Error when i login
>>
>>I there!
>>I'm using JAAS on Tomcat 5.0.28 to make a authentication process for my 
>>web aplication.
>>When I submit a wrong username/password the server redirects to an error 
>>page, that's correct, but when I submit the correct username/password I 
>>got a HTTP Status 408 Error!
>>I don't know what's the problem :(
>>Any help?
>>
>>Thanks...
>>
>>---
>>Bruno V. Gonçalves
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>>
>> 
>>
>>    
>>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: RE : RE : RE : HTTP Status 408 Error when i login

Posted by Bruno Gonçalves <bv...@myrealbox.com>.
No I don't have any proxy!
Everything is runing on my local machine. I'm working with Eclipse, 
using Tomcat 5.0.28 and JAAS.
I'm gonna try to track the http request and responde.

Thanks one more time!

LERBSCHER Jean-Pierre wrote:

>Do you have proxy in front of Tomcat ?
>What's your system configuration ?
>Enable trace on tomcat, and track http request and response. You can use
>org.apache.soap.util.net.TcpTunnelGui (it's a little http proxy packaged
>with axis (?) - I don't remember exactly) to check http request and
>response. 
>Settings : 
>set CLASSPATH=%CLASPATH%;lib/soap.jar
>java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8082 where 
>8080 <utility listen port>
>localhost 8082 <your tomcat server address and port>
>
>-----Message d'origine-----
>De : Bruno Gonçalves [mailto:bvg@myrealbox.com] 
>Envoyé : mardi 15 février 2005 13:59
>À : Tomcat Users List
>Objet : Re: RE : RE : HTTP Status 408 Error when i login
>
>Humm... I see.
>So what can I do on Tomcat to resolve this problem? There's any config file?
>This problem it's very strange!!
>
>Thanks Pierre!
>
>LERBSCHER Jean-Pierre wrote:
>
>  
>
>>With session-timeout element you specify a session timeout not a request
>>timeout. See http://www.checkupdown.com/status/E408.html for explanation!
>>
>>-----Message d'origine-----
>>De : Bruno Gonçalves [mailto:bvg@myrealbox.com] 
>>Envoyé : mardi 15 février 2005 13:36
>>À : Tomcat Users List
>>Objet : Re: RE : HTTP Status 408 Error when i login
>>
>>Yes, I know! But I don't understand where is the problem :(
>>In the web.xml the value of timeout is 30minutes:
>>
>>   <!-- session timeout -->
>>   <session-config>
>>       <session-timeout>30</session-timeout>
>>   </session-config>
>>
>>I do a quick login, not more than 1minute!!! :(
>>I need some help with this...
>>
>>Thanks..
>>
>>LERBSCHER Jean-Pierre wrote:
>>
>> 
>>
>>    
>>
>>>Hi,
>>>It's a Request timeout.
>>>
>>>-----Message d'origine-----
>>>De : Bruno Gonçalves [mailto:bvg@myrealbox.com] 
>>>Envoyé : mardi 15 février 2005 12:46
>>>À : tomcat-user@jakarta.apache.org
>>>Objet : HTTP Status 408 Error when i login
>>>
>>>I there!
>>>I'm using JAAS on Tomcat 5.0.28 to make a authentication process for my 
>>>web aplication.
>>>When I submit a wrong username/password the server redirects to an error 
>>>page, that's correct, but when I submit the correct username/password I 
>>>got a HTTP Status 408 Error!
>>>I don't know what's the problem :(
>>>Any help?
>>>
>>>Thanks...
>>>
>>>---
>>>Bruno V. Gonçalves
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>
>>>
>>>
>>>
>>>
>>>   
>>>
>>>      
>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>>
>> 
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: RE : RE : RE : HTTP Status 408 Error when i login

Posted by Bruno Gonçalves <bv...@myrealbox.com>.
If I run "java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 
8082" I get "Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/soap/util/net/TcpTunnelGui" humm.. but i think my CLASSPATH 
is correct!

LERBSCHER Jean-Pierre wrote:

>Do you have proxy in front of Tomcat ?
>What's your system configuration ?
>Enable trace on tomcat, and track http request and response. You can use
>org.apache.soap.util.net.TcpTunnelGui (it's a little http proxy packaged
>with axis (?) - I don't remember exactly) to check http request and
>response. 
>Settings : 
>set CLASSPATH=%CLASPATH%;lib/soap.jar
>java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8082 where 
>8080 <utility listen port>
>localhost 8082 <your tomcat server address and port>
>
>-----Message d'origine-----
>De : Bruno Gonçalves [mailto:bvg@myrealbox.com] 
>Envoyé : mardi 15 février 2005 13:59
>À : Tomcat Users List
>Objet : Re: RE : RE : HTTP Status 408 Error when i login
>
>Humm... I see.
>So what can I do on Tomcat to resolve this problem? There's any config file?
>This problem it's very strange!!
>
>Thanks Pierre!
>
>LERBSCHER Jean-Pierre wrote:
>
>  
>
>>With session-timeout element you specify a session timeout not a request
>>timeout. See http://www.checkupdown.com/status/E408.html for explanation!
>>
>>-----Message d'origine-----
>>De : Bruno Gonçalves [mailto:bvg@myrealbox.com] 
>>Envoyé : mardi 15 février 2005 13:36
>>À : Tomcat Users List
>>Objet : Re: RE : HTTP Status 408 Error when i login
>>
>>Yes, I know! But I don't understand where is the problem :(
>>In the web.xml the value of timeout is 30minutes:
>>
>>   <!-- session timeout -->
>>   <session-config>
>>       <session-timeout>30</session-timeout>
>>   </session-config>
>>
>>I do a quick login, not more than 1minute!!! :(
>>I need some help with this...
>>
>>Thanks..
>>
>>LERBSCHER Jean-Pierre wrote:
>>
>> 
>>
>>    
>>
>>>Hi,
>>>It's a Request timeout.
>>>
>>>-----Message d'origine-----
>>>De : Bruno Gonçalves [mailto:bvg@myrealbox.com] 
>>>Envoyé : mardi 15 février 2005 12:46
>>>À : tomcat-user@jakarta.apache.org
>>>Objet : HTTP Status 408 Error when i login
>>>
>>>I there!
>>>I'm using JAAS on Tomcat 5.0.28 to make a authentication process for my 
>>>web aplication.
>>>When I submit a wrong username/password the server redirects to an error 
>>>page, that's correct, but when I submit the correct username/password I 
>>>got a HTTP Status 408 Error!
>>>I don't know what's the problem :(
>>>Any help?
>>>
>>>Thanks...
>>>
>>>---
>>>Bruno V. Gonçalves
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>
>>>
>>>
>>>
>>>
>>>   
>>>
>>>      
>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>>
>> 
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org