DevPortal

How do I Disable Web Container Services?


To disable Web Container services, the following change should be made in the server-config.xml:

<service class-name="com.pramati.web.WebServer" enabled="false" name="WebContainer">
  <requires always="NamingService,DeployService" if-enabled="ResourceService"/>
  <config-file validate="false">web-config.xml</config-file>
  <property name="http-port" value="8181"/>
  <property name="https-port" value="443"/>
</service>


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal