Adding redundancy to web server

Hi all,

I want to increase my webserver's performance by adding multiple servers. I want the servers to be behind the load balancer. I have succeeded in implementing the scenario, two machines running portal server on top of webserver. The problem that i am having is , what to do with the document root . I mean the file level changes , such as document root pages remaing on the machine they are modified, how to make the changes reflect. Is there a solution

regardskimi

[492 byte] By [Kimi_Rex] at [2007-11-26 7:50:06]
# 1

Hi,

I am not sure that I understand exactly what you are asking, but if you are trying to find out how to have a second doc-root, it is not possible as there can only be 1 doc-root. However, you can set additional document directories by using the pfx2dir function. See docs at:

http://docs.sun.com/source/817-6248/crobjsaf.html#wp1002653

If this does not solve your problem, please come back to us with more details, including the version of webserver that you are using, and any error messages etc.

Hope this helps

roho at 2007-7-6 20:07:33 > top of Java-index,Web & Directory Servers,Web Servers...