Hello Mark!

Thank you for the answer!
*Accessing the resource by UNC path : The same behavior, startup.bat makes the application can reach //computer/shareresource/commonfile.txt, but when we start Tomcat as NT service we get FileNotFound exception * Context Listener: Sorry, I can't find any information associated with context listener or how to use it in that case, if you could tell me where to find it or some link to learn how to use it, I will be grateful




Asunto:
Re: Axis application running on Tomcat 4.1.31 in Windows XP as NT Service cannot access network units
De:
Mark Thomas <[EMAIL PROTECTED]>
Fecha:
Tue, 13 Jun 2006 19:17:55 -0400

Para:
Tomcat Users List <users@tomcat.apache.org>


Marcos Guerrero Gomez wrote:

> We have disabled the windows XP firewall, and we have changed the user
> credentials to start the service with the same user as the logged user
> (that is able to open the network units through the windows explorer)
> but the behavior doesn't change.
> Any suggestions? Thank you very much in advance,
> Marcos Guerrero

I am pretty sure windows doesn't make mapped networks drives available
by default to services. You could try one of the following:
- access the resource via a UNC path
- add some code to map the drive in your app (context listener)

HTH,

Mark

------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.4/363 - Release Date: 13/06/2006


---------------------------------------------------------------------
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