Re: JAVA vs. PERL startup time + memory

2001-05-05 Thread Eric Fialkowski
Just one idea that isn't completely thought through so forgive me if this is ludicrous How about piping the output from the log into a FIFO/named pipe (read the man page for mknod if you're not sure what that is). Then you could have a background process that is reading from the pipe. That

Re: Working with the Jakarta NT Service

2001-04-19 Thread Eric Fialkowski
Title: Working with the Jakarta NT Service This is a know issue with JDK 1.3. I think 1.3.1 is supposed to fix it. - Original Message - From: Zyla, Christine To: '[EMAIL PROTECTED]' Sent: Thursday, April 19, 2001 3:39 PM Subject: Working with the Jakarta NT

Re: mod_jk.conf-auto

2001-04-19 Thread Eric Fialkowski
The file is org.apache.tomcat.task.ApacheConfig.java but the solution to make a copy and modify it is the better one. - Original Message - From: "Christian Ribeaud" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 4:03 PM Subject: mod_jk.conf-auto Hi, Which java

Re: Jakarta NT Service

2001-03-04 Thread Eric Fialkowski
This is a known bug with the JVM. I think there is one that doesn't exhibit this behavior, but I know that 1.3 does. Take a look at the Bug parade on Sun's Java site. - Original Message - From: "Alan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 2:25 AM

Re: jsp failure

2001-02-18 Thread Eric Fialkowski
You need to make sure that tools.jar (assuming Java 2 here) is in your classpath. Does you JAVA_HOME point to a JRE perhaps? - Original Message - From: "robert young" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 18, 2001 6:19 PM Subject: jsp failure Folks: