Problem:
- Product Name: VisiBroker Java
- Product Version: 6.5
- Product Component: ORB
- Platform: Windows
For deploying the software for the application servers and client applications, what files of the VisiBroker for Java have to be used.The full installation of the BES6.5 should not be the solution.What is the minimum list of the necessary files that have to include for the application deployment.
Resolution:
For example, to run the Server in the standard example, C:\\Borland\\BDP6.5\\examples\\vbe\\basic\\bank_portable:
>set CLASSPATH=.;C:\\Borland\\BDP6.5\\lib\\vbjorb.jar;C:\\Borland\\BDP6.5\\lib\\lm.jar;C:\\Borland\\BDP6.5\\lib\\sanct4.jar
>set PATH=C:\\Borland\\BDP6.5\\bin;C:\\Borland\\BDP6.5\\jdk\\jdk1.4.2\\bin;%PATH%
>java -Djavax.rmi.CORBA.StubClass=com.inprise.vbroker.rmi.CORBA.StubImpl -Djavax.rmi.CORBA.UtilClass=com.inprise.vbroker.rmi.CORBA.UtilImpl -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.inprise.vbroker.rmi.CORBA.PortableRemoteObjectImpl -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORBSingleton -Dborland.enterprise.licenseDir=C:\\Borland\\BDP6.5\\var -Dborland.enterprise.licenseDefaultDir=C:\\Borland\\BDP6.5\\license -Dvbroker.agent.enableLocator=false Server
#VisiBroker
#Classpath
#PATH
#Java
#Security
#license




