how to connect tom cat database connection..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mujeeb i
    New Member
    • Jul 2012
    • 7

    how to connect tom cat database connection..

    hai friends am a php programmer..i have no idea about database connection on java tom cat..
    please tell me with example...
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Check out this documentation on establising a connection . It goes into details about what you need to establish a connection to a database using Java.

    Apache Tomcat* is the web server component for running Java Servlets and the JavaServer Pages (JSP). It doesn't really have anything to do with using Java to connect to a database, other than the fact that it provides your web application the ability to run.

    -Frinny

    (*) link to the official website for Apache Tomcat

    Comment

    Working...