Re: File file = new File(path);

2001-11-21 Thread David Rault

may be a stupid sugestion but... anyway
have you checked the unix rights of the user you run tomcat as for the file
/usr/share/tomcat/webapps/spankroot/WEB-INF/classes/properties.txt ??

David

- Original Message -
From: Todd Fulton [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, November 21, 2001 4:54 PM
Subject: File file = new File(path);



 Anyone,

 I've been trying to create a File (and FileInputStream) from within Tomcat
 3.3 now for hours now.  I'm using the TOMCAT_HOME environment variable to
 get the path, but keep getting nothing but

 java.io.FileNotFoundException:
 /usr/share/tomcat/webapps/spankroot/WEB-INF/classes/properties.txt  (No
such
 file or directory)
 java.sql.SQLException: The url cannot be null

 with the code:

 String path = System.getProperty(tomcat.home) +
 /webapps/spankroot/WEB-INF/classes/properties.txt ;
 File file = new File(path);
 FileInputStream stream = new FileInputStream(file);


 But, the file is there!!!

 Can anyone help?


 Todd


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: File file = new File(path);

2001-11-21 Thread Todd Fulton


Well, the rights are currently:

-rw-r--r--1 root root  345 Nov 21 06:27 properties.txt

I think that should be sufficient??



-Original Message-
From: David Rault [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 21, 2001 8:03 AM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: File file = new File(path);


may be a stupid sugestion but... anyway
have you checked the unix rights of the user you run tomcat as for the file
/usr/share/tomcat/webapps/spankroot/WEB-INF/classes/properties.txt ??

David

- Original Message -
From: Todd Fulton [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, November 21, 2001 4:54 PM
Subject: File file = new File(path);



 Anyone,

 I've been trying to create a File (and FileInputStream) from within Tomcat
 3.3 now for hours now.  I'm using the TOMCAT_HOME environment variable to
 get the path, but keep getting nothing but

 java.io.FileNotFoundException:
 /usr/share/tomcat/webapps/spankroot/WEB-INF/classes/properties.txt  (No
such
 file or directory)
 java.sql.SQLException: The url cannot be null

 with the code:

 String path = System.getProperty(tomcat.home) +
 /webapps/spankroot/WEB-INF/classes/properties.txt ;
 File file = new File(path);
 FileInputStream stream = new FileInputStream(file);


 But, the file is there!!!

 Can anyone help?


 Todd


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: File file = new File(path);

2001-11-21 Thread Holger Klawitter

David Rault wrote:
 
 may be a stupid sugestion but... anyway
 have you checked the unix rights of the user you run tomcat as for the file
 /usr/share/tomcat/webapps/spankroot/WEB-INF/classes/properties.txt ??
 
 David
 
 - Original Message -
 From: Todd Fulton [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, November 21, 2001 4:54 PM
 Subject: File file = new File(path);
 
 
  Anyone,
 
  I've been trying to create a File (and FileInputStream) from within Tomcat
  3.3 now for hours now.  I'm using the TOMCAT_HOME environment variable to
  get the path, but keep getting nothing but
 
  java.io.FileNotFoundException:
  /usr/share/tomcat/webapps/spankroot/WEB-INF/classes/properties.txt  (No
 such
  file or directory)
  java.sql.SQLException: The url cannot be null
 
  with the code:
 
  String path = System.getProperty(tomcat.home) +
  /webapps/spankroot/WEB-INF/classes/properties.txt ;
 ^^^
Is this space really right?

With kind regards / Mit freundlichem Gruß
Holger Klawitter
--
Holger Klawitter
[EMAIL PROTECTED] http://www.klawitter.de


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]