This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes configure jboss-4.0.0  with MS SQL server 2000 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "configure jboss-4.0.0  with MS SQL server 2000" Watch "configure jboss-4.0.0  with MS SQL server 2000" New topic
Author

configure jboss-4.0.0 with MS SQL server 2000

Krishna Nagadev
Ranch Hand

Joined: Jan 04, 2005
Posts: 32
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
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

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?


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Krishna Nagadev
Ranch Hand

Joined: Jan 04, 2005
Posts: 32
thanks paul,
i got it now
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: configure jboss-4.0.0 with MS SQL server 2000
 
Similar Threads
good article about j2ee & .NET security
JBoss Application Server
database connection help
Configuring Oracle on JBoss
How can i connect to a oracle DB when i work with EJB