|
Re: How to start 9iAS listener from unix and go 9iAS home page? [message #76240 is a reply to message #76236] |
Fri, 23 November 2001 08:35 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
# Start
cd $ORACLE_HOME/Apache/Apache/bin
httpdctl start
# stop
httpdctl stop
# safe restart which checks validity of config file (httpd.conf) before restartings
# leaves existing connections open if in use, restarts them later
httpdctl stop
Default port is 7777. If you want to set it to the default port for http (80), then you need to be logged on as root. All this assumes unix.
----------------------------------------------------------------------
|
|
|