File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes How to put Tomcat+IIS together Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "How to put Tomcat+IIS together" Watch "How to put Tomcat+IIS together" New topic
Author

How to put Tomcat+IIS together

eric lee
Ranch Hand

Joined: Nov 04, 2002
Posts: 86
Hi,i try to run my jsp in my web-server
but it seems to IIS and tomcat can not use
port 80 together. if i shutdown IIS that my
web-site can not work.so,how can i sovle this problem?
ps:
how can my web-site work if i type my ip address like below?
http//:168.124.64.4/index.jsp
Jeff Grant
Ranch Hand

Joined: Dec 19, 2001
Posts: 169
Two services can't use the same port at the same time. I suggest that you shut down IIS and move all your files over to the Tomcat root. Then you'll be able to access it like a normal webpage as you are now and have the added capability of running JSPs.
eric lee
Ranch Hand

Joined: Nov 04, 2002
Posts: 86
Thanks,Jeff
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to put Tomcat+IIS together
 
Similar Threads
Binding tomcat to non-localhost address
Tomcat and IIS
How to use Tomcat to connect to my web server IP?
How do I let my IIS and Tomcat using the same port?
Why should integrate Tomcat with IIS for website