Re: Tomcat vs. Samba

2008-12-08 Thread Mitch Gitman
André, thanks. I can confirm that changing the log-on user in Services worked. As Charles notes in the subsequent post, I can see now that the "Log On" tab in "Configure Tomcat" (tomcat6w.exe) mimics the "Log On" tab for a service's properties in the Services admin tool. On Mon, Dec 8, 2008 at 1:1

RE: Tomcat vs. Samba

2008-12-08 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat vs. Samba > > - when you have such a user-id/password, then go into the > "Services" applet (My computer...,Manage.., Services and > Applications,.. Services, right-click on Tomcat in the right >

Re: Tomcat vs. Samba

2008-12-08 Thread André Warnier
Mitch Gitman wrote: 2. I literally can't solve this problem while still running as a Windows service. [...] Yes you can... - the LocalSystem account is special, one of the special things about it being that it cannot access Windows network resources. - if you need Tomcat to access Windows ne

Re: Tomcat vs. Samba

2008-12-08 Thread André Warnier
Caldarale, Charles R wrote: All that being said, if you're running Tomcat as a Windows service, it is likely using the Local System Account, ... And, for information, one of the characteristics of the LocalSystem account is that it does not have access to any Windows network resources, such

RE: Tomcat vs. Samba

2008-12-07 Thread Martin Gainty
16:22:06 -0800 Subject: Re: Tomcat vs. Samba From: [EMAIL PROTECTED] To: users@tomcat.apache.org Charles, you nailed it. Major thanks. I owe you a bottle of wine or something. Yes, I was running Tomcat as a Windows service, and it should have dawned on me that somehow that was part of the equation

Re: Tomcat vs. Samba

2008-12-07 Thread Mitch Gitman
R < [EMAIL PROTECTED]> wrote: > > From: [EMAIL PROTECTED] > > Subject: Tomcat vs. Samba > > > So basically, the credentials I input when mapping the > > network drive get picked up when invoking Ant by hand > > (scenario #2), but they don't get picked up wh

RE: Tomcat vs. Samba

2008-12-07 Thread Martin Gainty
users@tomcat.apache.org > Date: Sun, 7 Dec 2008 14:37:50 -0600 > Subject: RE: Tomcat vs. Samba > > > From: [EMAIL PROTECTED] > > Subject: Tomcat vs. Samba > > > So basically, the credentials I input when mapping the > > network drive get picked up when invoking Ant

RE: Tomcat vs. Samba

2008-12-07 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > Subject: Tomcat vs. Samba > So basically, the credentials I input when mapping the > network drive get picked up when invoking Ant by hand > (scenario #2), but they don't get picked up when it is > Hudson running on Tomcat that is invoking Ant

Re: Tomcat vs. Samba

2008-12-07 Thread Mitch Gitman
pient. > Sender does not necessarily endorse content contained within this > transmission. > > > > > > Date: Sat, 6 Dec 2008 15:23:14 -0800 > > From: [EMAIL PROTECTED] > > To: users@tomcat.apache.org > > Subject: Tomcat vs. Samba > > > > I&#

RE: Tomcat vs. Samba

2008-12-06 Thread Martin Gainty
content contained within this transmission. > Date: Sat, 6 Dec 2008 15:23:14 -0800 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Tomcat vs. Samba > > I'm running the Hudson continuous integration > server<https://hudson.dev.java.net/>webapp on T

Tomcat vs. Samba

2008-12-06 Thread Mitch Gitman
I'm running the Hudson continuous integration serverwebapp on Tomcat 6.0 on a Windows machine. To perform a build, I have Hudson invoking an Ant build script. At one point, the build script needs to upload a file to a Linux machine. I can think of two ways to accomplis