Red Hat NETSCAPE DIRECTORY SERVER 6.01 - DEPLOYMENT Guía de instalación Pagina 89

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 143
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 142 143

Comentarios a estos manuales

Sin comentarios