Page 1 of 1

is there a way to run on the same server iis and jetty?

Posted: 28 Mar 2008, 17:41
by teonicel
i've installed smartfosserver on win 2003 server running IIS and i 've installed also jetty webserver , i would like to if is a way of keeping the IIS server and the jetty webserver at the same time?

Posted: 29 Mar 2008, 08:54
by Lapo
Yes there is.
Jetty by default runs on port 8080, so it shouldn't interfere with IIS (which I guess should be running on port 80)
If you want to change the Jetty TCP port go to the Server/webserver/cfg/ folder, open the jetty.xml file and change the port to the desired value.