Re: Problems running as an NT Service

2001-07-20 Thread Raber Chris
All, Thanks for the suggestions. I found my problem. Here is a short synopsis in case anyone else runs into this. Assuming the problem was security related, I moved my servlet into it's own context and added rules to tomcat.policy for the permissions I needed. I checked the SecurityManager.check

Re: Problems running as an NT Service

2001-07-20 Thread Christopher Raber
Title: Re: Problems running as an NT Service This was the first thing I checked. -- Chris Raber, Systems Engineer, AvantGo Inc. v: 248-554-9330, cell: 810-839-3684 http://www.avantgo.com/ Sent wirelessly using AvantGo Enterprise & RIM! -Original Message-

Re: Problems running as an NT Service

2001-07-18 Thread Christopher Raber
Title: Re: Problems running as an NT Service File is on drive c: The error is a security manager no read access eeror. -- Chris Raber, Systems Engineer, AvantGo Inc. v: 248-554-9330, cell: 810-839-3684 http://www.avantgo.com/ Sent wirelessly using AvantGo Enterprise

Re: Problems running as an NT Service

2001-07-18 Thread Frank Lawlor
What error are you getting? FIle not found? Security error? Not found would be a path problem. Security error would be more related to the java.policy of the user you are running under. Is the file on a mounted drive? (service can't access these). etc. Frank Lawlor Athens Group, Inc. (512) 34

Re: Problems running as an NT Service

2001-07-18 Thread Daniel Einspanjer
Just one quick idea.. Have you looked at the NTFS permissions on the directories in question? Make sure that the Local System account has full permissions, otherwise the service will have access problems. -- Daniel Einspanjer, [EMAIL PROTECTED] on 07/18/2001 On Tue, 17 Jul 2001 14:33:26 -07

More Information, was Problems running as an NT Service

2001-07-17 Thread Raber Chris
Here are some additional facts that may help diagnose the problem. - I have made sure that the user my service is running as has access to the directories and files I need to read. - My servlet is running in the ROOT context in the webapps directory. Not for any good reason except I have been to

Problems running as an NT Service

2001-07-17 Thread Raber Chris
I have a servlet that works fine when running TomCat from a command line. When I attempt to run the servlet as a service, my servlet can not open files for read access that it could open when running under TomCat from the command line... I have read the archives for similar issues, and have trie

Problems running as an NT Service

2001-07-17 Thread Raber Chris
I have a servlet that works fine when running TomCat from a command line. When I attempt to run the servlet as a service, my servlet can not open files for read access that it could open when running under TomCat from the command line... I have read the archives for similar issues, and have trie