Installation guide
72
Pramati Server 3.5 Administration Guide
Pramati Server configuration files
Configuration files required for setting up Pramati Server are located in the /templates directory
under the installation root. These files, with their descriptions, are listed in the following table.
Cluster A logical server comprising a group of underlying nodes forming a single entity
that internally works with a collection of nodes.
Cluster Node Server instance that serves as a node of a cluster
J2EE Cluster A cluster with both EJB and WEB Nodes
J2EE Node A Server instance that serves as a node serving both Web and EJB requests. Can
exist as a part of aJ2EE Cluster
BOTH Node Same as J2EE Node
Web Cluster A cluster of Web Nodes
Web Node A Server instance that serves as a node serving Web requests alone. Can either
exist as part of a J2EE Cluster or a Web cluster
EJB Cluster A cluster of EJB Nodes
EJB node Server instance that serves as a node serving EJB requests alone. Can either exist
as part of a J2EE Cluster or a Web cluster
Message Server
Cluster
A cluster of Message Server Nodes
HA Message Server Message Server Cluster that only supports failover, and not Load Balancing (as of
4.1, Message Server Cluster is only HA Message Server)
Message Server
Node
A Server instance that serves as a node serving Message Server requests alone
Load Balancer A request dispatcher for managing requests
Configuration Modifying the default settings for the server
Table 23: Pramati Server configuration files
Configuration File
Description
server-config.xml The main configuration file where all the details related to services
bootstrapping is stored. When you create a node manually, make sure that
you copy this file in the config directory from the template.
resource-config.xml All the resource related information like Connection Factory, Data Source
properties, Data Source Cluster, Mail Resource and Message Server Resource
are stored here.
web-config.xml Necessary configuration information for the Web Container Service is stored
here.
deploy-config.xml Contains configuration information for the deploy service.
Table 22: Terminology
Term Description