You have: > <parameter> > > <name>url</name> > > <value>jdbc:microsoft:sqlserver://localhost:1433</value> > > </parameter>
The value needs some additional information. If you named your database as "robinhood" then you need the string to read: jdbc:microsoft:sqlserver://localhost:1433/robinhood?autoReconnect=true Nothing else jumped out at me on first look. I am assuming you did restart TC afterwards? I have to restart each time I redeploy my war. Haven't chased this one to see if it suppose to be that way or If I have something else wrong. Try adding this and let us know. Doug www.parsonstechnical.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
