I use two classes to ConnectionPool: DBConnectionPool and DBConnectionPool.
Where do they be located?
I put them at my Servlets directory... but I read an article that say that they must be located at the CLASSPATH used by the Servlet Engine. What is this ?
Thanks, Renata
Anyone has used BouncyCastle Provider?
I installed it as extension of jsdk.1.4 and it didn't work...
Here are the steps that I followed:
1- Download bcprov-jdk14-113
2- Copy bcprov-jdk14-113.jar to jsdk1.4/jre/lib/ext
3- Edit java.security in jsdk1.4/jre/lib/security...
How can I catch an error from a Connection failed?
This is my code...
public void init(ServletConfig conf) throws ServletException {
super.init(conf);
try{
String driver = (String)getServletContext().getAttribute("db_driver");
String user =...
I'm new using Ultradev with JSP.
I can't pass parameters to a stored procedure.
Callable text : {call dbo.SPwebaluno(?)}
variables:
Name type direction default value run-time value
@codpes integer in 97562...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.