Hi there,
i have installed eclipse on windows.
JDK 1.5.0 Update 11 is also installed.
I'm running Apache Tomcat with Alfresco on a Windows Server.
Now when i'm trying to execute the Webservice examples i get an error.
I got the error at all examples.
I'm trying to start the example out of eclipse…. this should be possible or?
the properties file is edited so that the IP fits to the Server.
Here's the error message…..
Exception in thread "main" org.alfresco.webservice.util.WebServiceException: Error starting session.
at org.alfresco.webservice.util.AuthenticationUtils.startSession(AuthenticationUtils.java:94)
at org.alfresco.sample.webservice.GetStores.main(GetStores.java:50)
Caused by: java.net.ConnectException: Connection refused: connect
Thanks for your help.
DaniSowa