Problems Invalidating session - II

2004-03-03 Thread Rudi Doku
Following my previous posting, I think I need to set the scope of my session to application. How can I do this? Met vriendelijke groet/Kind Regards, Experian Nederland B.V. Rudi Doku Database Developer Verheeskade 25 2521 BE Den Haag phone: +31 (0) 70 440 4423 fax: +31 (0) 70 440 4040 e-mail

Problems Invalidating session

2004-03-03 Thread Rudi Doku
groet/Kind Regards, Experian Nederland B.V. Rudi Doku Database Developer Verheeskade 25 2521 BE Den Haag phone: +31 (0) 70 440 4423 fax: +31 (0) 70 440 4040 e-mail: [EMAIL PROTECTED] http://www.experian.nl === Information in this e

RE: OracleConnectionPoolDataSource creates too many connections

2004-03-03 Thread Rudi Doku
ctions from the pool : oracleConnectionCache.getConnection(); Be sure to close all your connection when you are done so they are returned to the pool. Ryan. -Original Message----- From: Rudi Doku [mailto:[EMAIL PROTECTED] Sent: 03 March 2004 09:04 To: Tomcat Use

RE: OracleConnectionPoolDataSource creates too many connections

2004-03-03 Thread Rudi Doku
ssage- From: Rudi Doku [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 2:34 PM To: Tomcat Users List Subject: OracleConnectionPoolDataSource creates too many connections Importance: High Hi All, My web application is using up all connections after running for a while. It's qui

OracleConnectionPoolDataSource creates too many connections

2004-03-03 Thread Rudi Doku
Hi All, My web application is using up all connections after running for a while. It's quite obvious that I'm not using the connection pool as it was designed to be used. The only way I can get these connections back is by restarting the Tomcat. I have ojdbc14.jar in the following directories: $CA

Tomcat exception - Please help

2004-02-27 Thread Rudi Doku
Hi, I have recently started using ant in netbeans. I got most of my info from the following tutorial: http://www.netbeans.org/kb/articles/ant-webapps.html#customProject For some unknown reason, I am not able to deploy my application. I get the following error: 2004-02-27 10:45:42 WebappLoader[]

Newbie Question Tomcat IIS

2002-03-07 Thread Rudi Doku
Hello, I'm been using tomcat at home for the last couple of months. While searching through the newsgroups i've noticed that some people run Tomcat and IIS together. Can anyone tell me why people do this and what they are aiming to achieve? Kind Regards, Rudi _

Problems Generating PDF from Servlet

2002-02-27 Thread Rudi Doku
Hello, I am trying to develop a servlet that sends a PDF document to a web browser. I get the following error when i try to display the PDF document: 2002-02-27 01:11:55 StandardContext[/docusoft]: Servlet /docusoft threw load() exception javax.servlet.ServletException: Error instantiating serv

Re: AW: Ho can I make my URL shorter?

2002-02-25 Thread Rudi Doku
Thanks for the help Martin. Regards, Rudi Doku _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]&

RE: Ho can I make my URL shorter?

2002-02-25 Thread Rudi Doku
Hello reynir, Thanks for your help. Cheers, Rudi Doku _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mail

Ho can I make my URL shorter?

2002-02-25 Thread Rudi Doku
#x27;t have to display the entire package? The action for my form is "servlet/com.docutech.viewer.web.LoginAction" The following is displayed when i post my login page, login.jsp : http://127.0.0.1:8080/docusoft/servlet/com.docutech.viewer.web.LoginAction.

Newbie, JSQLConnectionPool Error - Help Required

2001-12-27 Thread Rudi Doku
Hello, I am evaluating the j-netdirect sql connection pool driver JSQLConnectionPool. I installed the package and successfully run the ExampleConnectionPool program. I have copied some to Create a JNDI context and bind it in the naming service, however the following exception is thrown wh

Newbie, JNDI Error - Help Required

2001-12-23 Thread Rudi Doku
Hello, Can anyone please help me resolve this error message? I have attached the class (ConnectionPool.java) which causes this exception to be raised. Kind Regards, Rudi Error:init JNDI javax.naming.NoInitialContextException: Cannot instantiate class: com.sun.jndi.fscontext.RefFSContextFac

Re: Problems executing Conn Pool example that comes with JSQLConnect

2001-12-19 Thread Rudi Doku
Hi Mark, Thanks for the prompt response. The files you suggested i add (fscontext.jar & providerutil.jar) are not in the jndi1_2_1.zip. I am searching for them at the sun site. Any ideas where I can get them? Cheers, Rudi _ Get y

Problems executing Conn Pool example that comes with JSQLConnect

2001-12-19 Thread Rudi Doku
Greetings, I'm currently evaluating the JSQLConnect Driver. I downloaded jndi1_2_1.zip from the sun site, followed the instructions and installed it in the following directory - C:\jdk1.3\jre\lib\ext\jndi.jar; I also added this path to my classpath. My problem is that I get the following exce