Re: Server JVM with service startup

2004-08-17 Thread Elijah Epifanov
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Procrun 2.0\Tomcat5\Parameters\Java] Options = -Dcatalina.base=D:\jakarta-tomcat-5.0.27 -Dcatalina.home=D:\jakarta-tomcat-5.0.27 -Djava.endorsed.dirs=D:\jakarta-tomcat-5.0.27\common\endorsed -Djava.io.tmpdir=D:\jakarta-tomcat-5.0.27\temp

Problems running Tomcat 5.0.x on Java 1.4.x, NetBSD 1.6.2

2004-07-31 Thread Elijah Epifanov
I get this message when trying to run java VM, ie. #java -version Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location java version 1.4.2_05 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)

Re: workers2.properties path ???

2004-06-21 Thread Elijah Epifanov
:00 PM Subject: Re: workers2.properties path ??? Elijah Epifanov wrote: Silly question: Where do I need to store my workers2.properties file if my apache isn't contained in one directory? /var/conf/apache2 - replacement for ${APACHE2}/conf /usr/local/apache2 - Apache2

Re: mod_jk2 property - [shm]

2004-06-21 Thread Elijah Epifanov
Shared Memory File is a cool feature:) (I haven't looked at mod_jk sources for details of its implementation, but the idea should be the same). Generally speaking, it's an ordinary file (with name, attributes, inode, ...), but it isn't used with conventional read/writes. Instead of them,

Re: Tomcat and jdk1.3 or jdk1.4

2004-06-20 Thread Elijah Epifanov
Tomcat 5 doesn't require JDK 1.4. Contrary, it has been extensively tested with Sun JDK 1.3.1. - Original Message - From: QM [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 18, 2004 4:21 PM Subject: Re: Tomcat and jdk1.3 or jdk1.4 On Fri, Jun 18, 2004 at

workers2.properties path ???

2004-06-20 Thread Elijah Epifanov
Silly question: Where do I need to store my workers2.properties file if my apache isn't contained in one directory? /var/conf/apache2 - replacement for ${APACHE2}/conf /usr/local/apache2 - Apache2 root error_log: [Sun Jun 20 09:02:35 2004] [notice] Apache/2.0.49 (Unix)

Re: workers2.properties path ???

2004-06-20 Thread Elijah Epifanov
Got it ... sent a bug report. mod_jk2 searches for *.properties in ${APACHE_ROOT}/conf, irrelative of where u've set --sysconfdir while configuring. - Original Message - From: Elijah Epifanov [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, June 20, 2004 1:33

Re: Safety of images under the WEB-INF?

2004-06-17 Thread Elijah Epifanov
However, if you run Tomcat behind Apache, you should ensure that none of your WEB-INF folders will be served by Apache. - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 6:53 PM Subject: RE: Safety of images

Re: java server mode vs. client mode

2004-06-16 Thread Elijah Epifanov
At first: If I'ld write a C++ compiler with Perl, this doesn't mean that it will generate code slower than Perl scripts:) Then: Exhaustive optimization techniques (like loop expansion, disabling array bounds checking, etc.) really make your code faster in ANY case,

Re: mod_jk2 for RedHat

2004-06-15 Thread Elijah Epifanov
First of all, check the requirements of mod_jk2. I'm not sure, but I thought it requires Apache v2.0.43 min. Then, get jakarta-tomcat-connectors-jk2-2.0.x.src. cd ./jk/native2 ./configure --with-apache2=/usr/local/apache2 --with-apxs2=/usr/local/apache 2/bin/apxs cd ./server/apache2 make This

Re: Gargage collection going crazy...

2004-06-15 Thread Elijah Epifanov
what are your OS and Java versions? 100% true: If NetBSD 1.6.2 + Java 1.4, then you should fallback to Java 1.3.1. 99% true: If *BSD + Java 1.4, then -- - Original Message - From: Krist van Besien [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 12:41 PM

Re: Apache, tomcat and ajp13

2004-06-15 Thread Elijah Epifanov
Delete [uri:/*] section from your worker2.properties file, and use httpd.conf instead (I think it's more correct approach): ... LocationMatch (?!^/doc) JkUriSet worker ajp13:localhost:8009 /LocationMatch LocationMatch ^/doc php stuff /LocationMatch - Original Message

mod_jk2.so for NetBSD

2004-06-12 Thread Elijah Epifanov
Hello everybody! I have a little problem running Apache2(.0.48) + Tomcat5(.0.25) (jakarta-tomcat) on NetBSD 1.6.2 + JDK 1.3.1_12b03 (sun-jdk13). I can't install a mod_jk2 connector :( SuSe and FreeBSD binaries won't work. They don't load into Apache. FreeBSD version: Syntax error on line 232