0 Replies Latest reply on Oct 6, 2005 1:10 PM by mlybarger

    configure arbitrary jndi tree

    mlybarger

      we'd like to use jndi to store heirarchictal (sp) information that can be configured per server insatance (or really per target environment: dev, prod, qa, etc). the tree would be something like:

      /orange/three/FOO = "orange3foo"
      /blue/four/BAR = "blue4bar"

      etc. basically a few levels of nesting with arbitrary values. we're using jndi to lookup datasources, URL resource references, and mail resource references. i can't seem to find any information on how to put artibrary values in the jndi tree? can anyone help me out?

      thanks!