Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 15th, 2012  |  syntax: None  |  size: 0.39 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. JBoss and SQL server in same box : Need non TCP based connection
  2. <jndi-name>MSSQLDS</jndi-name>
  3.         <use-java-context>false</use-java-context>
  4.         <connection-url>jdbc:sqlserver://10.11.11.155:1433;DatabaseName=TestDB</connection-url>
  5.         <driver-class>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver-class>
  6.         <security-domain>EncryptDatabasePassword</security-domain>