Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 7682 invoked from network); 15 Feb 2005 18:15:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Feb 2005 18:15:51 -0000 Received: (qmail 36465 invoked by uid 500); 15 Feb 2005 18:15:28 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 36419 invoked by uid 500); 15 Feb 2005 18:15:28 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 36383 invoked by uid 99); 15 Feb 2005 18:15:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mx66.mysite4now.com (HELO mx66.mysite4now.com) (66.102.135.66) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 15 Feb 2005 10:15:25 -0800 Received: from [213.22.170.59] by mx66.mysite4now.com [66.102.135.66] with SmartMax MailMax for tomcat-user@jakarta.apache.org; Tue, 15 Feb 2005 10:18:41 -0800 X-SmartMax-AuthUser: bruno.goncalves@vilt.com.pt Message-ID: <42123C1F.9070009@myrealbox.com> Date: Tue, 15 Feb 2005 18:14:55 +0000 From: =?ISO-8859-1?Q?Bruno_Gon=E7alves?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: RE : HTTP Status 408 Error when i login References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It seems that I can't listen the same port where tomcat is using (8080). java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(Unknown Source) at java.net.ServerSocket.bind(Unknown Source) at java.net.ServerSocket.(Unknown Source) at java.net.ServerSocket.(Unknown Source) at org.apache.soap.util.net.TcpTunnelGui$3.run(TcpTunnelGui.java:185) using: java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8082 LERBSCHER Jean-Pierre wrote: >set CLASSPATH=%CLASSPATH%;/soap.jar > >-----Message d'origine----- >De : Bruno Gon�alves [mailto:bvg@myrealbox.com] >Envoy� : mardi 15 f�vrier 2005 18:03 >� : Tomcat Users List >Objet : Re: RE : RE : RE : HTTP Status 408 Error when i login > >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 >>localhost 8082 >> >>-----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: >>> >>> >>> >>> 30 >>> >>> >>>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 > >--------------------------------------------------------------------- >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