RE: Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Ilya Kazakevich
Not sure Java IO supports windows UNC. Try to do the following: 1) mount this share as disk: (in cmd type net use z: \\storage\share\pictures) 2) configure tomcat to work with z:\ Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com http://www.jetbrains.com/ Develop with

Re: Include NEtwork path into Tomcat - urgent

2011-11-15 Thread chris derham
On Tue, Nov 15, 2011 at 11:39 AM, Alexander Diedler adied...@tecracer.dewrote: Hello, This is no option, this solution means, that the windows session must still remain opened with a logged in user. Not true. You can setup tomcat to run under a service account, and have the service account

RE: Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Ilya Kazakevich
-Ursprüngliche Nachricht- Von: Ilya Kazakevich [mailto:ilya.kazakev...@jetbrains.com] Gesendet: Dienstag, 15. November 2011 14:32 An: 'Tomcat Users List' Betreff: RE: Include NEtwork path into Tomcat - urgent Not sure Java IO supports windows UNC. Try to do the following: 1) mount

RE: Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Daniel Mikusa
List' Betreff: RE: Include NEtwork path into Tomcat - urgent Not sure Java IO supports windows UNC. Try to do the following: 1) mount this share as disk: (in cmd type net use z: \\storage\share\pictures) 2) configure tomcat to work with z:\ Ilya Kazakevich, Developer JetBrains

RE: Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Ilya Kazakevich
, 15. November 2011 15:13 An: Tomcat Users List Betreff: RE: Include NEtwork path into Tomcat - urgent Not sure Java IO supports windows UNC. A quick test worked for me. I was able to list the contents of a SMB share on my network. Windows XP, Java 1.6.0_29. public class Test { public static