AEM forms on JEE requires the JDBC driver for your database
and the pop3 JAR file for email support to be correctly set up for
WebLogic Server.
Modify the class path of a managed server
-
To access the WebLogic administration console, type
http://[
hostname
]:
[
port
]
/console
in
the URL line of a web browser, where [
port
] is the non-secure
listening port. By default, this port value is
7001
.
-
On the login screen, type your WebLogic user name and password
and click
Log In
.
-
Under Change Center, click
Lock & Edit
.
-
Under Domain Structure, click
Environment
>
Servers
and,
in the right pane, click the managed server name.
-
In the Settings for Server pane, click the
Configuration
tab
>
Server Start
tab.
-
In the
Class Path
box, type the location and file
name for the following JAR files in the order shown:
-
pop3.jar
-
weblogic.jar (WebLogic Server JAR file)
-
tools.jar (WebLogic Server JAR file)
-
JDBC driver file for your database (For example: ojdbc6.jar)
For
example, in a Windows environment using WebLogic 12.1.3, enter the following
text:
C:\Adobe\Adobe_Experience_Manager_forms \lib\weblogic\pop3.jar;[WL_HOME]\wlserver_12.1\server\lib\weblogic.jar;C:\Program Files\Java\jdk1.7.0_21\lib\tools.jar;C:\Adobe\Adobe_Experience_Manager_forms\lib\db\ojdbc6.jar
For
example, in a UNIX environment using WebLogic 12.1.1, enter the following
text:
opt/adobe/adobe_experience_manager_forms/lib/weblogic/pop3.jar:[WL_HOME]/wlserver_12.1.1/server/lib/weblogic.jar:/opt/jrrt-4.0.0-1.6.0/lib/tools.jar:opt/adobe/adobe_experience_manager_forms/lib/db/ojdbc6.jar
Note:
The above
examples specify the Oracle JDBC driver file. If you are using another
database, this JAR file will be specified accordingly.
-
In the
Arguments
box, add the following arguments
separated by a space delimiter
-Dadobeidp.RootDirectory=[WL_HOME]\user_projects\domains\DomainLC
-Dfile.encoding=utf8
-Djava.net.preferIPv4Stack=true
-Djava.security.policy=[WL_Home]\server\lib\weblogic.policy
-DentityExpansionLimit=10000
-Dcom.adobe.livecycle.crx.integration.url
If you are using IPv6, replace -
Djava.net.preferIPv4Stack=true
with
-Djava.net.preferIPv6Stack=true.
Replace
[WL_Home]
with
the WebLogic home directory, as shown in this example:
Djava.security.policy=/opt/Oracle/Middleware/weblogic12.1/server/lib/weblogic.policy
Replace
[AppServerdomain] with the domain directory, as shown in this example:
-Dadobeidp.RootDirectory=/opt/Oracle/Middleware/user_projects/domains/base_domain/
-
Click
Save
and then click
Activate Changes
.
|
|
|