This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Can anyone tell me how to setup Tomcat and Oracle on the same machine so that they both can be accessed through port 80.
I am using Tomcat 5.0.24 and Oracle 9i.
I would be glad if anyone can send me links to useful resources !!!
Thanks !!!
Jeremy Wilson
Ranch Hand
Joined: Feb 18, 2003
Posts: 166
posted
0
You would have to run them each on different ports other than port 80. You would have to then run IIS or Apache on port 80 with a redirector that redirects the applications to the applicable tomcat or oracle server.