sun appserver 8 load balancer error

Hi everybody. I'm having some trouble using the load balancer plugin for apache 2 over a linux box. I've followed the install guide, compiled apache2 using the libraries, and everything looks ok, but when starting apache2 with the load balancing module enabled, I get the following error:

[Thu Jan 11 11:03:12 2007] [alert] --Name Trans

[Thu Jan 11 11:03:12 2007] [alert] apache process id = 10541 ; URI = /server-status

[Thu Jan 11 11:03:12 2007] [alert] Within apachelbplugin_name_trans()

[Thu Jan 11 11:03:12 2007] [alert] LB Configuration XML file absent or not readable

I've read the topic on http://forum.java.sun.com/thread.jspa?threadID=5095982&messageID=9330119

but I still get the problem.

My server is linux RHEL 3, apache version is 2.0.59.

Please any help would be appreciated. Thanks.

[860 byte] By [durjesjaa] at [2007-11-26 14:48:36]
# 1
You might have simply forgotten to create and/or copy loadbalancer.xml into your apache_webserver_instance/conf/ directory.You can try to recreate it using 'asadmin create-http-lb-config' command, see: http://docs.sun.com/source/819-0215/loadb.html#wp1048230
Sultala at 2007-7-8 8:36:26 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
No, I've copied the file and referenced it in httpd.conf, that's the problem, it should find the file, but I've got that error message
durjesjaa at 2007-7-8 8:36:26 > top of Java-index,Application & Integration Servers,Application Servers...