|
Help required: regarding java.net.URL api
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), java.net.URL api will still be able to locate the file.
1. Is my understanding correct?
2. if Yes, how would I point the folder in the classpath of websphere?
Any help will be highly appreciated.
Thanks,
Raj
PS: I dont know if this is the right section to ask my doubts. Sorry if it isnt the right section.
|