Command line switch to start http

Is there a command line switch that I can use to start the http server in Domino? Example (nserver -. For some reason, after we do a backup, and restart the domino server using the “net start” command, iNotes isn’t coming up. We have to log into he server and start the http service from the console. I have a way of doing a post backup command, but need to know a command to issue. Thanks in advance.

Subject: command line to start http

nserver -c “load http”

Subject: Tasks list

You probably need to add the http task to your list of tasks in the server notes.ini.

There should be a tasks line like the one below:-

ServerTasks=Update,Replica,Router,AMgr,AdminP,CalConn,Sched,HTTP,STAddin

Just add HTTP to the list of tasks and it should start when the Domino server restarts.