| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Multiple Oracle 9iAS App Servers in Linux
To stop one environment:
apachectl stop -f $ORACLE_HOME/Apache/Apache/conf/httpd.conf
where ORACLE_HOME is that of your 9iAS installation.
Reset the path ( -f ) to your config file to start, stop or restart any environment. This beats killing the Jserv and httpd processes by hand and it's very quick.
-Kevin
"Mark Frederiksen" <mfrederiksen_at_workbrain.com> wrote in message
news:d6a135ad.0208020640.9dee00f_at_posting.google.com...
> Hi, I'm trying to get an Oracle start script working on a RH7.3 system
> but I've ran into a problem. This script simply starts the App Server
> in nohup and then kills the PID of the Server when you want to stop
> the server. The PID is found by doing a "ps -e | grep java | sed -e
> 's/^ *//' -e 's/ .*//". This simply spits out the PID's of all
> processes with a CMD of "java". My problem is this. This box is
> running two(or more) appservers in different environments which we
> would like to be able to start and stop exclusive from each other.
> When Oracle starts, all of the PID's are named Java, making it
> impossible to distinguish between the two servers. Is there a way to
> customize the CMD name of the process when it is started or perhaps to
> put in a description for it?
>
>
> Thanks
> Mark
Received on Fri Aug 02 2002 - 10:35:44 CDT
![]() |
![]() |