Dear Chuck
My situation is exactly as you suspect
running 5.0.18 from a command prompt, and 5.5.x as a
windows service.
It seem Net disk can only be available with command prompt
instead of windows service for Tomcat Startup.

Thanks

NanFei


----- Original Message ----- From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Thursday, November 24, 2005 3:33 PM
Subject: RE: Net Disk Failure in JSP with Tomcat 5.5.9( or 5.5.X)


From: NanFei Wang [mailto:[EMAIL PROTECTED] Subject: Re: Net Disk Failure in JSP with Tomcat 5.5.9( or 5.5.X)

I made a Net Disk named P:\

I got the following result when I use Apache Tomcat 5.5.9( or 5.5.X) Server:
****************************
P:\ exist = false
P:\ is Directory = false
*****************************

But I got the following when I use Tomcat 5.0.18 :
``````````````````````````````````````````
P:\ exist = true
P:\ is Directory = true
``````````````````````````````````````````

I suspect you were running 5.0.28 from a command prompt, and 5.5.x as a
Windows service.  As far as I can tell, network drive mappings are not
visible to a service, even when the service is run under an account that
has persistent network connections.  By using the .bat files to run
5.5.x, you should be able to do what you want.  Note that the .bat files
are only included in the .zip Tomcat download, not the .exe one (seems
silly, but that's the way it is).

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to