im trying to connect to an sql server via web.xml since I cant access server.xml on my shared host. I have the following in my web.xml:
<context-param>
<param-name>com.microsoft.jdbc.sqlserver.SQLServerDriver</param-name>
<param-value>jdbc:microsoft:sqlserver://1.1.1.1:1433;User=xxx;Password=xxx;DatabaseName=xxx</param-value>
</context-param>
but i dont seem to be able to get a connection. my error is here: http://spratnets.com/site/
somebody please help.
Edited by: temi on Mar 18, 2008 8:58 AM