Has anyone successfully configured jetty to use a jndi connection with Cayenne?

Specifically, I'm trying to create a config file for jettylauncher in
eclipse for Jetty 5.1.x

My apparent problem is that I can't figure out what goes in the place
of XXX.XXXX.XXXXX


  <Call name="addService">
    <Arg>
      <New class="org.mortbay.jetty.plus.JotmService">
        <Call name="addDataSource">
             <Arg>jdbc/CachedDS</Arg>
             <Arg>
                 <New class="XXX.XXXX.XXXXX">
                 <Set name="DriverName">oracle.jdbc.driver.OracleDriver</Set>
                 <Set name="Url">jdbc:oracle:thin:@abc.xyz.com:1521:abc</Set>
                 <Set name="User">user</Set>
                 <Set name="Password">password</Set>

Reply via email to