Re: WebApp access to a LAN share

2011-10-19 Thread Léa Massiot
Hello again. @awarnier and others. It worked! Thanks. I just want to add that I had to install the smbfs package to be able to mount Windows shares: apt-get install smbfs Best regards, -- Léa -- View this message in context: http://old.nabble.com/WebApp-access-to-a-LAN-share

Re: WebApp access to a LAN share

2011-10-16 Thread André Warnier
Léa Massiot wrote: Hello, Thank you for reading my post. Here is my problem: - I have two machines S and M on the same LAN. - S is a Debian machine running a Tomcat server. - And I have a WebApp W deployed on this Tomcat server. - M is a Windows machine which hosts some files for W. - S and M

Re: WebApp access to a LAN share

2011-10-16 Thread Brian Burch
On 15/10/11 23:27, Caldarale, Charles R wrote: From: Brian Burch [mailto:br...@pingtoo.com] Subject: Re: WebApp access to a LAN share Well, for a start a webapp is not normally allowed to access files outside its own container... Unless you've configured Tomcat to use a security manager

Re: WebApp access to a LAN share

2011-10-16 Thread Stefan Mayr
Am 16.10.2011 10:31, schrieb André Warnier: Léa Massiot wrote: Hello, Thank you for reading my post. Here is my problem: - I have two machines S and M on the same LAN. - S is a Debian machine running a Tomcat server. - And I have a WebApp W deployed on this Tomcat server. - M is a Windows

Re: WebApp access to a LAN share

2011-10-16 Thread Léa Massiot
agree with the configuration variable recommendation. Thank you all again. I'll come back as soon as possible to let you know how it worked. Best regards, -- Léa -- View this message in context: http://old.nabble.com/WebApp-access-to-a-LAN-share-tp32658680p32661603.html Sent from the Tomcat

WebApp access to a LAN share

2011-10-15 Thread Léa Massiot
to have the data on one machine and Tomcat on another machine). Can you help me? Best regards, -- Léa -- View this message in context: http://old.nabble.com/WebApp-access-to-a-LAN-share-tp32658680p32658680.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: WebApp access to a LAN share

2011-10-15 Thread Brian Burch
On 15/10/11 19:38, Léa Massiot wrote: Hello, Thank you for reading my post. Here is my problem: - I have two machines S and M on the same LAN. - S is a Debian machine running a Tomcat server. - And I have a WebApp W deployed on this Tomcat server. - M is a Windows machine which hosts some

Re: WebApp access to a LAN share

2011-10-15 Thread Pid
On 15/10/2011 19:38, Léa Massiot wrote: Hello, Thank you for reading my post. Here is my problem: - I have two machines S and M on the same LAN. - S is a Debian machine running a Tomcat server. - And I have a WebApp W deployed on this Tomcat server. - M is a Windows machine which

RE: WebApp access to a LAN share

2011-10-15 Thread Caldarale, Charles R
From: Brian Burch [mailto:br...@pingtoo.com] Subject: Re: WebApp access to a LAN share Well, for a start a webapp is not normally allowed to access files outside its own container... Unless you've configured Tomcat to use a security manager, that's simply false; webapps run under the same