Re:Problem running tomcat 4 in apache 1.3.19

2001-05-23 Thread Tomasz.Sucharzewski
Would you please tell me how to compile web_apps.so. I got error with pthread ... (serveral people had the same error but I could not find the solution on tomcat list) when i start apache. Someone suggested that module should be compiled with LD_LIBRARY_PATH properly set up, but I checked it and

Re:Latin2 code page

2001-06-26 Thread Tomasz.Sucharzewski
You should get the parameter from request object (which comes in fact in iso8859-1 page) and convert it to iso8859-2 or windows-1250. You can do it by creating String with the method new String(bytes[], isopage) - look in JDK manuals. Regards /) Tomasz Sucharzewski

Re:3.2.1 commercial applications

2001-03-16 Thread Tomasz.Sucharzewski
We are using Tomcat + Apache as web enviroment in ING Bank in Poland. Tomasz Sucharzewski Reply Separator Subject:3.2.1 commercial applications Author: [EMAIL PROTECTED] Date: 01-03-15 15:09 Hi. Is there a list somewhere of Companies that use T

Re:ajp12 or ajp13

2001-02-28 Thread Tomasz.Sucharzewski
Well, you should make chages in mod_jk.conf file (which is included in Apache http.conf). Then add new connector for apjv13 in server.xml file (look at dokumentation in mod_jk section). Tomasz Sucharzewski ING Bank Reply Separator Subject:ajp12 or aj

Re:Wanted: 'mod_jk.so' for *Mandrake* Linux!

2001-03-07 Thread Tomasz.Sucharzewski
You have it in attachment. BTW it is ease to compile, -get tomcat source -go to $tomcat_src/src/native/apache1.3 -here you have Makefile.linux, copy that file to Makefile -type make -if you have gcc properly installed you should get mod_jk.so anyway i send it to you. Tomasz Sucharzewski ING Ba