| Davide Bianchi 2006-05-30, 7:20 am |
| On 2006-05-30, The Apache Guy <leocortes@gmail.com> wrote:
> The main problem is How do I share a NTFS filesystem with the Apache
> box so it can access the JSP and servlet files located in the Tomcat
> box?
You don't. Apache will pass the connection to Tomcat, and tomcat will
do whatever he have to do *on his own machine*, so with his own
filesystem. There is no sharing required.
If you want to have the same filesystem available, you can 'mount' the
win filesystem using Samba. But this has nothing to do with apache, so
I'll refer you to the documentation on www.samba.org
Davide
--
I swear to god, if people treated their cars the way they treat their
computers, half the cars on the road would be covered in bumper stickers
advertising porno, and their trunks would be filled with rotting garbage.
-- Christian Wagner
|