mount directories ...

hi

i have appliction which runs on all servers in background and creates log at one particular place /tmp/ABCD/logs on all servers. and we hosted one website for internal purpose on one of the server say server A.

now problem is when this job compiles code and writes in log ppl do not go and check the log so i want to make is available on web site for this i want to mount /tmp/ABCD from all the servers on A server and also there is directory named /tmp/ABCD on A server.

so how can i mount this ? how can i do this ?

limitations :

i cant FTP those files on A server as this job is runs in background and it may process one file every min or may not process anything for hours so FTP is not the option.

one more thing if i create hard link of file @ diff locations and then mount will it work ??

You cant...

But you can export Server A's /tmp/ABCD/ to all those servers so they can mount it...