Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 72437 invoked from network); 8 Feb 2002 13:40:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Feb 2002 13:40:08 -0000 Received: (qmail 20894 invoked by uid 97); 8 Feb 2002 13:39:36 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 20878 invoked by uid 97); 8 Feb 2002 13:39:35 -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 20843 invoked from network); 8 Feb 2002 13:39:35 -0000 Subject: AW: Tomcat & IIS & Servlets MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 8 Feb 2002 14:41:55 +0100 Message-ID: <9A78AB45CBF70147BAED314E81A661D00112A2@server.marel.at> X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tomcat & IIS & Servlets Thread-Index: AcGwpbP2yJ2dssq4RSSGNxqthS6EiQAABKmg From: "Martin Jussel" To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Is it possible to do a more *basic* configuration? I want to run multiple webs and do not want to change the uriworkermap.properties for each app. Replacing=20 default.worker=3Dajp13 /admin=3D$(default.worker) /admin/*=3D$(default.worker) /examples=3D$(default.worker) /examples/*=3D$(default.worker) with default.worker=3Dajp13 /*.jsp=3D$(default.worker) is also working fine for JSP pages. Is it not possible to do stuff like this for servlets? Martin -----Urspr=FCngliche Nachricht----- Von: Randy Layman [mailto:randy.layman@aswethink.com] Gesendet: Freitag, 08. Februar 2002 13:50 An: 'Tomcat Users List' Betreff: RE: Tomcat & IIS & Servlets You need to map /kunden/servlet to Tomcat, so add /kunden/servlet/*=3D${default.worker} to your uriworkermap.properties file. Randy > -----Original Message----- > From: Martin Jussel [mailto:Martin.Jussel@marel.at] > Sent: Friday, February 08, 2002 8:35 AM > To: Tomcat Users List > Subject: AW: Tomcat & IIS & Servlets >=20 >=20 > Hi, >=20 > Thanx for your help. I checked the IIS log and found lines like that: >=20 > [...] > 2002-02-08 13:29:59 192.168.0.38 - 192.168.0.3 80 GET > /kunden/servlet/Abbildung picID=3D16$08517270 404 > [...] >=20 > I think this is what you described under "1." and so I've to=20 > modify the > uriworkermap.properties. Can you help me how to modify? >=20 > Martin >=20 >=20 >=20 >=20 > -----Urspr=FCngliche Nachricht----- > Von: Randy Layman [mailto:randy.layman@aswethink.com] > Gesendet: Freitag, 08. Februar 2002 13:24 > An: 'Tomcat Users List' > Betreff: RE: Tomcat & IIS & Servlets >=20 >=20 >=20 > When you want to run servlets, you do need to modify your > mapping. > However, people don't generally call servlets from /servlet/className > any > more. Its more typical that you would have some specific URLs. >=20 > There are two places where you might be having problems: > 1. IIS doesn't recognize that it must forward the request. To > check this you need to look at your IIS log files and see if you are > getting > 404 errors for the servlet requests, or if they have been rewritten to > the > ISAPI Redirector. If so you need to modify the=20 > uriworkermap.properties. > 2. Tomcat doesn't recognize the URL passed from IIS as a valid > servlet URL. To check this you need check the Tomcat logs for 404 > errors. > If this is the case then you need to either create servlet mappings in > your > web.xml file or change the URL that you are using. >=20 > Randy >=20 > > -----Original Message----- > > From: Martin Jussel [mailto:Martin.Jussel@marel.at] > > Sent: Friday, February 08, 2002 4:50 AM > > To: Tomcat Users List > > Subject: Tomcat & IIS & Servlets > >=20 > >=20 > > Hi, > >=20 > > Tomcat is running fine with IIS. I can surf .jsp pages and=20 > > JDBC is also > > working. But I've troubles with servlets. Placing a servlet in > > WEB-INF/classes seems not to work. Is there any basic > > (uriworkermap.properties?) or webapp specific (apps*.xml)=20 > > configuration > > needed do get it work? > >=20 > > my uriworkermap.properties currently looks like described in howto > > documentation: > > default.worker=3Dajp13 > > /*.jsp=3D$(default.worker) > >=20 > > -> jsp's are running > >=20 > > But is it not needed to add a line like this for servlets? > > /servlet/*=3D$(default.worker) > >=20 > > (I did it but servlets still not work) > >=20 > > Martin > >=20 > > -- > > To unsubscribe: =20 > > > For additional commands:=20 > > > Troubles with the list:=20 > > >=20 >=20 > -- > To unsubscribe: > For additional commands: > Troubles with the list: >=20 >=20 > -- > To unsubscribe: > For additional commands: > Troubles with the list: >=20 -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: