Red Hat NETSCAPE DIRECTORY SERVER 6.01 - DEPLOYMENT Installation Guide Page 89

  • Download
  • Add to my manuals
  • Print
  • Page
    / 143
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 88
79
CHAPTER 18
Creating and Configuring Pramati Server Nodes Using XML
class-name="com.pramati.web.WebServer">
<service name="EJBContainer" enabled="true"
class-name="com.pramati.ejb.EJBContainer">
Creating Standalone Message Server
For a Standalone Message Server, enable the JMS Service in the server-config.xml:
<service name="JMSService" enabled="true"
class-name="com.pramati.jms.server.PramatiMessageService">
<config-file>jms-config.xml</config-file>
<requires always="NamingService,ResourceService"
if-enabled="TransactionService" />
</service>
Disable the Web Container and EJB Container services from server-config.xml:
<service name="WebContainer" enabled="false"
class-name="com.pramati.web.WebServer">
<service name="EJBContainer" enabled="false"
class-name="com.pramati.ejb.EJBContainer">
Customizing Server Footprint
The Server framework allows customizing a server instance to the extent of choosing the specific set
of services required by the application. This will result in just those services being started. The binary
files (Jar) for the remaining services can even be removed from the Server install directory. Services
can be enabled and disabled by changing configuration in
server-config.xml.More details are
dealt in the following section.
Page view 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 142 143

Comments to this Manuals

No comments