Task 6: configuring jserv, Task 7: starting apache jserv, Task 8: configuring helpdesk – Oracle SUN SPARC SOLARIS 2.6 A86091-02 User Manual

Page 41

Advertising
background image

Post Installation Tasks

Post Installation

3-5

Task 6: Configuring JServ

To configure JServ for Oracle Unified Messaging, you must edit

$ORACLE_HOME/Apache/JServ/etc/jserv.properties

to add JVM

properties and CLASSPATHS.

To add Oracle Unified Messaging properties, Oracle recommends adding the
following lines in the same location where other properties are defined.

wrapper.bin.parameters=-DUM_HOME=<ORACLE_HOME>/um

wrapper.bin.parameters=-DPROPERTIES=<ORACLE_

HOME>/um/config/<MACHINE_HOST_NAME>.properties

To add Oracle Unified Messaging CLASSPATHs, Oracle recommends adding the
following lines in the same location where other CLASSPATHs are defined.

wrapper.classpath=<ORACLE_HOME>/jdbc/lib/classes111.zip

wrapper.classpath=<ORACLE_HOME>/um/lib/um.jar

wrapper.classpath=<ORACLE_HOME>/um/lib/jgl.zip

wrapper.classpath=<ORACLE_HOME>/um/lib/j2ee.jar

wrapper.classpath=<

ORACLE_HOME>/um/lib/ldap.jar

Task 7: Starting Apache JServ

Go to

$ORACLE_HOME/Apache/Apache/bin

To start: ’

apachectl start

To stop:

apachectl stop

Task 8: Configuring HelpDesk

1.

Change directory to:

$ cd $ORACLE_HOME/um/admin

2.

Run oomgr:

$ oomgr admin/<password>

3.

Execute helpdesk.oom

Note:

if the port is < 1024, you need to be root to start Apache.

Advertising