Post subject: Where does internal myeclipse tomcat look for jdbc driver? Posted: Mar 16, 2011 - 11:28 PM
Joined: Mar 16, 2011
Posts: 4
The windows tomcat 6 installed seperately from myeclipse can
make database connections using the informix ifxjdbc.jar
in tomcat6/lib.
The internal tomcat 6 cannot. How do I get it to discover
a database driver jar file? CLASSPATH? LD_LIBRARY_PATH?
Place them in an internal workspace subdirectory?
bruce_anderson
Post subject: RE: Where does internal myeclipse tomcat look for jdbc drive Posted: Mar 16, 2011 - 11:30 PM
Joined: Mar 16, 2011
Posts: 4
Notify my email
bruce_anderson
Post subject: Found it Posted: Mar 17, 2011 - 05:40 PM
Jdbc drivers placed here where available for tomcat jndi connections in a struts servlet
context to the native myeclipse tomcat server which cannot access the applications WEB_INF\lib location which is everyones
solution to the problem they mischaracterize as the web_app layer not having access.
This is the servlet layer which requires server access to drivers not application access.
internal tomcat jndi ifxjdbc.jar JDBC drivers
bruce_anderson
Post subject: Moved it again Posted: Jan 19, 2012 - 09:43 PM
Joined: Mar 16, 2011
Posts: 4
in version 9 it is
C:\Users\bruce\AppData\Local\MyEclipse\Common\plugins\com.genuitec.eclipse.easie.tomcat.myeclipse_9.0.0.me201105051700\tomcat\lib