Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cosmos-dev] Early adopter question - Tomcat port

 

Crew,

This has to be documented somewhere…. anywhere

 

Hubert,

Are there ANY scripts in COSMOS that have restrictions, i.e. they can be run only under certain conditions? If so, are the constraints enforced by the scripts themselves?

 

Thanks,

Jimmy Mohsin

Cell   +1-609-635-1703

 

From: cosmos-dev-bounces@xxxxxxxxxxx [mailto:cosmos-dev-bounces@xxxxxxxxxxx] On Behalf Of David Whiteman
Sent: Thursday, March 13, 2008 10:53 AM
To: Cosmos Dev
Subject: RE: [cosmos-dev] Early adopter question - Tomcat port

 


Would this be a good requirement to put on the CMDBf toolkit, or does it not fit there?
---
David Whiteman | Tivoli Autonomic Computing
Eclipse COSMOS project committer | http://www.eclipse.org/cosmos/
david_whiteman@xxxxxxxxxx | 919-254-8224 | T/L 444-8224


Hubert H Leung <hkyleung@xxxxxxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

03/13/2008 10:49 AM

Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

To

Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

cc

Subject

RE: [cosmos-dev] Early adopter question - Tomcat port

 





You can run it any time and for any number of times.  The assumption is that all components are on the same machine, and all MDRs are deployed at the Tomcat.  



_________________________
Hubert Leung
IBM Toronto Lab
hkyleung@xxxxxxxxxx
905-413-3382

"Mohsin, Jimmy" <Jimmy.Mohsin@xxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

03/13/2008 10:32 AM

Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

To

"Cosmos Dev" <cosmos-dev@xxxxxxxxxxx>

cc

Subject

RE: [cosmos-dev] Early adopter question - Tomcat port

 





Hubert,

 
Can we run configDemo.bat at anytime on an existing deployment?  Or can we use this only when installing the demo for the first time?

 
Thanks,

Jimmy Mohsin

Cell  
+1-609-635-1703
 
From:
cosmos-dev-bounces@xxxxxxxxxxx [mailto:cosmos-dev-bounces@xxxxxxxxxxx] On Behalf Of Hubert H Leung
Sent:
Thursday, March 13, 2008 10:12 AM
To:
Cosmos Dev
Subject:
Re: [cosmos-dev] Early adopter question - Tomcat port

 

Under webapps\cosmos\WEB-INF\classes, there is a domainEPR.xml file.  This file contains the EPR of the domain - the entry point of the system.  The default value is:

<?xml version="1.0" encoding="UTF-8"?>

<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">

  <wsa:Address>http://localhost:8080/cosmos/services/domain</wsa:Address>

</wsa:EndpointReference>


You need to change the port number here.

You can find the same file for every MDR.  You will need to change the domain address and port number for all MDRs.


Note that there is a program provided in the demo zip file, that help you set these values.  (cosmos-demo\bin\configDemo.bat)  It prompts you for the port number of the web server, and it will change all domainEPR.xml files for you.


Thanks,
_________________________
Hubert Leung
IBM Toronto Lab
hkyleung@xxxxxxxxxx
905-413-3382

"Mohsin, Jimmy" <Jimmy.Mohsin@xxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

03/13/2008 10:01 AM

 

Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

 

To

"Cosmos Dev" <cosmos-dev@xxxxxxxxxxx>

cc

Subject

[cosmos-dev] Early adopter question - Tomcat port



 

 






Team,


I tried to get deploy COSMOS i9 on a machine that did not have 8080 available…  I decided to deploy Tomcat on 8081


I then changed the port in domainEPR.xml for 8081 and the domain came up fine…  The Broker did not…


Two questions:

1.    Can we even deploy COSMOS i9 with Tomcat on a non 8080 port?

2.    If yes, how do I change the config for the Broker?  Is there a brokerEPR.xml?  Or some other file I need to change?


Thanks,

Jimmy Mohsin

Cell  
+1-609-635-1703
_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev

_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev


Back to the top