JSP does not connect postgresql with jdbc

2004-03-29 Thread Hiro
-examples.jar are generated by ANT. The evironment is: OS : Redhat8 Kernel : 2.4.18-14 Tomcat : tomcat-5.0.18 PostgreSQL : postgresql-7.4 ANT : apache-ant-1.6.1 CLASSPATH=.:/usr/local/pgsql/share/java/postgresql.jar:/usr/local/pgsql/share/java/postgresql-examples.jar Regards, hiro

JSP does not connect postgresql with jdbc

2004-03-29 Thread Hiro
-examples.jar are generated by ANT. The evironment is: OS : Redhat8 Kernel : 2.4.18-14 Tomcat : tomcat-5.0.18 PostgreSQL : postgresql-7.4 ANT : apache-ant-1.6.1 CLASSPATH=.:/usr/local/pgsql/share/java/postgresql.jar:/usr/local/pgsql/share/java/postgresql-examples.jar java : j2sdk1.4.2_03 Regards, hiro

[PATCH] Bug fix for #1678

2001-05-24 Thread Hiro Takahashi
This is the fix for ServletInputStream.read() bug. #1678: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1678 The change is in Ajp13ConnectorRequest.java. This one is obviously the one which has not been tested with a binary data. I made this patch for 3.2.1. Index: