AW: Memory leaks?

2003-09-05 Thread Rademacher Tobias
As far as I know the Oracle JDBC driver does not follow the specificiation. You should close your all objects in the following order: 1) ResultSet 2) Statement 3) Connection -Ursprüngliche Nachricht- Von: Tim Funk [mailto:[EMAIL PROTECTED] Gesendet am: Freitag, 5. September 2003 13:02

How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Rademacher Tobias
Hi Folks, is it possible to configure Tomcat 4.0 to suppress the port into the url adress (URL rewriting etc)? If yes who and in which config file? I need this due to Tomcat should run into a specical security zone and the firewall maps a specific port to my tomcat server. Therefore I would like

RE: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Rademacher Tobias
you've got it set to) in the server.xml file. Hamish -Original Message- From: Rademacher Tobias [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 10:26 AM To: '[EMAIL PROTECTED]' Subject: How to configure Tomcat to suppress adding port to URL?? Hi Folks

RE: The future of Tomcat and java.nio

2002-12-11 Thread Rademacher Tobias
Hi Folks, you can wrap a ServletInputStream or ServlertOuputStream with a Channel. Just use: java.nio.Channels.newChannel(inStream); So you are able to use nio into your servlets. I understand that's hard to port form old io to nio. But when you are able to use 1.4+ and you are also able to

Which Apache Connector works and which is recommend for Tomcat 4.1.12?

2002-11-18 Thread Rademacher Tobias
Hi Folks, we want to use Apache and Tomcat as tandem you recommend. We currently use Apache 1.3.27 and Tomcat 4.1.12 and JDK 1.4.1 on Solaris. Could be please give me a tip which kind of connector we should use. There are already 3 (!) kind of connectors: - mod_jk - mod_jk2