i am getting one problem in javawebstart.I am able to access the application using javawebstart from my local mechine . I am not able to acess the same across the intranet. Can anybody help ,how to access the across the network. I am getting this exception
java.net.ConnectException: Connection refused: no further information at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:312)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
You can also find the naming policy: here Thank You!
Rob
SCJP 1.4
Chantal Ackermann
Ranch Hand
Joined: Sep 28, 2000
Posts: 508
posted
0
it seems as JavaWebStart could not connect to server to download the necessary jar files. maybe your machine has a personal firewall running? or the jars are read protected in some way? or - this seems a stupid idea, but should be checked - the web server was not running when jws tried to connect to it. Chantal
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.