Products | Versions |
---|---|
TIBCO Adapter for EJB | - |
Not Applicable | - |
Description:
Install the adapter by choosing weblogic 6.1 as the application server.
Please read the steps 1 and 2 of topic "Configuring BEA WebLogic Server 6.1"
under section "Post-Installation Tasks on Windows Systems" in the 2nd chapter.
The changes are :
1. Instead of modifying setEnv.cmd ,For Weblogic 7.0, modify
setWLSEnv.cmd which can be located at <BEA_HOME>/server/bin.
Add the following jar files to the CLASSPATH environment variable in
the setWLSEnv.cmd file.
set CLASSPATH=%CLASSPATH%;%TIBCO_TRA_HOME%\lib\tibrvj.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_TRA_HOME%\lib\tra.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_ADEJB_HOME%\lib\EjbSupport.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_ADEJB_HOME%\lib\AeConnector.jar
Update the classpath as mentioned in the documentation
2. Instead of modifying startWebLogic.cmd, For Weblogic 7.0,
modify startWLS.cmd file which can be located at <BEA_HOME>/server/bin
Add the following jar files to the CLASSPATH environment variable in
the setWLSEnv.cmd file.
set CLASSPATH=%CLASSPATH%;%TIBCO_TRA_HOME%\lib\tibrvj.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_TRA_HOME%\lib\tra.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_ADEJB_HOME%\lib\EjbSupport.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_ADEJB_HOME%\lib\AeConnector.jar
3. By default, all the .tra files under <TIBCO_ADEJB_HOME>/examples
will have the path for weblogic.jar as <BEA_HOME>/lib/weblogic.jar.
Change the path for weblogic.jar as <BEA_HOME>/server/lib/weblogic.jar