Re: [JBoss-user] Jboss on WIN2000

2002-10-06 Thread Matt Goodall
ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > -- Matt Goodall, Technical Director Pollenation Internet

Re: [JBoss-user] Where to put property files for an application?

2001-07-06 Thread Matt Goodall
You can put in in your webapp's classes directory, i.e. $TOMCAT_HOME/webapps/myapp/WEB-INF/classes, and use getClass().getClassLoader().getResource() or getClass().getClassLoader().getResourceAsStream() to load it from inside the servlet. Cheers, Matt - Original Message - From: Joachim S