RE: Tomcat 5 and LDAP

2004-04-13 Thread Kumar Abhay-CAK203C
roleSearch="(uniqueMember={0})" userPattern="uid={0},ou=people,dc=aptitudexchange,dc=com" /> grts, Patrick -Original Message- From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 1:40 PM To: Tomcat Users

[OT] T5 on UNIX and MS Access

2004-04-13 Thread Kumar Abhay-CAK203C
Hi All, I need to connect MS Access dB that resides on a Win2k machine from a web based application running on T5 on UNIX (Sun OS 5.9) I need to know which drivers I have to use, where to get these drives and how to connect to NT machine ? Any help will be appreciated. Thanks in advance Best R

Tomcat 5 and LDAP

2004-04-13 Thread Kumar Abhay-CAK203C
Hello, I need to implement LDAP Authorization using T5 running on SunOS 5.9 I have no idea how to set up the stuff. Any help, documentation suggestions will be appreciated Thanks in advance Best Regards Abhay Kumar

RE: [OT] getBlob() error in Tomcat

2004-04-07 Thread Kumar Abhay-CAK203C
ermine the actual Class of 'result' by doing: String className = result.getClass().getName(); HTH, Robert Kumar Abhay-CAK203C wrote: >Still not working > >I am using >myBlob = ((OracleResultSet)result).getBLOB(1); > >It is giving Class Cast Exception > >Best R

RE: [OT] getBlob() error in Tomcat

2004-04-06 Thread Kumar Abhay-CAK203C
are now tied to Oracle in your code. -Original Message- From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 12:15 PM To: 'Tomcat Users List' Subject: RE: [OT] getBlob() error in Tomcat Importance: High Thanks for the suggestions, My question is

RE: [OT] getBlob() error in Tomcat

2004-04-06 Thread Kumar Abhay-CAK203C
OracleResultSetClass' with the actual name of the class. > -----Original Message- > From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 1:43 PM > To: 'Tomcat Users List' > Subject: RE: [OT] getBlob() error in Tomcat > Import

RE: [OT] getBlob() error in Tomcat

2004-04-06 Thread Kumar Abhay-CAK203C
e class. > -----Original Message- > From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 1:43 PM > To: 'Tomcat Users List' > Subject: RE: [OT] getBlob() error in Tomcat > Importance: High > > > I will appreciate you if

RE: [OT] getBlob() error in Tomcat

2004-04-06 Thread Kumar Abhay-CAK203C
Oracle specify ResultSet -Original Message- From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 11:01 AM To: Tomcat Users List Subject: [OT] getBlob() error in Tomcat Importance: High Hi, Any idea why this error is coming in runtime? Servlet

[OT] getBlob() error in Tomcat

2004-04-06 Thread Kumar Abhay-CAK203C
Hi, Any idea why this error is coming in runtime? Servlet) - FileDisplayServlet.doPost() java.lang.AbstractMethodError: oracle.jdbc.driver.OracleResultSetImpl.getBlob(Ljava/lang/String;)Ljava/sql/Blob; at org.apache.commons.dbcp.DelegatingResultSet.getBlob(DelegatingResultSet.java:318)

RE: Cannot create JDBC driver of class '' for connect URL 'null' -- RESOLVED

2004-04-05 Thread Kumar Abhay-CAK203C
ril 05, 2004 12:29 PM > To: Tomcat Users List > Subject: RE: Cannot create JDBC driver of class '' for connect URL > 'null' > > > On Mon, 2004-04-05 at 18:35, Kumar Abhay-CAK203C wrote: >> Hi, >> >> I am getting

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-04-05 Thread Kumar Abhay-CAK203C
Regards Abhay Kumar -Original Message- From: Paul Mansfield [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 12:29 PM To: Tomcat Users List Subject: RE: Cannot create JDBC driver of class '' for connect URL 'null' On Mon, 2004-04-05 at 18:35, Kumar Abhay-CAK203C wr

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-04-05 Thread Kumar Abhay-CAK203C
Hi, I am getting following error while creating Connection Pool using above code: Error Caught while creating a connection in EPP dB: = org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory, cause: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=1352908

Windows Login Id in a Web App on T5

2004-03-26 Thread Kumar Abhay-CAK203C
Hi, How can I get user's windows login Id in a java web application (JSP/Servlets) running on Apache Tomcat (T5) without using NTLM Authentication. The need is due to the fact that I cant use POST method with NTLM Authentication in a JSP's to send data to a servlet. Help !! Regards Abhay ---

RE: A plan to access files outside the context/Tomcat?

2004-03-17 Thread Kumar Abhay-CAK203C
Hi, I did the same but I stored images in Oracle database in BLOB fields as I was sure of the size of the images. I can give you the snippets of the servlet if u want to use BLOB. Else I can give you the snippets for uploading files in a folder in Unix Env (/context/pics/*) Cant say which option

RE: JDBC problems with MySQL

2004-03-17 Thread Kumar Abhay-CAK203C
Dear Steve, I posted this problem around 3 months back and I am daily reading the forum, hoping that one day somebody will give a solution. I will deeply appreciate you if u share the solution with me if u r able to find. Good Luck Best Regards Abhay Kumar -Original Message- From: St

RE: JDBC problems with MySQL

2004-03-17 Thread Kumar Abhay-CAK203C
Dear Steav, In case you are able to resolve the problem with connection pooling, I request you to please send all the files/Code and setting to this forum so that we can have a look and implement. Thanks a lot for your help !! Best Regards Abhay Kumar -Original Message- From: Steve Gu

RE: Internationalization problem

2004-03-04 Thread Kumar Abhay-CAK203C
Hi, What is there in tag ? Best Regards Abhay Kumar -Original Message- From: Keith Hyland [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 11:03 AM To: Tomcat Users List Subject: RE: Internationalization problem Hi, I'm testing some japanese characters in my app and I'm g

java.io.IOException: Corrupt form data: premature ending

2004-02-26 Thread Kumar Abhay-CAK203C
Dear All, I am getting the above error while uploading a file Any idea why and what could be wrong Best Regards Abhay Kumar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Uploading Images in Oracle

2004-02-26 Thread Kumar Abhay-CAK203C
Hi All, Sometime back I used weblogic specific code in uploading images in Oracle dB. Code is as follows: (using MultipartParser) java.io.OutputStream os = null; os = ( (weblogic.jdbc.common.OracleBlob) myBlob).getBinaryOutputStream(); Now I am working in Apache. Can anybody tell me

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-20 Thread Kumar Abhay-CAK203C
] > Sent: Monday, February 02, 2004 11:25 AM > To: 'Tomcat Users List' > Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT > > > Just to be sure.. you tried classes12.**jar** (renamed .zip to .jar) > ? > > >> -Original Message- >&

NTLM Authentication & "POST" Method

2004-02-17 Thread Kumar Abhay-CAK203C
Hello, I am using post method of sending data to servlet from a JSP page. I am unable to get the data by request.getParameter(). If I am using get method I am able to retrieve data from JSP page I was just searching on Google. Actually I am using NTLM Authentication in my Login Servlet. I thi

RE: NTLM Authentication & POST Method

2004-02-13 Thread Kumar Abhay-CAK203C
any of the method mentioned above being called in your doPost()? Hope this helps. -Original Message- From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 12:08 PM To: 'Tomcat Users List' Subject: NTLM Authentication & POST Method Importance: High

NTLM Authentication & POST Method

2004-02-12 Thread Kumar Abhay-CAK203C
Hello, I am using post method of sending data to servlet from a JSP page. I am unable to get the data by request.getParameter(). If I am using get method I am able to retrieve data from JSP page I was just searching on Google. Actually I am using NTLM Authentication in my Login Servlet. I thi

NTLM Authentication & POST Method

2004-02-11 Thread Kumar Abhay-CAK203C
> Hello, > > I am using post method of sending data to servlet from a JSP page. I am unable to > get the data by request.getParameter(). > If I am using get method I am able to retrieve data from JSP page > > I was just searching on Google. Actually I am using NTLM Authentication in my Login

RE: POST method not working

2004-02-11 Thread Kumar Abhay-CAK203C
Hi, I was just searching on Google. Actually I am using NTLM Authentication in my Login Servlet. I think there is some conflict between NTLM Authentication and POST method. Any body has an idea what to do or set to get the things done ? http://support.microsoft.com/default.aspx?scid=kb;DE;3080

POST method not working

2004-02-11 Thread Kumar Abhay-CAK203C
> Hi, > > I am suing post method of sending data to servlet from a JSP page. I am unable to > get the data by request.getParameter(). If I am sing get method I am able to > retrieve data from JSP page > > Please let me know how to achieve this ? And what is the bug ? > > Abhay >

POST method not working

2004-02-05 Thread Kumar Abhay-CAK203C
Hi, I am suing post method of sending data to servlet from a JSP page. I am unable to get the data by request.getParameter(). If I am sing get method I am able to retrieve data from JSP page Please let me know how to achieve this ? And what is the bug ? Abhay

RE: help? JNDI Datasource HOW-TO

2004-02-03 Thread Kumar Abhay-CAK203C
Hello, I am having the same problem since last 3 days and no final solution yet I hv posted the msg 2 time to this gr but all in vain Pls share it with me if u hv any solution.. Abhay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004

RE: No Suitable Driver Error -- Still No Success

2004-02-03 Thread Kumar Abhay-CAK203C
No Success What does your web.xml look like? Read step 3 on this page: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples -howto.html > -Original Message- > From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 03, 2004 9

No Suitable Driver Error -- Still No Success

2004-02-03 Thread Kumar Abhay-CAK203C
Hi , I am getting the following error in JDBC connection pooling. Error log and other details are as follows: Please help !! Regards Abhay - I am using :== Apache Tomcat/4.1.29 SQL*Plus

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
ruary 02, 2004 11:25 AM To: 'Tomcat Users List' Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT Just to be sure.. you tried classes12.**jar** (renamed .zip to .jar) ? > -Original Message- > From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] > Sent: Monday

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
t; > > > -Original Message- > From: Chakravarthy, Sundar [mailto:[EMAIL PROTECTED] > Sent: Monday, February 02, 2004 10:56 AM > To: Tomcat Users List > Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT > > > Trying using classes12.jar in /common

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
-Original Message- From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 11:50 AM To: 'Tomcat Users List' Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT Importance: High Path of the dB driver is as follows: Still the same error C:\Tom

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
Path of the dB driver is as follows: Still the same error C:\Tomcat\common\lib\ojdbc14.jar Abhay -Original Message- From: Keshav Sarin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:44 AM To: [EMAIL PROTECTED] Subject: Re: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
Hi , I am getting the following error in JDBC conn. Error log and other details are as follows: Please help !! Regards Abhay - I am using :== Apache Tomcat/4.1.29 SQL*Plus: Release 9.0

Problem in Connection Pooling

2003-12-22 Thread Kumar Abhay-CAK203C
Hello, I am trying to set up connection pooling with Tomcat 4.1.29 and Oracle 9i I am getting the below error: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null', cause:java.sql.SQLException: No suitable driver Please tell me what to do to r