It's all about the answers!

Ask a question

1.0 M6a - embedded tomcat collides with standard tomcat


Kaj Kandler (111) | asked May 03 '08, 3:11 p.m.
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.

One answer



permanent link
James D'Anjou (2011511) | answered May 05 '08, 3:00 p.m.
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:
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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.