amourt

Moderators
Dec 8, 2013
4,365
80
48
If you download this document, you will be lost 0 Beer
Download Now
Guide to fix EWA and WIS Error Starting Error 404

1. Edit the file C:\Program Files (x86)\EWA/server/conf/server.xml and modify the following line: <!-- Define a non-SSL HTTP/1.1 Connector on port 9000 -->
<Connector port="9000" protocol="HTTP/1.1" secure="false"
maxHttpHeaderSize="8192" acceptCount="300" maxThreads="200"
enableLookups="false" redirectPort="8443" connectionTimeout="60000"
disableUploadTimeout="false" /> (Change 9000 to 9010)

2. Edit the file ‪C:\Program Files (x86)\EWA\config\core_cfg.xml and modify the following lines:
<PARAMETER name="useExternalSSLModule">false</PARAMETER>
<PARAMETER name="httpPort">9000</PARAMETER>
<PARAMETER name="httpsPort">8443</PARAMETER> (Change 9000 to 9010)

3. Edit the file C:\Program Files (x86)\EWA\clientapps\ewanapi\ewanapi.ini and modify the following line:

# Port on which the application is listening
# Typically this is 9000 for a normal HTTP connection, 8443 for a HTTPS connection
# Port=%EWA_PORT%
# Port=9000 (Change 9000 to 9010)

4. After making the above changes, restart the EWA Admin tool and access the URL localhost:9010.


dht.png
 
Top Bottom