what does this error mean?

2001-11-15 Thread Maureen Fisher
in send loop 0 Maureen Fisher, CIT/ID, Cornell University Ithaca, NY 14850 [EMAIL PROTECTED] http://mo.cit.cornell.edu/ Treat people as if they were what they ought to be and you help them to become what they are capable of being. --Johann

RE: mod_jk / Ajp13 config fix on heavily loaded system

2001-11-14 Thread Maureen Fisher
commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] Maureen Fisher, CIT/ID, Cornell University Ithaca, NY 14850 [EMAIL PROTECTED] http://mo.cit.cornell.edu/ Treat people as if they were what they ought

tomcat server status

2001-11-13 Thread Maureen Fisher
Maureen Fisher, CIT/ID, Cornell University Ithaca, NY 14850 [EMAIL PROTECTED] http://mo.cit.cornell.edu/ Treat people as if they were what they ought to be and you help them to become what they are capable of being. --Johann Wolfgang von Goethe -- To unsubscribe

Loadbalancing and logs

2001-08-01 Thread Maureen Fisher
to a log somewhere? What can I tweak or look for in my config to get rid of these errors? In standalone, these errors do not occur. Maureen Fisher, CIT/ID, Cornell University Ithaca, NY 14850 [EMAIL PROTECTED] http://mo.cit.cornell.edu/ Treat

redux -- Tomcat 3.2 apache, 2 boxes, mod_jk

2001-07-31 Thread Maureen Fisher
? Suggestions? URL's? I can't get into cvs.apache.org to get latest docs. Maureen Fisher, CIT/ID, Cornell University Ithaca, NY 14850 [EMAIL PROTECTED] http://mo.cit.cornell.edu/ Treat people as if they were what they ought to be and you help them

apache loses mime-type header

2001-07-30 Thread Maureen Fisher
ideas? Maureen Fisher, CIT/ID, Cornell University Ithaca, NY 14850 [EMAIL PROTECTED] http://mo.cit.cornell.edu/ Treat people as if they were what they ought to be and you help them to become what they are capable of being. --Johann Wolfgang

setting home attribute

2001-06-07 Thread Maureen Fisher
to this ( unless set explicitely to absolute paths ). What is the syntax of this command? Maureen Fisher, CIT/ASDT, Cornell University Ithaca, NY 14850 [EMAIL PROTECTED] http://mo.cit.cornell.edu/ Ad astra per aspera

Re: Setting up Virtual Hosts

2001-05-30 Thread Maureen Fisher
Does this work only with ajpv13 and/or Tomcat 3.2? I have tried this config with my setup (Apache 1.3.14, tomcat 3.1, ajpv12, AIX) with no success. We are preparing to move to 3.2. At 03:06 PM 5/24/2001 -0700, Jeff Kilbride wrote: Yes: NameVirtualHost 111.222.333.444 VirtualHost

Re: Is there A Guide to Setting Up Apache Tomcat on Linux Anywhere on the Web?

2001-05-24 Thread Maureen Fisher
make that http://www.GOOGLE.com/ ;-) At 11:18 AM 5/24/2001 -0400, Jan Labanowski wrote: Did you try to go to, say: http://www.goohle.com and search for: Apache Tomcat Linux Tell us what you found... Jan On Thu, 24 May 2001 [EMAIL PROTECTED] wrote: I've been struggling to get Apache

web.xml

2001-04-16 Thread Maureen Fisher
Is there a way to specify the name of the web.xml file, as a command line parameter to tomcat? (Much like we can specify different server.xml files.) This is the default web.xml, not application specific. Thanks. Maureen Fisher, CIT/ASDT

migrating from 3.1 to 3.2.1 problems

2001-02-19 Thread Maureen Fisher
to mount only the .jsp files to tomcat. ApJServMount /ivy/*.jsp ajpv12://localhost:8011/ivy This config works with Apache 1.3.12, mod_jserv.c and Tomcat 3.1. But not with 1.3.14, mod_jserv.so and Tomcat 3.1. Any clues as to why? Maureen

RE: Tomcat 3.2 + Apache 1.3.14 + Windows NT 4 + mod_jk

2000-12-11 Thread Maureen Fisher
it says right in the tomcat docs that windows does not support relative paths. I should have thought of that ;-) At 12:35 PM 12/11/2000 -0800, Hernandez, Rey wrote: Hi all, Well, with the help of the comments I figured out the problem. I did not wish to use the auto-generated file

Re: Your thoughts on organizing multiple web apps

2000-12-06 Thread Maureen Fisher
give each developer a separate jvm and context; give each jvm its own classpath; give each application its own "webapps" directory and load app-specific jars in the WEB-INF. For example, we provide a base directory with common jars (ie a customized mailer, security services (we use kerberos)