Hi,
    I couldn't connect socket within servlet.
like
    clientSocket = new Socket(hostAddress, hostPort);

this comment doesn't work. I have an application that waits for connection
on hostAddress:hostPort.
    I must connect with this application with servlet. Does it possible?
What is wrong?

After running the servlet while server application runs, I run "netstat -a"
in command line, and I see that server is still waiting.

There is no wrong with server application. Socket connection is opened with
any other application but the same method couldn't work within servlet.
Thanks,

Regards,
Fusun

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to