Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

<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.

0 votes



One answer

Permanent link
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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 03 '08, 3:11 p.m.

Question was seen: 6,304 times

Last updated: May 03 '08, 3:11 p.m.

Confirmation Cancel Confirm