struts-config.xml : data-source : Setup Question /Problem - Need help!

2003-02-13 Thread Arun Prakash
Hi I am trying to set the data source. Using DataDirect Connect JDBC Driver. Using Tommcat 4.1.18 SQLServer Database installed on my local box. data-sources data-source set-property property=driverClass value=com.ddtek.jdbc.sqlserver.SQLServerDriver / set-property property=url

Re: struts-config.xml : data-source : Setup Question /Problem - Need help!

2003-02-13 Thread David Graham
You're missing the type attribute on the datasource element. See the struts-config dtd for details. David From: Arun Prakash [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: struts-config.xml : data-source : Setup Question /Problem - Need