Re-configure WebSTATISTICA to use a different port

Re-configure WebSTATISTICA to use a different port

book

Article ID: KB0081411

calendar_today

Updated On:

Products Versions
Spotfire Statistica 12.5 and later

Description

This article talks about how to modify the port being used by WebSTATISTICA.

 

Issue/Introduction

Re-configure WebSTATISTICA to use a different port

Resolution

Changing WebSTATISTICA service to listen on different port:
 
1. Open Start | All Programs | STATISTICA  | WebSTATISTICA | Administration | Settings|All | TCPIPPort
 
2. Change the value from 8081 to some other port number that does not conflict with other software.
     Note: (Sometimes McAfee uses 8081 by default for its management software. This would cause a conflict with WebSTATISTICA).
 
3. Re-start the WebSTATISTICA service.
 
4. Browse to C:\WebSTATISTICAPub\wwwroot\config.php.
 
5. Edit config.php  in notepad.
 
6. Change the following line to use new port number:   $PostVars["SoapPort"] = '8081';