Hi,

I've justinstalled JRun3.0 on my Windows2000Server and configured it for
IIS5.0 according to the documentation.
I've written an EJB which I have deployed on the JRun server. My problem
is with my client app when attempting to connect to the server.  The
setProperty calls were taken from the sample client code that came with
JRun.  I useing my server's IP address instead of a variable.

        p.setProperty(Context.INITIAL_CONTEXT_FACTORY,
"allaire.ejipt.ContextFactory");
        p.setProperty(Context.PROVIDER_URL, "ejipt://" +
"192.168.100.106" + ":2323");
        return new InitialContext(p);

The call to instantiate InitialContext throws the following exception:
java.lang.RuntimeException: Failed to connect to server

I've also tried it with port 8100 and 8000.  BTW, I can get to the JRun
demo page via http://192.168.100.106:8100/demo/ and the JRun admin page
via http://192.168.100.106:8000/

Thanks

Phil



------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to