First of all, you aren't going to redirect *anything* to a Linux-based Tomcat server, from an IIS web server, with worker.ajp13.host = localhost. You need to change "host" to equal the FQDN or IP address of the Linux server.
John > -----Original Message----- > From: Jose Antonio Martinez [mailto:lfbbes@;yahoo.es] > Sent: Friday, November 15, 2002 6:47 AM > To: Tomcat Users List > Subject: Re: iis redirection to linux tomcat machine > > > here is the redirector isapi log: > > #------ DEFAULT ajp13 WORKER DEFINITION > ------------------------------ > #--------------------------------------------------------------------- > # > > # > # Defining a worker named ajp13 and of type ajp13 > # Note that the name and the type do not have to > match. > # > worker.ajp13.port=8009 > worker.ajp13.host=localhost > > # ************ End worker.properties ************** > > > --- Jose Antonio Martinez <[EMAIL PROTECTED]> escribi�: > > i have installed the isapi filter in the iis for > > redirection of jsp pages to a linux machine (it has > > a > > tomcat server). > > > > i have followed the documentation at: > > > > > http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/#6 > > > > > > the array is green now , but when i try to view jsp > > samples, there is a problem: iis says it cant find > > the > > module !!! > > > > any idea? > > > > > > > > > _______________________________________________________________ > > Yahoo! Messenger > > Nueva versi�n: Webcam, voz, y mucho m�s �Gratis! > > Desc�rgalo ya desde http://messenger.yahoo.es > > > > -- > > To unsubscribe, e-mail: > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > _______________________________________________________________ > Yahoo! Messenger > Nueva versi�n: Webcam, voz, y mucho m�s �Gratis! > Desc�rgalo ya desde http://messenger.yahoo.es > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
