IIS and Tomcat Redirector.

2006-07-19 Thread sbell
Hello, I am having troubles setting up the Tomcat Redirector (binary version 1.2.15) on Windows 2000 server. Java 1.5_07 is installed, and I am using the base binary installation of Tomcat 5.5.17. After installing the redirector dll, I configured an isapi filter on my web site (not the defaul

Re: Using a property file in java class (not servlet)

2006-07-11 Thread sbell
io and a file path (which you > can't rely on for packed web-apps). > > If the file was in /appName/WEB-INF/classes it would be a resource that > could be found by the classloader. > > HTH, > > Jon > > sbell wrote: > > Hello, > > > > Is there a

Using a property file in java class (not servlet)

2006-07-11 Thread sbell
Hello, Is there anyway of referencing a properties file located in: /appName/WEB-INF/file.propertes From inside a standard java class file? steve