Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Server Connection settings in web.xml

807601Mar 18 2008 — edited Mar 18 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2008
Added on Mar 18 2008
2 comments
460 views