temporarily copies a project, cp -r
modify the server.xml port number.
start or error
ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
netstat looked at the server configuration port number is not occupied.
look at the startup script, there is the specified remote port number address=XXX;
modify the remote port number, then boot is good.
p>