Re: Path problem

2009-03-16 Thread popprem
Hi, ln my case i the config file is not in any of the jars, also i cant set it to the classpath for some reason. (This product runs in different machines connecting through RMI). My config file just resides inside WEB-INF. so if i want to set it as a system property what can i do? The java

Path problem

2009-03-12 Thread popprem
Hi, I'v really stuck with an issue. I have done a web program using struts framework. I have a plugin class there for which i have to pass a configuration file as parameter. That file is in webapps/Myapp/WEB-INF/ directory. So i mentioned relative path as ../webapps/Myapp/WEB-INF/conf.xml.