this means you are running other software on Tomcat's default port 8080. This may 
either be another tomcat? or some other process. 

Load a command prompt and type

netstat -an

this will show you if anything is listening on 8080. There is also a tool 
http://www.sysinternals.com/ntw2k/freeware/procexp.shtml

that may help you find out what is listening on port 8080. it will not be IIS unless 
you have setup another site with 8080.

If after all this you cannot find out what is binding 8080, edit server.xml in 
tomcat/conf and change 8080 to 9090.

Allistair.

> -----Original Message-----
> From: Harry Douglass, Jr. [mailto:[EMAIL PROTECTED]
> Sent: 04 November 2004 12:42
> To: 'Tomcat Users List'
> Subject: Address already in use:JVM_BIND:8080
> 
> 
> When I try running Tomcat from the DOS prompt by typing 
> 'tomcat start', I
> see the SEVERE Error message: Address already in 
> use:JVM_BIND:8080.  I know
> I am running IIS on port 80, but I want to keep the same port 
> it runs on,
> and manually start Tomcat when I need it.
> 
> Why can't I get it to work?
> 
> Thank you very much in advance,
> Harry
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com";>www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to