Before deploying a Business Components project to a JBoss server, you must configure it.
To configure JBoss for ADF Business Components Deployment:
Start JBoss using the setvars.bat script on Windows.
On UNIX (Bourne Shell), set the JAVA_HOME
environment
variable and add the Java2 SDK's bin directory to your PATH. For
example:
export JAVA_HOME=/usr/java/jdk1.4
export PATH=${PATH}:${JAVA_HOME}/bin
Execute the run_with_catalina
script (or
run_with_tomcat
script) located in the <JBoss>
/bin
directory.
Verify that JBoss is running by entering:
http://localhost:8080/jboss/index.html
Install the ADF runtime libraries on the server.
Stop and restart JBoss.
Working with the JBoss Application Server
Creating an Oracle Data Source in JBoss
Deploying to the JBoss Application Server
Creating a JBoss Test Client for an EJB Session Bean
Copyright © 1997, 2004, Oracle. All rights reserved.