The Artima Developer Community
Sponsored Link

Java Answers Forum
Can I install IIS and Java Webserver on the same machine.

2 replies on 1 page. Most recent reply: Feb 4, 2005 6:14 AM by John Neale

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Khin Lai Lai Khaing

Posts: 1
Nickname: kllk
Registered: Feb, 2005

Can I install IIS and Java Webserver on the same machine. Posted: Feb 4, 2005 1:08 AM
Reply to this message Reply
Advertisement
Hi All!

I want to hear some suggestions/answers from all of u.
I can't run Java WebServer on my machine.
I installed ISS in my machine and alos .Net.
Is it a problem that IIS and Java Webserver can't run on the same machine.
Thanx:


Pradeep

Posts: 3
Nickname: pradeepa
Registered: Jan, 2005

Re: Can I install IIS and Java Webserver on the same machine. Posted: Feb 4, 2005 1:51 AM
Reply to this message Reply
Hi,

You can install IIS, Javawebserver both in one machine . IIS is default server avaliable in windows2000 server edition and windows 2003 edition.


Pradeep.J

John Neale

Posts: 10
Nickname: rhino
Registered: Oct, 2003

Re: Can I install IIS and Java Webserver on the same machine. Posted: Feb 4, 2005 6:14 AM
Reply to this message Reply
Have you configured them to listen on different ports? By default both web servers are going to try to listen on port 80 for http and 143 for ssl (if configured). The second server will not be able to get a server socket on port 80 and will therefore appear not to work.

Flat View: This topic has 2 replies on 1 page
Topic: JVM Previous Topic   Next Topic Topic: About javx.comm....  reading the serial port

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use