Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 21787 invoked from network); 18 Jun 2003 20:53:58 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 18 Jun 2003 20:53:58 -0000 Received: (qmail 1784 invoked by uid 97); 18 Jun 2003 20:56:22 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 1777 invoked from network); 18 Jun 2003 20:56:22 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 18 Jun 2003 20:56:22 -0000 Received: (qmail 20342 invoked by uid 500); 18 Jun 2003 20:53:41 -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 20317 invoked from network); 18 Jun 2003 20:53:41 -0000 Received: from hosting-132-150.phpwebhosting.com (HELO flow.phpwebhosting.com) (64.72.132.150) by daedalus.apache.org with SMTP; 18 Jun 2003 20:53:41 -0000 Received: (qmail 12993 invoked by uid 508); 18 Jun 2003 20:53:23 -0000 Received: from unknown (HELO 192.168.0.169) (203.15.140.99) by hosting-132-150.phpwebhosting.com with SMTP; 18 Jun 2003 20:53:23 -0000 From: Jason Bainbridge Organization: jblinux.org To: Jose Santiago Oyervides Gonzalez Subject: IIS ISAPI Redirect problems (was Re: context.xml question) Date: Thu, 19 Jun 2003 04:53:23 +0800 User-Agent: KMail/1.5.9 References: <9290B61E3A5FD611AD8300065B3CD7B504E2DC22@EDTEXCHANGE> In-Reply-To: <9290B61E3A5FD611AD8300065B3CD7B504E2DC22@EDTEXCHANGE> Cc: tomcat-user@jakarta.apache.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200306190453.23143.jason@jblinux.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N G'day, You're welcome. :) In future though I suggest you post questions to the list and not direct to an individual you are much more likely to get help that way. :) (I've CC'd the list with this) As to your problem, can you give a few more details? Is the 404 being thrown by IIS or Tomcat? If you're using MSIE you will have to turn off friendly error messages to be able to see the 404 properly in your browser, that will reveal where it is coming from. Regards, -- Jason Bainbridge http://jblinux.org On Thu, 19 Jun 2003 04:41, you wrote: > Hi Jason, > Thanks for answering me. > > I have several web-sites, and I'm trying to configure the isapi redirect > for some of them, now it works for localhost, but I am having some problem > with the other hosts? > > All the web-sites have their Jakarta Virtual Directory with the isapi > loaded (green and up arrow), and the hosts are added in the server.xml, if > I access them with port 8080, they work, but the redirect isn't working. > > This is my uriworker.properties: (it is the default) > /servlet/*=ajp13 > /examples/*=ajp13 > > This is my worker.properties (Also the default, just added the other > hosts) > > worker.ajp13.type=ajp13 > worker.ajp13.lbfactor=1 > worker.loadbalancer.type=lb > worker.loadbalancer.balanced_workers=ajp13 > worker.tomcat_home=D:\Tomcat4 > worker.java_home=C:\j2sdk1.4.0 > ps=# > worker.list=ajp13 > worker.ajp13.port=8009 > worker.ajp13.host=localhost > worker.ajp13.host=mydomain.com > worker.ajp13.host=myotherdomain.com >-- Jason Bainbridge http://jblinux.org > My registry is fine, because the redirect is working for the localhost. > > I'm trying this configuration and it isn't working, (error 404) do you know > what could be causing this? > > Thanks > Jose Oyervides. > > > > -----Original Message----- > From: Jason Bainbridge [mailto:jason@jblinux.org] > Sent: Wednesday, June 18, 2003 12:24 PM > To: Tomcat Users List > Subject: Re: context.xml question > > On Thu, 19 Jun 2003 01:15, Jose Santiago Oyervides Gonzalez wrote: > > I've tried: > > > unpackWARs="true"> > > Try a forward slash instead ie. e:/webapps or maybe a double backslash. > > Also is e: drive a local or network drive? If it is a Network drive you > will > > need to use it's UNC name and the user that is running Tomcat will need > access to the network ie. LocalSystem for an NT service won't work. > > Regards, --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org