Dear All, I am using java.net.URL api to locate the configuration files (XMLs) which are present inside a JAR. I would like to move the configuration files out of the JAR and place them in some folder (say, working folder/default folder/data folder). I believe if that folder is present in the classpath of WebSphere (which is the appServer I am using), ...