RE: IIS and Tomcat basic configuration questions

2003-01-23 Thread Wagoner, Mark
No, Tomcat and IIS can be on different machines (the redirector is on the
IIS server, but it is simply a DLL).  One of the entries in the properties
file used to configure the redirector is the name of the machine where
Tomcat is running.  This is how the redirector knows where to redirect the
request to.

-Original Message-
From: Brantley Hobbs [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 23, 2003 10:48 AM
To: [EMAIL PROTECTED]
Subject: IIS and Tomcat basic configuration questions


Hello all.

I'm new to the entire concept of Tomcat and I have a question which I
have not found a clear explanation for.

Does Tomcat have to be installed on the webserver?  In other words, can
I not just install the redirect filter (and not Tomcat, per se) on the
webserver and have it connect (using ajpv13) to a back-end Tomcat
server?  I only want to install the redirect filter on the webserver.
Does a working JVM need to be in place for the filter to work properly?

Brantley Hobbs

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: IIS and Tomcat basic configuration questions

2003-01-23 Thread Turner, John

 -Original Message-
 From: Brantley Hobbs [mailto:[EMAIL PROTECTED]]
 
 Hello all.
 
 I'm new to the entire concept of Tomcat and I have a question which I
 have not found a clear explanation for.
 
 Does Tomcat have to be installed on the webserver?  

No.

 In other 
 words, can
 I not just install the redirect filter (and not Tomcat, per se) on the
 webserver and have it connect (using ajpv13) to a back-end Tomcat
 server?  

Yes.

 I only want to install the redirect filter on the webserver.
 Does a working JVM need to be in place for the filter to work 
 properly?

No, the JVM goes on the server running Tomcat, as Tomcat is the Java
application that requires it.  The redirector is just a DLL.

 
 Brantley Hobbs
 

John


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: IIS and Tomcat basic configuration questions

2003-01-23 Thread Hari Venkatesan
Take a look at this site. It has step by step installation instructions

http://www.onjava.com/pub/ct/33

Hari

-Original Message-
From: Brantley Hobbs [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 23, 2003 10:48 AM
To: [EMAIL PROTECTED]
Subject: IIS and Tomcat basic configuration questions

Hello all.

I'm new to the entire concept of Tomcat and I have a question which I
have not found a clear explanation for.

Does Tomcat have to be installed on the webserver?  In other words, can
I not just install the redirect filter (and not Tomcat, per se) on the
webserver and have it connect (using ajpv13) to a back-end Tomcat
server?  I only want to install the redirect filter on the webserver.
Does a working JVM need to be in place for the filter to work properly?

Brantley Hobbs

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]