A simplified example of what I was using is the attached HelloServer.  If I 
start multiple instances of this, the first will be the one to service the GET 
requests but the others do not have any error on startup.  They simply state 
"INFO: Starting the internal HTTP server on port 8111" as well.

This seemed misleading to me because I had changed code but wasn't seeing the 
changes returned in the GET.  Eventually I discovered that I'd left an older 
instance of the code running and that's what was servicing the requests.  It 
just seemed odd that there wasn't the warning about the port being used.  This 
was using the Restlet 2.0.10 libraries.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2859998

Attachment: HelloServer.java
Description: Binary data

Attachment: HelloServerResource.java
Description: Binary data

Reply via email to