Permissions to web-inf folder

Is it possible to set up a subfolder in web-inf that can be browsed to? I'm interested in running a perl script -- actually awstats -- from the browser. I put the cgi-bin in web-inf, but I cannot browse there -- no surprise.
[232 byte] By [wbossonsa] at [2007-11-26 14:52:42]
# 1
Any reason why you can't just put the cgi-bin directory in the WAR root?CowKing
IamCowKinga at 2007-7-8 8:40:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
If you use Facelets you can include pages in /WEB-INF/* with ui:include!I.e. http://fisheye.jboss.com/browse/JBoss/jboss-seam/examples/dvdstore/web/admin/admin.xhtml?r=1.4Line 16-18
bugmenotbugmenota at 2007-7-8 8:40:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...