Kbase P77779: SonicMQ 5.0: How to change the port for the broker hosting the Directory Services
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Unverified
GOAL:
SonicMQ 5.0: How to change the port for the broker hosting the Directory Services
FIX:
In SonicMQ 5.0, the Directory Service is hosted by a single broker.
Whenever changes need to occur to the configuration of the system, a
Management client (the Management Console, for instance) connects to
the broker hosting the Directory Service to make the configuration
changes.
This will explain how to change the port on the acceptor for the
broker hosting the Directory Service.
To change the port for the broker hosting the Directory Services follow these steps:
1. Start your broker/container. Connect using the Management Console.
2. Using the Management Console, go to the left-hand tab called
"Configure." Drill down to the broker, then click on Acceptors. Find
the acceptor you want to change, and change the port to the new port
number.
3. The Container stores a connection URL as well, so you need to
change the Container's port. Drill down to the container, right-click
on the container and choose "properties" and then change the port in
the Connection URL.
4. The Container stores the connection URL in a configuration file
called container.xml; this is stored on disk. You'll need to either
modify the container.xml manually (not recommended) or generate a new
container.xml. Right-click on the container and select "Generate Boot
File." Save the file to disk; since this is container hosting the
directory service, the container.xml is found in the root install
directory. Just overwrite the existing container.xml with your new
one.
5. Disconnect from the Management Console.
6. Stop and restart your container/broker. You should see it come up
on the new port.
7. Connect to the broker from the Management Console using the new
port.