SIP Servlet Engine© Documentations
 
  Top >   Reference >   File Reference (Location and Summary)
 
 

File Reference (Location and Summary)

This document describes file location after installation and summary of each file.

Files to install under BEA_HOME

The following is a list of files to be installed in the home directory of WebLogic Server (e.g., /usr/local/bea).

File name Description
BEA_HOME/sip-license.xml License file for trial. This file is to be replaced with a regular license file after it is obtained.
BEA_HOME/sip/lib/sip-engine-core.jar JAR file containing classes for the SIP servlet engine portion of SIP Servlet Engine. This file is loaded from CLASSPATH upon startup of WebLogic Server by a startup script such as startSIPonWebLogic.sh.
BEA_HOME/sip/lib/sip-engine-wls81.jar JAR file containing classes specific to WebLogic Server, from the SIP servlet engine portion of SIP Servlet Engine. This file is also loaded from CLASSPATH upon startup of WebLogic Server.
BEA_HOME/sip/lib/sip-spi-oki.jar It is the jar file which stored the utility class of SPI sample and the utility class of a basic component. This file is loaded from CLASSPATH, when WebLogic Server start.
BEA_HOME/sip/lib/sip-spi-ejb.jar It is the jar file which stored EJB called from SPI sample. This file is loaded from CLASSPATH, when WebLogic Server start.
BEA_HOME/sip/lib/sip-spi-mdb.jar It is the jar file which stored MDB (Message Driven Bean) which cooperates with demonstration application.
BEA_HOME/sip/lib/sip-equips-signal.jar JAR file containing SIP signaling component from among the basic components. Application that utilizes CallControlServlet or the like uses this file after copying it to a directory such as WEB-INF/lib.
BEA_HOME/sip/lib/sip-tools.jar*1 JAR file containing development tools (proxy server, registration server, presence server, recording server). Applications use this file after copying it to a directory such as WEB-INF/lib.
BEA_HOME/sip/auxlib/*.jar External library for Log4J, dom4j or the like, on which SIP Servlet Engine depends. All the "*.jar" files stored in this directory are loaded from CLASSPATH upon startup of WebLogic Server.
BEA_HOME/sip/applications/sip-console.war Web Application to provide SIP extension to Admin Console. This file is located by wlinstall install.
BEA_HOME/sip/applications/sip-demo.war*2 WAR file containing sip-demo demo application. This application provides a demo that uses Web application and SIP application at the same time.
BEA_HOME/sip/applications/sip-admin.war*3 WAR file containing sip-admin demo application. This application is also used as a demo for the Service Provider Interfaces (SPIs).
BEA_HOME/sip/applications/sip-digest.war WAR file to manage presence ACL data when collaborating with CenterStage-NS. This application itself is not provided with user interfaces.
BEA_HOME/sip/applications/sip-docs.war WAR file containing documents for SIP Servlet Engine. Since they are all written in static HTML, you can refer to them by simply expanding the file, without the need to deploy them on WebLogic Server.
BEA_HOME/weblogic81/server/lib/mbeantypes/sip-security-wls81.jar JAR file containing security module provided by SIP Servlet Engine.

Files to be Installed in WebLogic Domain

The following is a list of files to be installed in the WebLogic domain directory (e.g., /usr/local/bea/users_projects/domains/mydomain). Here, the WLS domain directory for installation is shown as DOMAIN.

File name Description
DOMAIN/startSIPonWebLogic.sh Shell script for launching SIP Servlet Engine as an Administration Server.
DOMAIN/startManagedSIPonWebLogic.sh Shell script for launching SIP Servlet Engine as a Managed Server.
DOMAIN/sipserver.xml Configuration file for SIP Servlet Container of SIP Servlet Engine.
DOMAIN/sipserver_spi.xml Configuration file for SIPs (Service Provider Interfaces) of SIP Servlet Engine.
DOMAIN/log4j.xml Log4J configuration file for setting the log output of SIP Servlet Engine.
DOMAIN/sip_jaas.cofig Configuration file for JAAS login module provided by SIP Servlet Engine.
DOMAIN/logs/ Directory to store output log of SIP Servlet Engine. This directory is empty immediately after installation.


*1: This file exists only when developer or evaluation license is used.
*2: This file exists only when developer or evaluation license is used.
*3: This file exists only when developer or evaluation license is used.

Last Modified:Thu Jan 13 18:43:48 JST 2005