Amit Vaidya

Greenhorn
+ Follow
since Jul 11, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Amit Vaidya

Hi,
Is it possible to make a WAR (Web Archive) file containing only HTML and JSP files? If yes, then is it necessary to have web.xml file inside the jar? what should web.xml file in suxh a case contain?
Thanks & regards,
Amit
23 years ago
Hi,
Does WebLogic 6.0 provide default implementation of LDAP server?
in other words, does it have its own Directory server?
Please forward the reply to my ID.
TIA,
Amit
23 years ago
I need to restrict access to on Servlet/JSP level.
How can this be done?
Regards,
Amit
23 years ago
I'm trying to deploy a CMP bean which uses a DB pool. Satabase is DB2 on OS/390. I'm using 'COM.ibm.db2.jdbc.app.DB2Driver' JDBC driver. When I start the Weblogic server (after copying the bean jar file into application directory), it gives me following error:
--------------
weblogic.ejb20.cmp.rdbms.RDBMSException: Unexpected failure while accessing table 'ejbAccounts': java.sql.SQLException: Connection Pool demoPool does not exist. java.sql.SQLException: Connection Pool demoPool does not exist. at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:148)at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs (ConnectionPool.java:113)
------------------
In short its not creating the connection POOL. Can you please tel me what all settings do I need to make for creating the connection pool? What should be the URL, properties ??
23 years ago
I'm trying to deploy a CMP bean which uses a DB pool. Satabase is DB2 on OS/390. I'm using 'COM.ibm.db2.jdbc.app.DB2Driver' JDBC driver. When I start the Weblogic server (agter copying the bean jar file into application directory), it gives me following error:
--------------
weblogic.ejb20.cmp.rdbms.RDBMSException: Unexpected failure while accessing table 'ejbAccounts': java.sql.SQLException: Connection Pool demoPool does not exist.
java.sql.SQLException: Connection Pool demoPool does not exist.
at weblogic.jdbc.common.internal.ConnectionPool.reserve (ConnectionPool.java:148)at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs
(ConnectionPool.java:113)
------------------
In short its not creating the connection POOL.
Can you please tel me what all settings do I need to make for creating the connection pool?
What should be the URL, properties ??
23 years ago