Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. assauei

    net filter

    Hi all, i am trying to write a c++ net-filter for windows... on linux i could use libipq and netfilter this way: "Netfilter provides a mechanism for passing packets out of the stack for queueing to userspace, then receiving these packets back into the kernel with a verdict specifying what...
  2. assauei

    ConnectException using connection pool

    That is the stack trace: Catalina.stop: java.net.ConnectException: Connection refused java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at...
  3. assauei

    ConnectException using connection pool

    This is the server.xml file: <Context path="/MyPath" docBase="MyDocBase" debug="5" reloadable="true"> <Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource"/> <ResourceParams name="jdbc/TestDB"> <parameter> <name>factory</name>...
  4. assauei

    ConnectException using connection pool

    Hi sedj, yes, the file commons-digester.jar is in the TOMCAT_HOME/server/lib/ directory. i have temporary disabled the connection pool and all seems to run well, but this is not the solution, because i need the connection pool... :( any idea?
  5. assauei

    ConnectException using connection pool

    Hi, I have a servlet running on Tomcat 5.0, it uses a connection pool and all goes right but sometimes it crashes and when i shutdown it i get the following error: Catalina.stop: java.net.ConnectException: Connection refused java.net.ConnectException: Connection refused at...

Part and Inventory Search

Back
Top