Check the logs in DXWEBHOME/logs for port conflicts. If there is a port number conflict, change the ports used by DXwebserver. To do this, modify the DXwebserver configuration file server.xml.
To change DXwebserver's port numbers
<Connector port="8080" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true"/>
You need to change the value 8443 in two locations in server.xml, as follows:
<Connector port="8080" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true"/>
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8443" minProcessors="5" maxProcessors="75" acceptCount="10" debug="1" scheme="https" secure="true" keystoreFile="__DXWEBSERVER_CERT_PATH__">
Note: If you change the port number, the DSML sample server will not work.
<Server port="8005" shutdown="SHUTDOWN">
dxwebserver stop dxwebserver start
Copyright © 2009 CA. All rights reserved. | Email CA about this topic |