You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using the maven plugin to deploy to our BW6 standard environment (not containers). We have many application nodes running on the same hosts and the default port of the Swagger-ui is causing us to have contention on ports. Currently we will deploy via the Maven plugin and it will create an appnode with the 7777 port selected (BW default) for the swagger port. I would like to have this port as a parameter in the properties that Maven takes when creating the AppNode/AppSpace. As of right now after the deployment finishes I have to remember to go and fix the port and restart the AppNode. It would be much cleaner if I could just pre-configure that within the properties to Maven.
The text was updated successfully, but these errors were encountered:
We have been using the maven plugin to deploy to our BW6 standard environment (not containers). We have many application nodes running on the same hosts and the default port of the Swagger-ui is causing us to have contention on ports. Currently we will deploy via the Maven plugin and it will create an appnode with the 7777 port selected (BW default) for the swagger port. I would like to have this port as a parameter in the properties that Maven takes when creating the AppNode/AppSpace. As of right now after the deployment finishes I have to remember to go and fix the port and restart the AppNode. It would be much cleaner if I could just pre-configure that within the properties to Maven.
The text was updated successfully, but these errors were encountered: