Hi,
I created a web project as in JSF tutorial.
The page worked fine, but then I decided to add Hibernate for DB as well.
I configured the project as in the hibernate example,
and now when I try to run the project I get:
The following error was encountered:
Connection Failed
The system returned:
(111) Connection refusedThe remote host or network may be down. Please try the request again.
What could cause it?