25.01.2015 Views

CSP Gateway Configuration Guide - InterSystems Documentation

CSP Gateway Configuration Guide - InterSystems Documentation

CSP Gateway Configuration Guide - InterSystems Documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Introduction to the <strong>CSP</strong> <strong>Gateway</strong><br />

1.10.2 Managing the Private Web Server<br />

Under normal operational conditions, the Management Portal Web Server for a particular instance of Caché is started when<br />

Caché is started and closed down when Caché is closed down. Occasionally it may be necessary to restart the Management<br />

Portal Web Server without disrupting the corresponding Caché server. For example, a web server restart is necessary if a<br />

configuration change is made to the web server (httpd.conf).<br />

Use the following commands to start and stop the Management Portal Web Server.<br />

Windows<br />

Start the Management Portal Web Server:<br />

\httpd\bin\httpd -k start -n httpd -c "Listen "<br />

Stop the Management Portal Web Server:<br />

\httpd\bin\httpd -k stop -n httpd<br />

For example:<br />

Caché installed in: C:\cachesys<br />

Caché instance name: CACHE<br />

TCP port for Apache: 57772<br />

Start:<br />

C:\cachesys\httpd\bin\httpd -k start -n CACHEhttpd -c "Listen 57772"<br />

Stop:<br />

C:\cachesys\httpd\bin\httpd -k stop -n CACHEhttpd<br />

UNIX®<br />

Start the Management Portal Web Server:<br />

/httpd/bin/httpd -d /httpd -c "Listen "<br />

Stop the Management Portal Web Server:<br />

kill `cat /httpd/logs/httpd.pid`<br />

For example:<br />

Caché installed in: /usr/cachesys<br />

TCP port for Apache: 8972<br />

Start:<br />

/usr/cachesys/httpd/bin/httpd -d /usr/cachesys/httpd -c "Listen 8972"<br />

Stop:<br />

kill `cat /usr/cachesys/httpd/logs/httpd.pid`<br />

10 <strong>CSP</strong> <strong>Gateway</strong> <strong>Configuration</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!