Configuring JBoss for ADF Business Components Deployment

Before deploying a Business Components project to a JBoss server, you must configure it.

To configure JBoss for ADF Business Components Deployment:

  1. 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
    	        
  2. Execute the run_with_catalina script (or run_with_tomcat script) located in the <JBoss> /bin directory.

  3. Verify that JBoss is running by entering:

        http://localhost:8080/jboss/index.html 
    	        
  4. Install the ADF runtime libraries on the server.

  5. Stop and restart JBoss.


Related topics

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.