Hi guys

Just wonder ing if you could help me with a issue regarding my webapp and viewing a mounted drive.

I have a two webapps on seperate servers which both need to be able to view images/files on a 'shared' mounted drive.

As it stands App1 (on Linux1) is installed under
'/home/user/apps/tomcat/wenapps/myApp1/' with a folder called '/images'

App2 (on Linux2) is installed under '/home/user/apps/tomcat/webapps/myApp2/' and I basically want to make the /images' folder on App1 shared with App2

I've tried:-
mount <server-ip>:/home/user/apps/tomcat/webapps/myApp1/images /home/user/apps/tomcat/webapps/myApp2/images

myApp2/images does exist

But I get an error:-
mount: Wrong fs type, dab option, bad superblock on <server> missing codepage...


I'm guessing I need to mount a drive on App2 but obviously before that I need to make it 'shared' public something.

Any tips.