still didnt work ...
my code :\
String path =
this.getClass().getClassLoader().getResource("config.properties").getPath().
toString();
FileInputStream in = new FileInputStream(path);
properties.load(in);
-----Mensagem original-----
De: Jacob Kjome [mailto:[EMAIL PROTECTED]
Enviada: quarta-feira, 26 de Fevereiro de 2003 15:35
Para: Tomcat Users List
Assunto: Re: Properties file [SOLVED?]
Why don't you just load the properties file as an inputstream. If you get
the path and then use that for a File object, you are making your webapp
non-portable. If your webapp is served directly from a .war file, you
won't have the ability do perform File IO. Use streams and URL's and you
will be fine.
Jake
At 03:24 PM 2/26/2003 +0000, you wrote:
>i copied the 'config.properties' file to WEB-INF\classes and accessed it
>from inside a bean using
>
>
>this.getClass().getClassLoader().getResource("config.properties").getPath()
.
>toString()
>
>ang got
>
> N:/webapps/Java/Project/WEB-INF/classes/config.properties
>
>i hope the is no downside to this
>
>cheers
>
>good work
>
>
>---------------<*>----------------------
>Jos� Moreira
>
>T�cnico de Inform�tica | IT Technician
>
>Vila Nova de Gaia, Portugal
>
>E-Mail: [EMAIL PROTECTED]
>
>MSN: [EMAIL PROTECTED]
>
>ICQ: 136936120
>
>IRC: ethernal (irc.ptnet.org)
>
>
>
>---------------------------------------------------------------------
>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]