views:

13

answers:

1

is there a way to read this file inside a JSP/Servlet?

A: 

You could just use a SAXParser, but what are you trying to do specifically? The supported public API for accessing the configuration tree is ConfigService.

bkail