Step #1: Install an EJB Server |
"http://www.weblogic.com/download.htm "
/export
directory, for example, /export/weblogic
.
http://www.sun.com/solaris/java
CLASSPATH
on the server host:
Add weblogic/classes and weblogic/lib/weblogicaux.jar to your Java CLASSPATH, also ensure you have "." or your current directory in the CLASSPATH as well
Add weblogic/lib/solaris to your LD_LIBRARY_PATH
Set system password, weblogic.password.system
startTengah.sh
script. Later, after building and deploying the example bean, you can check that the EJB bean has been deployed correctly, either by checking the server command line window, or by opening the Console and examining the "EJB Transaction Server" under the "Distributed Objects"; you should see DemoBean deployed, and can monitor its activity.
![]() |