Re: URGENT: javax.net.ssl.SSLException: error while writing to socket

2002-11-21 Thread Michael Schulz
If this is a production site, you probably shouldn't be using Tomcat Version 4.19 on it - isn't this a *very* recent version of Tomcat? Per the jakarta.apache.org website, you should fully test your apps and run production apps in stable versions of Tomcat. -Mike Schulz Sujith Mathew wrote:

Re: Apache mod_jk's session not sticky

2002-11-12 Thread Michael Schulz
I had a problem like this, and determined that the jvmRoute value in my server.xml did not match the names of the tomcat workers in the workers.properties file. If your workers.properties file defines workers, t1 and t2, and "worker.loadbalancer.balanced_workers=t1,t2", then your server.xml fi

RE: Where to put Java files/classes

2002-10-29 Thread Michael Schulz
Classes that you develop for use with your .jsp pages are normally placed in the $CATALINA_HOME/webapps/yourwebapp/WEB-INF/classes folder. This is the standard place for classes and this requirement is documented in the Java Servlet Specification Version 2.3, section 9.5, which is available for d

RE: Excluding directories from mod_jk mount

2002-10-16 Thread Michael Schulz
If I understand the mod_jk logic correctly then the way it works is that when Apache gets a request, it attempts to match it to an existing JkMount directive. Failing that, Apache attempts to serve the request itself. So, your directive "JkMount /* balancer" is going to match all requests, so Ap

RE: tomcat 4.1.12 and xml spy

2002-10-15 Thread Michael Schulz
Perhaps you should consider that xml spy might have done something to your jvm configuration, like changing the default jvm version, or something like that. Try uninstalling xml spy and see if things start working again. -Mike -Original Message- From: Drinkwater, GJ (Glen) [mailto:[EM

RE: tomcat 4.1.12 with apache

2002-10-13 Thread Michael Schulz
mod_jk is available for use with Tomcat 4.x. In fact, many subscribers to this list are using that very configuration. There are many HOW-TO's listed about how to integrate Apache and Tomcat 3.x/4.x using mod_jk. A quick browse through the archives of this list archive will provide proof of th

re: Tomcat Users List - read receipts

2002-10-11 Thread Michael Schulz
Paul, et. al, Please disable the "read receipt requested" option in your email application when you are posting to the Tomcat Users List. You don't really want a read receipt from every member of the Tomcat Users List, do you? Thanks, Mike -- To unsubscribe, e-mail:

manager webapp - reload request

2002-10-10 Thread Michael Schulz
If I use the Tomcat 4.x manager webapp to issue a reload request: http://localhost:8080/manager/reload?path=/mywebapp what happens to the servlet context for any servlets running in the webapp -- is it reinitialized? Also, what happens to session objects? What if the session data includ

RE: Reloading w/ Manager on cluster?

2002-10-10 Thread Michael Schulz
I am facing a similar issue in terms of updating our tomcat servers in the cluster. I was thinking about doing a similar thing...using the http connector (which is behind a firewall and not accessible to the outside world) on each tomcat server to communicate with the tomcat manager app (http://t

RE: LoadBalancing with session problem

2002-10-10 Thread Michael Schulz
Do I understand this correctly: you have two Apache servers and four tomcat servers? Please post the contents of your apache workers.properties file and your tomcat server.xml file. You have to make sure that the worker name in the jvmRoute parameter of your server.xml matches exactly the name

RE: Too Many Sessions!

2002-10-09 Thread Michael Schulz
A few questions: 1) does the session listener document when sessions are destroyed? 2) are there other servlets in your web app that might be causing the activity? 3) what does your access_log indicate in the way of inbound requests? -Mike -Original Message- From: Cindy Ballreich [ma

RE: setting the verbosity level of stderr/stdout?

2002-10-09 Thread Michael Schulz
Look in the Tomcat Manual regarding the server.xml file. The server.xml file is located in $CATALINA_HOME/conf folder and most entries in the xml file, such as server, engine, etc. allow for a debug="n" attribute. The higher the value of n, the more verbose the output. A value of 0 indicates n

RE: Apache with Tomcat

2002-10-07 Thread Michael Schulz
You could also search the email list archive where this topic is discussed ad nauseum on an almost daily basis. (:o) It is very possible, and very well documented. Search Google for "Apache Tomcat HOWTO". -Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Se

RE: Chicken and the egg

2002-10-05 Thread Michael Schulz
Tomcat 4.1.x does support mod_jk as well as mod_jk2. You just have to enable the correct connector in your server.xml file. In fact, I would claim that if you are currently using Tomcat 4.0.4 in production, I would not upgrade to 4.1.x (yet) -- I would use 4.0.5 instead. There have been enough p

RE: OutOfMemoryError after 88MB on Win2K / Tomcat 4.0.4

2002-10-03 Thread Michael Schulz
Have you changed the default JVM options for Tomcat? Here are the default JVM options: -Xmsn Specify the initial size, in bytes, of the memory allocation pool. This value must be a multiple of 1024 greater than 1MB. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes.

RE: problems with paths using mod_jk 1.2

2002-10-03 Thread Michael Schulz
Dave, I have to agree with John. I spent a great deal of time helping on that debacle as well...it is really sad to hear that you lost everything as a result of a corrupt file system...(:<) You have to know what you want to achieve before I would be willing to lend more assistance. How will yo

RE: 400 Error Revisited

2002-10-01 Thread Michael Schulz
ALINA_HOME/webapps/ROOT folder? -Mike Schulz -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 3:09 PM To: Tomcat Users List Subject: RE: 400 Error Revisited On Tue, 2002-10-01 at 14:59, Michael Schulz wrote: > What is the URL that causes

RE: 400 Error Revisited

2002-10-01 Thread Michael Schulz
What is the URL that causes the 400 error? Also, is this a typo in your message, or is this really in your conf/workers.properties file?: # Send servlet for context /examples to worker named worker1 JkMount /examples/servlet/* oadbalancer If so, you are missing the "l" in loadb

RE: Change JDK after Tomcat install

2002-09-30 Thread Michael Schulz
Kenny, Look at the catalina.sh file -- there is a JAVA_HOME environment variable you can change as required. -Mike -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:44 PM To: Tomcat Users List Subject: Change JDK after Tomca

RE: 4th day offline, getting desperate, please help

2002-09-30 Thread Michael Schulz
David, Have you posted any questions to the turbine users list? Anyone else there able to verify your assumption? Why don't you try Tomcat 4.0.5? Jetty is just going to be another set of unknown issues. -Mike -Original Message- From: David Wynter [mailto:[EMAIL PROTECTED]] Sent: Mon

RE: New Release JK 1.2.0 not installing

2002-09-27 Thread Michael Schulz
David, You keep talking about running Tomcat on port 8080. It is important to understand that in your (requested) configuration, tomcat is not running on port 8080. The only connector you should have defined for Tomcat is the ajp13 connector, which listens on port 8009. Also, your workers.prop

RE: New Release JK 1.2.0 not installing

2002-09-27 Thread Michael Schulz
David, You are all over the place...do you have a specific idea of what you are trying to do? Are you trying to integrate apache and tomcat? Do you want to send http requests directly to tomcat? Why are you using both ajp12 and ajp13, and load balancing? And your tomcat subsystem is configured

Apache 2.0.42

2002-09-26 Thread Michael Schulz
ng to get the load-balancing configuration to work. Once that is done, I'll prepare the howto. Regards, Michael Schulz -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: jk_ajp errors in mod_jk.log ???

2002-09-23 Thread Michael Schulz
Please post the contents of your workers.properties file. This error seems to indicate that your apache machine cannot establish a connection to the tomcat machine. You are running apache and tomcat on different machines, correct? -Mike -Original Message- From: [EMAIL PROTECTED] [mai

RE: Cannot setup tomcat

2002-09-23 Thread Michael Schulz
What are you expecting to see? There is no separate process or thread for the connector (on the apache box). On the tomcat side, the connector is just a java process that is listening on a port, normally 8009, for requests from the web server. -Mike Schulz -Original Message- From: Mar

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Michael Schulz
enkat -Original Message- From: Michael Schulz [mailto:[EMAIL PROTECTED]] Sent: Thu 9/19/2002 12:23 PM To: Tomcat Users List Cc: Subject:RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk I was getting to that, but I forg

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Michael Schulz
omcat4.0.4 installed on diffrent machines with mod_jk Any thoughts of compiling a HOWTO, by chance? Hint, hint. :) John > -Original Message- > From: Michael Schulz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 12:18 PM > To: Tomcat Users List > Subject: RE

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Michael Schulz
cat box and execute jsp's, but it is not recognising them, because it is not even connected to tomcat -Original Message- From: Michael Schulz [mailto:[EMAIL PROTECTED]] Sent: Thu 9/19/2002 11:46 AM To: Tomcat Users List Cc: Subject:RE: problem with connecting Apache

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Michael Schulz
If you want to put Apache and Tomcat on separate boxes, and still run the Tomcat examples, you will have to copy the static (.html) files from the tomcat box to the apache box so that apache can serve them. -Mike Schulz -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] S

RE: Tomcat won't auto-start on RedHat 7.3

2002-09-18 Thread Michael Schulz
. And since I want to set JAVA_HOME and CATALINA_HOME as well, would you mind posting your final startup script? Thanks, Michael Schulz -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 2:25 PM To: Tomcat Users List Subject: Re