Re: can't find mod_jk.conf

2002-08-13 Thread sibusiso xolo
the best place to find out what to do is here:- ~/jakarta-tomcat-4.0.4/webapps/tomcat-docs/config/ajp.html about halfway down the page under Using ApacheConfig good luck On Sunday 11 August 2002 15:35, Scott Adamson wrote: I have been trying to get Tomcat 4.04 to work with Apache (compiled

Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-10 Thread sibusiso xolo
10:59 pm, sibusiso xolo wrote: Greetings, I am using tomcat4.04 on SuSE8/postgresql7.2.1 with source compiled jdbc driver. I am able to do SELECTS and other queries on database tables (with jsp and servlets) but unable to do data UPDATES and INSERTS.. . Help would

Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-10 Thread sibusiso xolo
Use java.util.Enumeration instead of Enumeration. You can also import this interface using a page directive. Paul Thanks a millionm it worked first time. On Saturday 10 August 2002 12:16, Paul Yunusov wrote: On Saturday 10 August 2002 08:27 am, you wrote: Error messages, please. Paul

help with data insertion on postgresql on tomcat4/apache2

2002-08-09 Thread sibusiso xolo
Greetings, I am using tomcat4.04 on SuSE8/postgresql7.2.1 with source compiled jdbc driver. I am able to do SELECTS and other queries on database tables (with jsp and servlets) but unable to do data UPDATES and INSERTS.. . Help would be appreciated. regards sibu -- To