2011/2/17 Captain Cid <[email protected]>:
>
> Yes ..got your point...using spring its easy though
>
> My only question is ,
>
> can it be accessed using classloader and getResource()
>

Why? Just use:

new FileInputStream(new File(System.getProperty("catalina.base"),
"conf/yourfile.properties"));

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to