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 way, the process
should only need to be started once.






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 
  Service
  
  I have installed the jk_nt_service.exe and 
  followed the direction in the Working with the Jakarta NT Service and it works fine, however 
  whenever anyone logs off it stops 
  the jakarta as a service. 
  Christine 
  Christine Zyla Software Engineer Internet Commerce 
  Corp. email: [EMAIL PROTECTED] phone: 631- 590-1010 x.5102 fax: 631-246-5677 



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 file writes out the mod_jk.conf-auto? Or how can I avoid the
"Options Indexes" being written in a new context?
Directory "D:/tomcat/webapps/ecke"
Options Indexes FollowSymLinks
^^^
/Directory
Thank for the help and have a nice day,

christian







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
Subject: Jakarta NT Service


 I have tried the Jakarta NT Service on Windows 2000. I set it to start
 automatically. It can start automatically when the system boots. But
 when I logged out and logged in again, I found that the service was
 stopped. In fact, I found the same problem before with other software as
 JRun service on NT 4.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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:

 installed tomcat 3.2.1 per instructions.  starts OK,
 serves html OK, and runs servlets OK; from the example
 page.  dies on jsp.  JAVA_HOME and TOMCAT_HOME are set,
 and accurate, near as i can tell.  follows is the
 error:

 javax.servlet.ServletException: sun/tools/javac/Main

 and

 java.lang.NoClassDefFoundError: sun/tools/javac/Main

 would seem to be a path/classpath error.  my development
 environment, Visual SlickEdit compiles stuff OK.

 thanx,
 robert young





 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]