Hi, I am using Tomcat for my old app, now I am tring to use Jetty5. In
Tomcat, I put my datasource in xml file under
tomact\conf\Catalina\localhost\xxx.xml as:
<Resource
                name="jdbc/myDataSource"
                auth="Container"
                type="javax.sql.DataSource"
                driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
        
url="jdbc:sqlserver://myServer:1433;databaseName=MyDatabase;user=reader;password=123456"/>

How do I do this in Jetty5? And I would like to use Oracle 9. 

Thanks in advance!!!
Wei.
-- 
View this message in context: 
http://www.nabble.com/T5---DataSource-in-Jetty5-tf4115195.html#a11702510
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to