1.0 M6a - embedded tomcat collides with standard tomcat

Hi when installing the "embeded tobact" server, it collides with a standard installed comcat on port 8005.
I'd suggest to change the port to 9005 (consistent with the other ports moved to 9080 and 9443.
To do this edit the .../server/tomcat/conf/server.xml file to
to
Kaj
P.S.: Sorry this forum does not treat XML properly in the code section.
I'd suggest to change the port to 9005 (consistent with the other ports moved to 9080 and 9443.
To do this edit the .../server/tomcat/conf/server.xml file to
<Server> // port="8005" shutdown="SHUTDOWN">
to
<Server> // port="9005" shutdown="SHUTDOWN">
Kaj
P.S.: Sorry this forum does not treat XML properly in the code section.
One answer

I have seen this also. You could easily shut down the wrong server and
you might not be aware of it.
I recommend opening a defect work item on Jazz.net with a high severity
because the impact could be serious.
Jim D'Anjou
kkandler_AT_blackducksoftware.com wrote:
to
Kaj
P.S.: Sorry this forum does not treat XML properly in the code
section.
you might not be aware of it.
I recommend opening a defect work item on Jazz.net with a high severity
because the impact could be serious.
Jim D'Anjou
kkandler_AT_blackducksoftware.com wrote:
Hi when installing the "embeded tobact" server, it collides
with a standard installed comcat on port 8005.
I'd suggest to change the port to 9005 (consistent with the other
ports moved to 9080 and 9443.
To do this edit the .../server/tomcat/conf/server.xml file to
Server> // port="8005"
shutdown="SHUTDOWN"
to
Server> // port="9005"
shutdown="SHUTDOWN"
Kaj
P.S.: Sorry this forum does not treat XML properly in the code
section.