TIBCO Adapter for EJB 4.1.0 now supports Weblogic 7.0SP4 on Solaris 2.9.
book
Article ID: KB0085773
calendar_today
Updated On:
Products
Versions
TIBCO Adapter for EJB
-
Not Applicable
-
Description
Description: Install the adapter with Solaris 2.8 build by choosing weblogic 6.1 as the application server.
Please follow the steps, 1 and 2 (with the changes mentioned below) of topic "Configuring BEA WebLogic Server 6.1" under section "Post-Installation Tasks on UNIX Systems" of Chapter 2 in the User's guide.
CHANGES:
1. Instead of modifying setEnv.sh ,For Weblogic 7.0, we need to modify
setWLSEnv.sh which can be located at <BEA_HOME>/server/bin.
Add the following jar files to the CLASSPATH environment variable in the setWLSEnv.sh 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.sh, For Weblogic 7.0, modify startWLS.sh file which can be located at <BEA_HOME>/server/bin
Add the following jar files to the CLASSPATH environment variable in the setWLSEnv.sh 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
Issue/Introduction
TIBCO Adapter for EJB 4.1.0 now supports Weblogic 7.0SP4 on Solaris 2.9.