facebook

Where does internal myeclipse tomcat look for jdbc driver?

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #315287 Reply

    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?

    #315288 Reply

    Notify my email

    #315305 Reply

    C\:\\Users\\bruce\\AppData\\Local\\Genuitec\\Common\\plugins\\com.genuitec.eclipse.easie.tomcat.myeclipse_8.4.100.me200912131330\\tomcat\\bin

    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

    #322487 Reply

    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

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Where does internal myeclipse tomcat look for jdbc driver?

You must be logged in to post in the forum log in