Hello!
I have looked here for some reference to the port 24038 my previous version 2023.1 was using to run local tomcat:
workspace/tomcat/server/conf:
Connector URIEncoding="UTF-8" connectionTimeout="20000" maxPostSize="-1" maxThreads="20" port="24038" protocol="HTTP/1.1" redirectPort="8443"
Changed to port 8080 when I upgraded to 2023.2
Connector URIEncoding="UTF-8" connectionTimeout="20000" maxPostSize="-1" maxThreads="20" port="8080" protocol="HTTP/1.1" redirectPort="8443"/
Am I the only one this has happeneded to?
Thanks!
_J