From: albert kao on 5 Feb 2010 09:47 After my Windows Vista computer is rebooted, the port 8080 is used by the process java.exe. This port conflict will stop tomcat from being started inside eclipse. How to fix this problem so that after reboot, the port 8080 is not used by any process? I look at the Config panel and do not see any Tomcat or Catalina configured as an automatic service.
From: Lothar Kimmeringer on 5 Feb 2010 10:05 albert kao wrote: > I look at the Config panel and do not see any Tomcat or Catalina > configured as an automatic service. Install Process Explorer from Sysinternals and check out the values of the "Image"-Tab showing the command line arguments of the process and the working directory. This should give to the information what program is running there. Regards, Lothar -- Lothar Kimmeringer E-Mail: spamfang(a)kimmeringer.de PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81) Always remember: The answer is forty-two, there can only be wrong questions!
From: Arne Vajhøj on 5 Feb 2010 19:57 On 05-02-2010 09:47, albert kao wrote: > After my Windows Vista computer is rebooted, the port 8080 is used by > the process java.exe. > This port conflict will stop tomcat from being started inside eclipse. > How to fix this problem so that after reboot, the port 8080 is not > used by any process? > I look at the Config panel and do not see any Tomcat or Catalina > configured as an automatic service. netstat -ano should reveal what process is using the port. Based on that it may be possible to find where it is started. Arne
From: Roedy Green on 6 Feb 2010 02:17 On Fri, 5 Feb 2010 06:47:12 -0800 (PST), albert kao <albertkao3(a)gmail.com> wrote, quoted or indirectly quoted someone who said : >After my Windows Vista computer is rebooted, the port 8080 is used by >the process java.exe. >This port conflict will stop tomcat from being started inside eclipse. >How to fix this problem so that after reboot, the port 8080 is not >used by any process? Sounds like it might be Eclipse. Port 8080 is free on my machine. Surely you can configure Tomcat to use something else as the easy way out. -- Roedy Green Canadian Mind Products http://mindprod.com You can�t have great software without a great team, and most software teams behave like dysfunctional families. ~ Jim McCarthy
From: Dirk Bruere at NeoPax on 8 Feb 2010 17:07
albert kao wrote: > After my Windows Vista computer is rebooted, the port 8080 is used by > the process java.exe. > This port conflict will stop tomcat from being started inside eclipse. > How to fix this problem so that after reboot, the port 8080 is not > used by any process? > I look at the Config panel and do not see any Tomcat or Catalina > configured as an automatic service. Just had a horrible flashback wondering who in their right mind would port Java to an 8080... -- Dirk http://www.transcendence.me.uk/ - Transcendence UK http://www.theconsensus.org/ - A UK political party http://www.blogtalkradio.com/onetribe - Occult Talk Show |