| Author |
IIS and Tomcat on two different machines
|
Marco Scalas
Greenhorn
Joined: Mar 19, 2004
Posts: 1
|
|
Hi all I have a problem configuring a simple redirect from IIS 5.1 to tomcat 4.1.27. IIS and Tomcat are not on the same Server because IIS is on a Windows enviroment and Tomcat is on a Red Hat Linux environment. All the docs i found are based on a configuration that expects both IIS and tomcat on the same machine. I need to know if it's possible this type of redirection and where i can find some useful docs. Thank you in advice. Marco PS sorry for my bad english....
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
If you are talking about a true redirect - ie response.sendRedirect("somenewURL"); it does not matter where somenewURL resides because the client will generate a new request for it. See the javax.servlet.http.HttpServletResponse javadocs. Bill [ March 19, 2004: Message edited by: William Brogden ]
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: IIS and Tomcat on two different machines
|
|
|