CDV ❯ report as info the server name when the server starts
-
New Feature
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
nadeem
-
Reporter: tgautier
-
December 11, 2008
-
0
-
Watchers: 0
-
February 02, 2009
-
December 16, 2008
Description
When starting a server with a config that has more than one server element, it is required to start the server with a server name, e.g.
$ start-tc-server.sh -n foo
Where ‘foo’ is the name of the server.
The server should log which element was selected in the startup logs, e.g:
2008-12-11 11:22:14,108 [main] INFO com.terracottatech.general - Server started as “foo”
Comments
Saravanan Subbiah 2008-12-16
Manoj Govindassamy 2008-12-16
testing the fix.
nadeem ghani 2009-01-28
tc-config.xml has two server elements defined, first and second
bin/start-tc-server.sh -f path/to/tc-config.xml -n first
from server log:
2009-01-28 10:49:25,725 [main] INFO com.tc.server.TCServer - Server started as first
Can you look into this ?