Here is the information from my WEB_INF folder on the database

<bean id="dataSource" destroy-method="close"
class="org.apache.commons.dbcp.BasicDataSource">
        <property name="driverClassName" value="com.mysql.jdbc.Driver"/>
        <property name="url" value="jdbc:mysql://
oldwalletdb.cplj3axk7jia.us-west-2.rds.amazonaws.com:3306/oldwalletdb"/>
        <property name="username" value="oldwallet"/>
        <property name="password" value="oldwallet"/>
    </bean>

On Tue, May 16, 2017 at 3:32 PM, Igal @ Lucee.org <i...@lucee.org> wrote:

> On 5/16/2017 12:15 PM, Yosef Fastow wrote:
>
>> The server version is not supported. The target server must be SQL Server
>> 2000 or later.
>>
>
> Well, what version is the SQL Server that you are trying to connect to?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to