• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

configure jboss-4.0.0 with MS SQL server 2000

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
any one can help me.
I have configured jboss for MS SQL2000 as specified in the following link,
http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html
But i could not get it,
any one can give me the steps to follow.I struck with this for last 3 days. plz help me.

with advanced thanks
and ragards
Infant papa
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well that link will go only some of the way to help, since it doesn't mention MSSQL. The most basic configuration required is to define a DataSource and put the appropriate driver classes into the CLASSPATH. Your DataSource file will look something like this:

And is deployed in the "deploy" directory of whichever server you are running. The Driver classes go to the lib directory of the same server. Make sense?
 
Krishna Nagadev
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks paul,
i got it now
 
Heroic work plunger man. Please allow me to introduce you to this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic