Operating System - HP-UX
1833013 Members
2885 Online
110048 Solutions
New Discussion

how to start netscape server

 
John Meissner
Esteemed Contributor

how to start netscape server

we were doing a restore of a directory under the main netscape server directory and one of the guys killed the netscape server. how do can we restart this without rebooting?
All paths lead to destiny
9 REPLIES 9
John Meissner
Esteemed Contributor

Re: how to start netscape server

nevermind... /sbin/init.d/ns-adm40 start
duh.....
ok thanks anyway
All paths lead to destiny
W.C. Epperson
Trusted Contributor

Re: how to start netscape server

That looks like the init script for starting the Netscape Admin server. Once started, you can access it with a browser to start up the actual Web server(s). There is an init script for each of those, and also a "start" and "stop" script in the home directory for each Web server (we operate a test server and a production server on the same platform).
"I have great faith in fools; self-confidence, my friends call it." --Poe
John Meissner
Esteemed Contributor

Re: how to start netscape server

I launched netscape and browsed to http://servername but I didn't see anything for starting the server up... can you be a little more detailed about your previous post
All paths lead to destiny
Christian Gebhardt
Honored Contributor

Re: how to start netscape server

Hi

we start our netscape admin server with
cd /opt/netscape/suitespot/bin/admin
./ns-admin -d /opt/netscape/suitespot/admin-serv/config

In your config-dir there must be a file name "ns-admin.conf"

In this file you can find several parameters, one of them is "PORT xxxx"

To connect to your adminserver:
http://servername:xxxx

Chris
Elif Gius
Valued Contributor

Re: how to start netscape server


Hi

If you want to start your webserver over the admin server you have to start the admin server and go to the admin-server with : http://localhost:port

On the first screen you see your servername and then an "ON/OFF" button.
Elif Gius
Valued Contributor

Re: how to start netscape server


OR

cd /opt/netscape/suitespot/SERVERNAME
./start
Sean OB_1
Honored Contributor

Re: how to start netscape server

Typically there is a start script for each server instance.

EX:

//https-instancename/start

is the base server directory for netscape.

https-instancename is the subdirectory for that each server instance has.


In each of those directories there is a script called "start" that is used to start that instance.
John Meissner
Esteemed Contributor

Re: how to start netscape server

I havn't gotten to this yet today - i'll award the points when I get the chance to try this tomarrow or the next day
All paths lead to destiny
John Meissner
Esteemed Contributor

Re: how to start netscape server

thanks for all the help everyone. I tried to do all you suggestions. After talking with HP they determined that my netscape "server4" directory is corrupt. so it's off to restores I go. Thanks for your input and help.
All paths lead to destiny