Hello!
Our AXIS Web Service Application, using
*AXIS 1.2.1
*Tomcat 4.1.31
*Windows XP Professional SP2
The application try to open a file in a network unit to read it.
(network unit like z:/, connected to other computer in my network like
//computer2/commonresource/)
When we start Tomcat as "normal" application, using the tomcat script
startup.bat the application works fine (opens the file and reads it),
but when we start Tomcat as NT service, the application is not able to
read the same file in the same unit, we get a FileNotFoundException. The
file, obviously, exists, and the network unit has read and write
permissions for all users.
The application works fine in the two ways (normal application and NT service)
if the file is in a local unit (such C:/)
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
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]