FileNotFoundException when creating FileInputStream

2003-06-19 Thread douglas reames
When I attempt to open an XSL file to complete a transformation, I get the exception FileNotFound. Steps: [1] Get file location from properties file without problem: String myXsl = getProperties().getProperty("fop.render.article"); String contents: "http://localho

RE: FileNotFoundException when creating FileInputStream

2003-06-19 Thread Navjot Singh
hi, May be you are trying to get HTTP file using File Stream, that's why ;-) navjot |-Original Message- |From: douglas reames [mailto:[EMAIL PROTECTED] |Sent: Thursday, June 19, 2003 6:14 PM |To: [EMAIL PROTECTED] |Cc: [EMAIL PROTECTED] |Subject: FileNotFoundException when cre

Re: FileNotFoundException when creating FileInputStream

2003-06-19 Thread Max Cooper
table in a production environment in most cases. -Max - Original Message - From: "douglas reames" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 5:43 AM Subject: FileNotFoundException when creating FileInputStream &

RE: FileNotFoundException when creating FileInputStream

2003-06-19 Thread douglas reames
List" <[EMAIL PROTECTED]> Subject: RE: FileNotFoundException when creating FileInputStream Date: Thu, 19 Jun 2003 20:29:56 +0530 hi, May be you are trying to get HTTP file using File Stream, that's why ;-) navjot |-Original Message- |From: douglas reames [mailto:[EMAIL PROTECTE

Re: FileNotFoundException when creating FileInputStream

2003-06-19 Thread douglas reames
sers Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> CC: <[EMAIL PROTECTED]> Subject: Re: FileNotFoundException when creating FileInputStream Date: Thu, 19 Jun 2003 08:46:10 -0700 FileInputStream expects a filename, but you fe