J2EE Problem With JWS while Connecting to Borland AppServer

Hi

I'm Having problem in lookup while using J2EE and JWS.

I'm using Borland AppServer 4.5.

I can connect to EJBs deployed in my local m/c but while connecting to remote EJBs I'm having CORBA_OBJECT not Exists error.

My JNLP :

<?xml version="1.0" encoding="utf-8"?>

<jnlp spec="0.2 1.0"

codebase="http://conan:8080/welcome/app"

href="MyApp.jnlp">

<information>

<title>Welcome</title>

<vendor>Objectif Telecommunications Ltd</vendor>

<homepage href="../demos.html"/>

<description>Java Framework developed and maintained by warrior team</description>

<icon href="objectif/splash blank.jpg"/>

<offline-allowed/>

</information>

<resources>

<j2se version="1.3"/>

<property name = "ORBagentPort" value="15028"/>

<jar href="JWSTEST.jar" main="true" download="eager"/>

<jar href="new45jar.jar"/>

<jar href="asrt.jar"/>

<jar href="vbjorb.jar"/>

<jar href="vbjdev.jar"/>

<jar href="vbejb.jar"/>

<jar href="vbdev.jar"/>

<jar href="vbsec.jar"/>

<jar href="visiconnect.jar"/>

</resources>

<application-desc main-class="jwstest.Welcome">

<argument>Java Task</argument>

<argument>Hello!!</argument>

</application-desc>

</jnlp>

Any Idea ?

[1554 byte] By [pratyay] at [2007-9-26 1:27:17]
# 1
Are you trying to access the AppServer from the outside (i.e. the Internet)?
kdean at 2007-6-29 1:11:21 > top of Java-index,Desktop,Deploying...
# 2
<property name = "ORBagentPort" value="15028"/>I have problems setting the ORBagentPort as well.Is there a solution, or is this not supported in the current version of Java Web Start?Thanks,Liviu
lchiriac at 2007-6-29 1:11:21 > top of Java-index,Desktop,Deploying...