• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IIS and Tomcat on two different machines

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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....
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Why does your bag say "bombs"? The reason I ask is that my bag says "tiny ads" and it has stuff like this:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic