Quote:
Originally Posted by zimjackson Hello jmhe,
sorry for my bad Informations - here is the log + a picture of the problem. |
The server log actually shows that the server came up just fine, but somehow the client can't reach it on port 7633.
I've seen one case like this before on Mac. Some Mac boxes are not friendly to localhost-only type of binding.
Could you try this? Open the file <install>/jetty/etc/jetty.xml and remove the line:
<Set name="host">localhost</Set>
Save, and then restart the server.