Is it possible to add a custom object (String or URL) to JNDI using Weblogic Server Administration Console (Weblogic 10.0) or by editing server’s configuration file (config.xml)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think so. Quoting Load objects in the JNDI tree:
And indeed, I couldn’t find a way to add a
StringorURLusing the console.AFAIK, the standard way is to put an
env-entryin your deployment descriptor (web.xml, ejb-jar.xml):