• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Unable to get Tomcat on Windows XP on available port:80 with IIS 6 on port:8080

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am running two service on my Windows XP x86 64 bit box.

Service A using IIS on port:80
Service B using Apache Tomcat 5.5.17 on port:8080

This setup is operational, but not correct port assignments. There is a restriction my Service B (Tomcat) that it must run on port:80.

So I need to switch services to different ports.

First, I switched Service A to use IIS on port:8080 (note: this is default service), making port:80 available.

Next, I tried to get Service B using Apache Tomcat 5.5.17 to run on port:80 and my Windows XP will NOT give it port:80. My box allow my Apache Tomcat have any other port but NOT port:80.

Why?

Thanks
 
Ranch Hand
Posts: 470
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeff Tanner wrote:Next, I tried to get Service B using Apache Tomcat 5.5.17 to run on port:80 and my Windows XP will NOT give it port:80.



How did you switch the port and what do you mean by "my Windows XP will NOT give it"?
 
Saloon Keeper
Posts: 28324
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Misha Ver wrote:

Jeff Tanner wrote:Next, I tried to get Service B using Apache Tomcat 5.5.17 to run on port:80 and my Windows XP will NOT give it port:80.



How did you switch the port and what do you mean by "my Windows XP will NOT give it"?



And did you stop IIS and restart it to give it a chance to switch to the new port assignment?
 
please buy this thing and then I get a fat cut of the action:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic