WebLogic
Last updated
Last updated
Installing Orbeon Forms on WebLogic is only one of the possibilities. You can also install Orbeon Forms on other Servlet containers. You can also use Docker containers. See also:
Docker
Servlet containers
A version of the ANTLR library that ships with WebLogic 11g conflicts with the version required by Orbeon Forms. To run Orbeon Forms on WebLogic 10/11g, you need to instruct WebLogic to let Orbeon Forms use the version of ANTLR that ships with Orbeon Forms. You can do this in the WebLogic EAR descriptor, which means you need to encapsulate Orbeon Forms in an EAR before you deploy it:
Create the following directory structure in a temporary directory:
Populate application.xml
with:
Populate weblogic-application.xml
with:
Uncompress the orbeon.war
into the orbeon-ear/orbeon
directory you created in step 1. After this, you should have a directory orbeon-ear/orbeon/WEB-INF
.
Deploy the orbeon-ear
directory. If you are running WebLogic in development mode, you can move it to user_projects/domains/base_domain/autodeploy
.
Optionally, you might want to change where the orbeon.log
is stored. You define the location of the file in WEB-INF/resources/config/log4j.xml
, in the SingleFileAppender
. By default the location of the file is defined as ../logs/orbeon.log
. If you start WebLogic with user_projects/domains/base_domain/startWebLogic.sh
, the log will be located in user_projects/domains/logs/orbeon.log
.