Is the ejb service starting when you start up the default server?  Check the
default-event.log to make sure.

Do you have the EJB server components installed?

Try changing the IP in the URL to 127.0.0.1 and see if that works.  Not that
there should be a problem using your IP, but it's one thing to eliminate as
a problem.

Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/

> -----Original Message-----
> From: Phil Oxenberg [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 12, 2000 9:37 AM
> To: JRun-Talk
> Subject: JRun3.0 EJB Question
> 
> 
> 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