Re: Check if file exists in WEB-INF folder

2006-03-24 Thread Hadraba Petr
/06, Rapthor <[EMAIL PROTECTED]> wrote: > > It works! Thanks. > -- > View this message in context: > http://www.nabble.com/Check-if-file-exists-in-WEB-INF-folder-t1329073.html#a3549945 > Sent from the Tomcat - User forum at Nabble.com. > > > --

Re: Check if file exists in WEB-INF folder

2006-03-23 Thread Rapthor
It works! Thanks. -- View this message in context: http://www.nabble.com/Check-if-file-exists-in-WEB-INF-folder-t1329073.html#a3549945 Sent from the Tomcat - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Check if file exists in WEB-INF folder

2006-03-23 Thread Antonio Petrelli
Antonio Petrelli ha scritto: Rapthor ha scritto: Hello, I intent to check whether a jsp file exists or not in my WebApplication. Doing it this way doesn't work: if (new File("WEB-INF/jsp/test.jsp").exists()) return true; Is there a way to ge

Re: Check if file exists in WEB-INF folder

2006-03-23 Thread Antonio Petrelli
Rapthor ha scritto: Hello, I intent to check whether a jsp file exists or not in my WebApplication. Doing it this way doesn't work: if (new File("WEB-INF/jsp/test.jsp").exists()) return true; Is there a way to get the WebApplication's path

Check if file exists in WEB-INF folder

2006-03-23 Thread Rapthor
h that I can specify and point to? -- View this message in context: http://www.nabble.com/Check-if-file-exists-in-WEB-INF-folder-t1329073.html#a3548295 Sent from the Tomcat - User forum at Nabble.com. - To unsubscribe, e-mail: [