| 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
|
 |
 |
|
|
subject: How to put Tomcat+IIS together
|
|
|