Configure oracle jdbc driver in jboss?

No, JBOSS has to have the Oracle JDBC driver JAR in the CLASSPATH, so it has to be in the server /lib directory. It's visible to the app server and all deployed apps if the JAR is in that location.

Up vote 0 down vote favorite share g+ share fb share tw.

I'm new to jboss, I wish to setup a development server on my local machine to be used with netbeans, under windows xp; I need to install the oracle jdbc driver on it. I've searched the web and all the articles I found say to copy the jar in the server default folder. Will it be visible also to all and minimal folder?

There's another way to configure drivers without physically moving the jar to the folder? Thank you in advance jboss netbeans6.8 jdbc link|improve this question asked Sep 17 '10 at 15:12Stefano454511 82% accept rate.

No, JBOSS has to have the Oracle JDBC driver JAR in the CLASSPATH, so it has to be in the server /lib directory. It's visible to the app server and all deployed apps if the JAR is in that location. This is necessary but not sufficient for configuration connection pools.

You still have to set them up in JBOSS.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions