Hobbitlaunch running example:
[shire at frodo ~]$ ps -ef|grep hobbitlaunch
shire 6200 1 0 04:52 ? 00:00:00
/home/shire/server/bin/hobbitlaunch
--config=/home/shire/server/etc/hobbitlaunch.cfg
--env=/home/shire/server/etc/hobbitserver.cfg
--log=/var/log/hobbit/hobbitlaunch.log
--pidfile=/var/log/hobbit/hobbitlaunch.pid
shire 17177 15967 0 17:21 pts/0 00:00:00 grep hobbitlaunch
Running Apache httpd example:
[shire at frodo ~]$ ps -ef|grep httpd
shire 17223 15967 0 17:22 pts/0 00:00:00 grep httpd
root 29834 1 0 Oct03 ? 00:00:00 /usr/sbin/httpd
apache 29836 29834 0 Oct03 ? 00:00:00 /usr/sbin/httpd <--- Several
similar to this
Please confirm that you have a httpd process running. Also, try browsing to
the http://10.176.10.69/ <http://10.176.10.69/hobbit/> and see if you get a
response.
Josh
On 10/4/07, Johann Eggers <user-769b09132207@xymon.invalid> wrote:
when i run it..it gives the following.
TM:/home/hobbit/server/etc # ps -ef|grep hobbitlaunch
root 13113 13104 0 16:53 pts/2 00:00:00 grep hobbitlaunch.
does that mean it is okay?..if so..then how comes when i try to open
the
hobbit application itself..i get something like this..
"An error occurred while loading http://10.176.10.69/hobbit/:
Could not connect to host 10.176.10.69."
This means your hobbit processes are NOT running.
Try ps -ef|grep hobbitlaunch|grep -v grep to exclude the grep task...
Do you have the webserver configured on your Hobbit box?
_Johann-
--
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer