View Single Post
  #1 (permalink)  
Old 11-05-2007, 12:25 PM
tarzan007 tarzan007 is offline
Member
 
Join Date: Nov 2007
Posts: 3
tarzan007 is on a distinguished road
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.
Reply With Quote
Sponsored Links