Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 56554 invoked from network); 13 Jun 2002 18:49:49 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Jun 2002 18:49:49 -0000 Received: (qmail 16513 invoked by uid 97); 13 Jun 2002 18:49:09 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 16396 invoked by uid 97); 13 Jun 2002 18:49:08 -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 16293 invoked by uid 98); 13 Jun 2002 18:49:07 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <20020613184902.49055.qmail@web20705.mail.yahoo.com> Date: Thu, 13 Jun 2002 11:49:02 -0700 (PDT) From: Matt Fury Reply-To: fury88@iname.com Subject: RE: ATTN IIS-Tomcat redirector developers - I am stuck with this foroveraweek now - PL HELP To: Tomcat Users List In-Reply-To: <13434EAD2EA1D311931E00508B5EBAC10605C9A8@usspml02.sjm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi. I'll add a reply :-). I am getting this error as well: java.lang.NoSuchMethodError: org.apache.tomcat.util.http.BaseRequest.authorizati on()Lorg/apache/tomcat/util/buf/MessageBytes; at org.apache.ajp.tomcat4.Ajp13Request.setAjpRequest(Ajp13Request.java:1 21) at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:417 ) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:495) at java.lang.Thread.run(Thread.java:536) -Matt --- BBui@sjm.com wrote: > Hi, > > I have similar problem, although not using BASIC but > FORM. > > I took your advice and look into the apache.log and > this is what I found. > Could you explain what I see and what should I look > at next. > > **************** > 2002-06-13 13:10:58 > [org.apache.catalina.connector.warp.WarpConnector] > Error > accepting requests > java.net.SocketException: socket closed > at java.net.PlainSocketImpl.socketAccept(Native > Method) > at > java.net.PlainSocketImpl.accept(PlainSocketImpl.java:413) > at > java.net.ServerSocket.implAccept(ServerSocket.java:241) > at > java.net.ServerSocket.accept(ServerSocket.java:222) > at > org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590) > at java.lang.Thread.run(Thread.java:484) > *************** > > Thanks very much. > > Bao-Ha Dam Bui > bbui@sjm.com > S. Jude Medical, Inc > 651.765.1018 > > > -----Original Message----- > From: rsequeira@transentric.com > [mailto:rsequeira@transentric.com] > Sent: Thursday, June 13, 2002 1:28 PM > To: Tomcat Users List > Subject: RE: ATTN IIS-Tomcat redirector developers - > I am stuck with this > foroveraweek now - PL HELP > > > Oh ok. You mentioned in your first email that tomcat > does seem to be throw > the > challenge response box. Well as for the redirector, > I don't know much about > it. I don't use IIS. Sorry. Also quoting your first > email, you said that > you get "Access to the specified resource is denied" > which almost implies > that the request is reaching Tomcat. But to confirm, > check the logs. Maybe > the problem is with Tomcat and not with the > redirector. > > RS > > > > > > "Sankaranarayanan (Ganesh) Ganapathy" > on 06/13/2002 > 12:39:43 PM > > Please respond to "Tomcat Users List" > > > To: "Tomcat Users List" > > cc: > > Subject: RE: ATTN IIS-Tomcat redirector > developers - I am stuck with > this foroveraweek now - PL HELP > > No, basic authentication doesnt work in the > redirector case atleast with > IIS - The challenge response box doesnt come up ! > > I am trying to solve this for over a week now and I > hardly see any response > - has anybody got this working at all? - Can the > redirector developers > help, PLEASE? > > --Ganesh > > -----Original Message----- > From: rsequeira@transentric.com > [mailto:rsequeira@transentric.com] > Sent: Thursday, June 13, 2002 10:36 AM > To: Tomcat Users List > Subject: RE: ATTN IIS-Tomcat redirector developers - > I am stuck with > this foroveraweek now - PL HELP > > > > Maybe I'm missed something in your email. Since you > are getting the > authentication dialog box, BASIC authentication > works, right? > If you don't know the username/password, then see > the tomcat-users.xml file > in %CATALINA_HOME%/conf directory. > > Add a line for the manager app: > > ... > ... > roles="manager" /> > > > Hope this helps. > > RS > > > > > > "Sankaranarayanan (Ganesh) Ganapathy" > on 06/13/2002 > 12:29:35 PM > > Please respond to "Tomcat Users List" > > > To: "Tomcat Users List" > > cc: > > Subject: RE: ATTN IIS-Tomcat redirector > developers - I am stuck with > this for overaweek now - PL HELP > > It is privileged as well as configured to use basic > authentication! > > It is the basic authentication that I cant get to > work with IIS and tomcat > connected using the AJP redirector! > > thanx > Ganesh > > -----Original Message----- > From: rsequeira@transentric.com > [mailto:rsequeira@transentric.com] > Sent: Thursday, June 13, 2002 10:26 AM > To: Tomcat Users List > Subject: RE: ATTN IIS-Tomcat redirector developers - > I am stuck with > this for overaweek now - PL HELP > > > > If you have the "examples" working with IIS, the > Manager context will > behave the same way (except that it's is privileged) > since it's a web > application itself. See Context entry for manager in > server.xml. > > RS > > > > > > "Sankaranarayanan (Ganesh) Ganapathy" > on 06/13/2002 > 12:16:45 PM > > Please respond to "Tomcat Users List" > > > To: "Tomcat Users List" > > cc: > > Subject: RE: ATTN IIS-Tomcat redirector > developers - I am stuck with > this for over aweek now - PL HELP > > I hope I am not missing something - but the document > you pointed me to > doesnt talk about getting the manager app to work > with external webservers > like IIS! Ofcourse I do have the manager app working > with tomcat in stand > alone mode. > > === message truncated === ===== ------------------------ int myName() { cout << "-Matt Fury \n"; return 0; } ------------------------ __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: