|
From: <hb...@gm...> - 2008-09-25 14:08:25
|
I have implemented a web serivce. It looks like this:
MyService service = new MyService();
Endpoint endpoint = Endpoint.create(service);
endpoint.publish("http://localhost:8080:/myservice");
Running the code directly in a jvm it works great. When it runs with the service wrapper the service starts and is listening on the port 8080. When a client connects on port 8080 there will never come an answer.
There is no firewall running. A portviewer shows me that the service is listening on port 8080, after a client connects the port status is "established". After 3 minutes the client disconnects with a timeout error message.
Any ideas?
Thanks in advance,
Chriss
--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
|