I am in the middle of creating a web service that access oracle database. 

I used to have config object that access configuration file, but that seems very inefficient since I can deploy my object(DAL) as WebApp. 

 

My question is how can I access context information in web.xml from my DAL(Data Access Layer) which is a non-servlet?

 

If this is repeated question, I am really sorry, but I couldn’t find the answer within archive.

Also, I am newbie, so can you be more specific?

Thanks in advance.

 

Jerry

Reply via email to