LiveCycle 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 serverTo 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 11g, enter the following
text:
C:\Adobe\Adobe LiveCycle ES4 \lib\weblogic\pop3.jar;[WL_HOME]\wlserver_10.3\server\lib\weblogic.jar;C:\Program Files\JRockit Real Time\jrrt-4.0.0-1.6.0\lib\tools.jar;C:\Adobe\Adobe LiveCycle ES4\lib\db\ojdbc6.jar
For
example, in a UNIX environment using WebLogic 11g, enter the following text:
opt/adobe/adobe_livecycle_ES4/lib/weblogic/pop3.jar:[WL_HOME]/wlserver_10.3/server/lib/weblogic.jar:/opt/jrrt-4.0.0-1.6.0/lib/tools.jar:opt/adobe/adobe_livecycle_ES4/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=[appserverdomain]
-Dfile.encoding=utf8
-Djava.net.preferIPv4Stack=true
-Djava.security.policy=[WL_Home]\server\lib\weblogic.policy
-DentityExpansionLimit=10000
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/weblogic10.3/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.
|
|
|