aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Socket creation problem in java/weblogic5.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Socket creation problem in java/weblogic5.1" Watch "Socket creation problem in java/weblogic5.1" New topic
Author

Socket creation problem in java/weblogic5.1

Vishwas Kashikar
Greenhorn

Joined: Jan 09, 2002
Posts: 5
Hi,
I am trying to create a socket connection at a particular host and port to a servlet.
The servlet is part of the application but is to be called using a host and port id. So the host and port are local to the machine on which the application is installed.
If another installation of the application is done
on the same machine under the same weblogic server but a different user and domain....the socket connection cannot be created for the same host and port and an exception is thrown. At one point of time only one application instance is running on the machine.
It works perfectly for the one instance (always the same one) of the application but not for the others.
The code creates and closes the socket for normal or error conditions....so the socket remaining connected to the first application instance is ruled out.
Can someone please provide some inputs on this.
Thanks and Regards,
Vishwas
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Socket creation problem in java/weblogic5.1
 
Similar Threads
a socket connection to com1
Address already in use
Storing Socket object in database
socket programming on 2 ports
socket.close