At 06:51 PM 1/6/2002 -0800, you wrote: >How come I can access this URL: >http://intranet.xxx.com:8080/reportsArchive/par/ProductDD.xls > >But cannot access this URL: >file://intranet.xxx.com:8080/reportsArchive/par/ProductDD.xls > >I get an error message that it cannot find the file. The error message says >make sure the path and filename are correct. >I am using Tomcat 4.0.1 Is there some configuration setup that I am >missing? > >Thanks
What OS are you using? Using the file protocol requires an absolute path to a local file I believe. In the case of Windows, the form 'file:///c:/dir1/dir2/file.txt'. I've never seen the 'file' protocol used to access a file on a remote server. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
