Re: Config problem - monitor trying to launch monitor....
Thomas Fritzinger <[email protected]> Tue, 14 Sep 2004 10:30:42 +0200
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Organization | interActive Systems GmbH |
| Message-ID | <[email protected]> |
Hello Mike Mike Peel wrote: [...] > ... and things still don't seem to be booting. I'm guessing that when it > starts, I should be able to access wotaskd through > :1085/cgi-bin/WebObjects/wotaskd.woa - but that isn't accessible. And > none of the apps I've got set up are starting. try 'netstat -ntl' instead. If wotaskd is running this command should give you a line like that: tcp 0 0 0.0.0.0:1085 0.0.0.0:* LISTEN > All is good when I run > wotaskd from the command line though... (is there a command that can be > appended to ./wotaskd to keep it running after I exit the shell, at all?) Yes, of course - just start wotaskd with the appropriate script, eg by running "/etc/init.d/WOServices start" > I'm thinking that it won't be a big problem if, just for now, it has to > be manually started in the command line ... just as long as it stays > running after I exit the shell. Did you do that chkconfig stuff I posted? In which runlevel is your machine? Do you have a startlink in the corresponding rc-directory? For example (ls output snipped): # runlevel N 3 # ls -l /etc/rc3.d/*WOServices lrwxrwxrwx [...] /etc/rc3.d/S95WOServices -> ../init.d/WOServices [...] > ok, a few questions here: > a) where's the log files? That belongs to your configuration and defaults to your apps directory. Regards, Thomas