Stephen Gray wrote:
> I'm assuming that there is come configuration option that causes Tomcat
> not to be able to see the local file system but I can't think what it
> might be - I'm not starting Tomcat with a security manager.

When running as a service, tomcat runs under the local system user by
default. This user has no privileges to access network resources
either through UNC paths or mapped drives.

Running from the command line, Tomcat runs as the user currently
logged on and therefore has access to the whatever that user has
access to including mapped drives.

Note that if you change the service to run as a domain user, it still
won't have access to mapped drives but it will have access to network
resources via UNC paths.

HTH,

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to