Port confilct

The port specified in the apache.catalina startup and binding is being used by VMWare on my system. Can I change the port in your script? There is another user that appears to have the same problem, see posts from Uri Inbar. How can this conflict be resolved?

SEVERE: StandardServer.await: create[8005]: 
java.net.BindException: Address already in use: JVM_Bind
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
	at java.net.ServerSocket.bind(ServerSocket.java:319)
	at java.net.ServerSocket.<init>(ServerSocket.java:185)
	at org.apache.catalina.core.StandardServer.await(StandardServer.java:373)
	at org.apache.catalina.startup.Catalina.await(Catalina.java:647)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:607)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)

There seems to be a problem with the evaluation of the shutdown port for tomcat. This port starts usually from 8005. This start value for the shutdown port can be changed in: /naturalone/njx/tomcat.properties → “minshutdownport=8005” Just try to set it to “minshutdownport=8006”

Changing the shutdown port to 8006 seems to have solved the Apache/Tomcat problem. Thanks. :smiley: