Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Protocol handler initialization failed: java.net.BindException: Address already in use:8080

 

 

This can be fixed by changing JIRA changing CostOS Server to use another listening port (eg. 8090 8081) and shutdown JMS port (eg. 8015 61617). This is done by editing conf\server.xml (eg. in Wordpad). The start of the file looks like: during the installation on configuration window

 Image Added
<Server port="8005" shutdown="SHUTDOWN">

  <Service name="Catalina">

    <Connector port="8080"
      maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
      enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" />

Here, change the shutdown port from "8005" to "8015" and change the listening port from "8080" to "8090" (or some other free port — see below).

...

Panel
bgColor#fff

Press No, install into a different directory

 

 

Type another folder to install CostOS Server

 

 

Image Removed 

 

We must write another port.

 

 

...