<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Maven Jetty Plugin JNDI JDBC / DBCP configuration</title>
	<atom:link href="http://umanga.wordpress.com/2008/11/07/maven-jetty-plugin-jndi-jdbcdbcp-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://umanga.wordpress.com/2008/11/07/maven-jetty-plugin-jndi-jdbcdbcp-configuration/</link>
	<description>look to the master,follow the master,walk with the master,see through the master,become the master...</description>
	<lastBuildDate>Fri, 16 Oct 2009 09:05:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roman Stangel</title>
		<link>http://umanga.wordpress.com/2008/11/07/maven-jetty-plugin-jndi-jdbcdbcp-configuration/#comment-86</link>
		<dc:creator>Roman Stangel</dc:creator>
		<pubDate>Fri, 16 Oct 2009 09:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://umanga.wordpress.com/?p=67#comment-86</guid>
		<description>Thanks Umanga, your posting helped me out!</description>
		<content:encoded><![CDATA[<p>Thanks Umanga, your posting helped me out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dario</title>
		<link>http://umanga.wordpress.com/2008/11/07/maven-jetty-plugin-jndi-jdbcdbcp-configuration/#comment-80</link>
		<dc:creator>Dario</dc:creator>
		<pubDate>Wed, 17 Jun 2009 09:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://umanga.wordpress.com/?p=67#comment-80</guid>
		<description>I meant...

  &lt;New id=\&quot;BackEndDs\&quot; class=\&quot;org.mortbay.jetty.plus.naming.Resource\&quot;&gt;
    &lt;Arg&gt;jdbc/BackEndDs&lt;/Arg&gt;
    &lt;Arg&gt;
      &lt;New class=\&quot;oracle.jdbc.pool.OracleDataSource\&quot;&gt;
        &lt;Set name=\&quot;URL\&quot;&gt;jdbc:oracle:thin:@127.0.0.1:1521:XE&lt;/Set&gt;
        &lt;Set name=\&quot;user\&quot;&gt;username&lt;/Set&gt;
        &lt;Set name=\&quot;password\&quot;&gt;pass&lt;/Set&gt;
      &lt;/New&gt;
    &lt;/Arg&gt;
  &lt;/New&gt;</description>
		<content:encoded><![CDATA[<p>I meant&#8230;</p>
<p>  &lt;New id=\&#8221;BackEndDs\&#8221; class=\&#8221;org.mortbay.jetty.plus.naming.Resource\&#8221;&gt;<br />
    &lt;Arg&gt;jdbc/BackEndDs&lt;/Arg&gt;<br />
    &lt;Arg&gt;<br />
      &lt;New class=\&#8221;oracle.jdbc.pool.OracleDataSource\&#8221;&gt;<br />
        &lt;Set name=\&#8221;URL\&#8221;&gt;jdbc:oracle:thin:@127.0.0.1:1521:XE&lt;/Set&gt;<br />
        &lt;Set name=\&#8221;user\&#8221;&gt;username&lt;/Set&gt;<br />
        &lt;Set name=\&#8221;password\&#8221;&gt;pass&lt;/Set&gt;<br />
      &lt;/New&gt;<br />
    &lt;/Arg&gt;<br />
  &lt;/New&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dario</title>
		<link>http://umanga.wordpress.com/2008/11/07/maven-jetty-plugin-jndi-jdbcdbcp-configuration/#comment-79</link>
		<dc:creator>Dario</dc:creator>
		<pubDate>Wed, 17 Jun 2009 09:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://umanga.wordpress.com/?p=67#comment-79</guid>
		<description>I managed to configure an Oracle connection.
I configured my entries like this:
  
    jdbc/BackEndDs
    
      
        jdbc:oracle:thin:@127.0.0.1:1521:XE
        be_user
        be_pass
      
    
  

by the way, thanks for sharing this info.</description>
		<content:encoded><![CDATA[<p>I managed to configure an Oracle connection.<br />
I configured my entries like this:</p>
<p>    jdbc/BackEndDs</p>
<p>        jdbc:oracle:thin:@127.0.0.1:1521:XE<br />
        be_user<br />
        be_pass</p>
<p>by the way, thanks for sharing this info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aatos</title>
		<link>http://umanga.wordpress.com/2008/11/07/maven-jetty-plugin-jndi-jdbcdbcp-configuration/#comment-73</link>
		<dc:creator>Aatos</dc:creator>
		<pubDate>Fri, 06 Mar 2009 17:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://umanga.wordpress.com/?p=67#comment-73</guid>
		<description>Thanks for the tip about buggy jetty jndi versions, I was stumped with that!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip about buggy jetty jndi versions, I was stumped with that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sagara</title>
		<link>http://umanga.wordpress.com/2008/11/07/maven-jetty-plugin-jndi-jdbcdbcp-configuration/#comment-58</link>
		<dc:creator>sagara</dc:creator>
		<pubDate>Sun, 23 Nov 2008 02:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://umanga.wordpress.com/?p=67#comment-58</guid>
		<description>hey , did you mange to read Jetty configuration file through (jetty.xml) the Classpath , I try to set SSL Connectors for Jetty but it seems like Jetty not reading jetty.xml file.</description>
		<content:encoded><![CDATA[<p>hey , did you mange to read Jetty configuration file through (jetty.xml) the Classpath , I try to set SSL Connectors for Jetty but it seems like Jetty not reading jetty.xml file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
