RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Juan Fco. Herrera Utande
Hi,

It's very easy. There's no need to map directories as the only thing you
need in the IIS machine is the isapi filter and workers and uriworkermap
properties files. In the documentation for apj13 you can find the way to
configure them.

Juan

P.S.: Please specify your Tomcat version.

-Mensaje original-
De: Ashish Ravi [mailto:ashish.ravi;webrizon.com]
Enviado el: domingo, 03 de noviembre de 2002 14:40
Para: [EMAIL PROTECTED]
Asunto: Running Tomcat + IIS on different servers


Hi,
 I'm trying to configure IIS (on server 1) to redirect requests to Tomcat
(on server 2) . I've seen the help for configuring Tomcat with IIS, but i
assume it works when both are on the same server. One way out is to map the
directory where the .properties files are and use that mapping in the
registry entry. What option do i have if the servers are not on the same
LAN?

- Ashish


--
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




RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Turner, John

I don't use IIS, but as far as I know, you edit workers.properties file and
change worker.worker-name.host to the FQDN or IP address of the Tomcat
server.

John


 -Original Message-
 From: Ashish Ravi [mailto:ashish.ravi;webrizon.com]
 Sent: Sunday, November 03, 2002 8:40 AM
 To: [EMAIL PROTECTED]
 Subject: Running Tomcat + IIS on different servers
 
 
 Hi,
  I'm trying to configure IIS (on server 1) to redirect 
 requests to Tomcat
 (on server 2) . I've seen the help for configuring Tomcat 
 with IIS, but i
 assume it works when both are on the same server. One way out 
 is to map the
 directory where the .properties files are and use that mapping in the
 registry entry. What option do i have if the servers are not 
 on the same
 LAN?
 
 - Ashish
 
 
 --
 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




RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Juan Fco. Herrera Utande
Hi again,

In your environment there's no need to define JAVA_HOME and TOMCAT_HOME as
they are only used when you have both IIS and TOMCAT on the same manchine
and you wan't to launch Tomcat in the same process as IIS.

IIS will deternime where Tomcat is located through the information given in
the worker definition:

...
worker.your_worker_name.type=ajp13 (I think in your case the worker type
will be ajp12)
worker.your_worker_name.port=8009 (-- that's the port where ajp13 is
listening in the Tomcat machine)
worker.your_worker_name.host=194.233.22.21 (-- that's the host where tomcat
is located)


Regards,

Juan

-Mensaje original-
De: Ashish Ravi [mailto:ashish.ravi;webrizon.com]
Enviado el: lunes, 04 de noviembre de 2002 13:41
Para: [EMAIL PROTECTED]
Asunto: Re: Running Tomcat + IIS on different servers


Hi Juan,
 I understand that. But doesnt the workers.properties file have to define
JAVA_HOME and TOMCAT_HOME (which happen to be on server 2). I'm using the
Jboss 2.3.4-Tomcat 3.2.2 package. What I dont understand is how the IIS
machine will determine the IP of the Tomcat machine.

Ashish
- Original Message -
From: Juan Fco. Herrera Utande [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, November 04, 2002 3:53 PM
Subject: RE: Running Tomcat + IIS on different servers


 Hi,

 It's very easy. There's no need to map directories as the only thing you
 need in the IIS machine is the isapi filter and workers and uriworkermap
 properties files. In the documentation for apj13 you can find the way to
 configure them.

 Juan

 P.S.: Please specify your Tomcat version.

 -Mensaje original-
 De: Ashish Ravi [mailto:ashish.ravi;webrizon.com]
 Enviado el: domingo, 03 de noviembre de 2002 14:40
 Para: [EMAIL PROTECTED]
 Asunto: Running Tomcat + IIS on different servers


 Hi,
  I'm trying to configure IIS (on server 1) to redirect requests to Tomcat
 (on server 2) . I've seen the help for configuring Tomcat with IIS, but i
 assume it works when both are on the same server. One way out is to map
the
 directory where the .properties files are and use that mapping in the
 registry entry. What option do i have if the servers are not on the same
 LAN?

 - Ashish


 --
 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






--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Running Tomcat + IIS on different servers

2002-11-03 Thread Ashish Ravi
Hi,
 I'm trying to configure IIS (on server 1) to redirect requests to Tomcat
(on server 2) . I've seen the help for configuring Tomcat with IIS, but i
assume it works when both are on the same server. One way out is to map the
directory where the .properties files are and use that mapping in the
registry entry. What option do i have if the servers are not on the same
LAN?

- Ashish


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org