Does Bonita Studio 2023.2 changed loccal tomcat's port from 24038 to 8080?

1
0
-1

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

1 answer

1
0
-1

Hi jercilla,

If other tomcats or other services are running on the port that Bonita Studio is trying to use, it will use another port.

If you want to configure a preferred port to use, you can do it on Bonita Studio through Preferences > Server settings > Port

More info: https://documentation.bonitasoft.com/bonita/latest/setup-dev-environment...

Hope this helps

-Thalía

Notifications