replicated sessions and manager app

2005-11-10 Thread Olve Hansen
I was wondering... In a cluster of tomcats, should the session count be equal in all three webapp listings (the sum of all sessions, since they are replicated) in the separate managers, or does the manger only count sessions created on the tomcat instance the manager represents? Thanks

RE: jk_isapi_plugin.c : ReadClient failed

2005-11-10 Thread Goay Zee Ling \(ACM/MIS\)
Hi. I search in google with jk_isapi_plugin.c : ReadClient failed and found 1 person in the mailing list with similar problem but using older version. Since there's no updates I wonder if this is a known issue or have this been solved. Has anyone successfully execute servlet examples using tomcat

RE: jk_isapi_plugin.c : ReadClient failed

2005-11-10 Thread Goay Zee Ling \(ACM/MIS\)
Hi. Sorry for the multiple postings. I searched in google with jk_isapi_plugin.c : ReadClient failed and found someone in the mailing list with similar problem but using older version. http://mail-archives.apache.org/mod_mbox/jakarta-tomcat-user/200408.mbox /[EMAIL PROTECTED] Similarly, of all

Re: Could do with some guidance/help

2005-11-10 Thread Paul Singleton
I only use Tomcat standalone, and have no hunches about your particular problem, but sometimes IE hides the sordid details of error msgs and I find that Firefox gives them to you straight; also there's a LiveHTTPHeaders plugin which can be useful when troubleshooting? good luck :-/ Paul

Re: Could do with some guidance/help

2005-11-10 Thread ALEX HYDE
Richard, I'm a novice myself so here's guessing Silly question but have you looked at the Tomcat log? That's usually a good starting place when you get an internal server error. Maybe a path to one of your classes has changed, eg, a filter? ie, your classes don't match was web.xml expects.

http response 304 with content

2005-11-10 Thread Axel Bartsch
I am testing with Apache 2.0.49 and tomcat 5.0.28 In my Ethereal Trace (Ethereal running on browser PC) (Tracer:browser client to server) I sometimes see HTTP/1.1 responses 304 (Not Modified). A message body (content0) is included in this response. According to HTTP protocol a 304 response

Re: Mod_jk Connector

2005-11-10 Thread Andoni
Hi, You have to have your Apache's httpd.conf file connecting it to Tomcat. Do a search of your httpd.conf file for the letter's jk and see post the results. If they are not there then your JK adapter is not including it's automatically created mod_jk.conf file into apache's httpd.conf.

Re: NPE while undeploying webapp on Tomcat 5.5.12

2005-11-10 Thread Stanislav Mironov
2005/11/9, Mark Thomas [EMAIL PROTECTED]: Stanislav Mironov wrote: I get such exception report in catalina..log when I undeploy web application (deployed as WAR). 09.11.2005 10:46:59 org.apache.catalina.startup.HostConfig checkResources INFO: Undeploying context [/context1]

RE: Mod_jk Connector

2005-11-10 Thread Dhaval Patel
Hi. Did you check about your installation? If you installed mod_jk correctly, can you able to see the log files of mod_jk inside tomcat logs directory. It looks like something is missing here. Give me little more details about your installation. I had similar problems like it but it turns out

Re: Mod_jk Connector

2005-11-10 Thread Seak, Teng-Fong
A curious question: I've lots of mails here in which people are using old versions of stuffs. Real old stuffs! For example, Tomcat reaches already 5.5.12. Why don't you get the latest ones to see it works first? Kaushal Shriyan wrote: I have downloaded the following application

Re: Mod_jk Connector

2005-11-10 Thread Torsten Krah
Just guessing: They got legacy stuff and want to use it and doesnt have the man power to upgrade it or development is discarded but their still users who want to work with it - just a thought. Afaik 4.1.31 is the latest 4.1.x Tomcat, so its not old. Its like FreeBSD 4.X vs 6.X which was

Re: Pointers on setting up Tomcat 5.5x w/MySQL on OS X?

2005-11-10 Thread Benjamin Slade
Thanks for the info, but one more question.. Where can I find documentation on this sort of thing? Ben Slade Len Popp wrote: server.xml is the old location for the Context but these days it's usually found either in conf/Catalina/[hostname]/[appname].xml or in

tomcat 5.5.12 shows no process

2005-11-10 Thread MarcLap
Solaris 8 Apache 1.3.34 Why after it is started there is not process shown as there was with Tomcat 5.0.28? Thanks Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache Runtime Lib

2005-11-10 Thread MarcLap
I too get this... What am I missing? My LD_LIBRARY is set to LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib/gcc:/usr/local/apr/lib export LD_LIBRARY_PATH INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path:

Re: Mod_jk Connector

2005-11-10 Thread Giuseppe Briotti
== Date: Thu, 10 Nov 2005 13:12:33 +0100 From: Seak, Teng-Fong [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Subject: Re: Mod_jk Connector == A curious question: I've lots of mails here in which people are using old

Re: Mod_jk Connector

2005-11-10 Thread Seak, Teng-Fong
Well, he has written that I have downloaded the following application so that doesn't seem to be legacy. And normally these stuffs work quite independently of hardware apart from performance, but the latest Java works quite good in old machines. Or at least, if I were he, I would use

RE: CGI and JRE Questions

2005-11-10 Thread Randy Schuster
I copied this into my TC 5.5.9/JDK1.5/SuSE Linux dev system and it worked fine with either style (or no) parameter. What JDK are you using? I am not sure how to verify what JRE/JDK Tomcat or a particular servlet is using but I am pretty sure it is java -version java version 1.3.1_10 Java(TM)

volume transferred statistcis

2005-11-10 Thread Frederic D
Hi, Is it possible to obtain statistics about volume transferred in a webapp ? or just obtain the size of received and send requests. Thank you for informations. Frederic. ___ Appel

Re: Tomcat connector for IIS 5.1 error executing servlet example

2005-11-10 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, First Gangaa D., I think since java is platform independant this is not a good answer to a query like this. Installing Linux or FreeBSD does not solve all problems by it self. Linux is fine when you know how to work around it, if you do not

session.invalidate() change

2005-11-10 Thread Durfee, Bernard
It seems that Tomcat is handling session.invalidate() differently now. I have HttpSessionListeners attached to the session, which need the sessionId to perform some cleanup when they are unbound from the session. This was no problem, up until Tomcat 5.5 or so. Now I get this exception...

Re: CGI and JRE Questions

2005-11-10 Thread Hassan Schroeder
Randy Schuster wrote: What JDK are you using? I am not sure how to verify what JRE/JDK Tomcat or a particular servlet is using but I am pretty sure it is java -version java version 1.3.1_10 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_10-b03) Well, you can see in

Re: jsp-compile

2005-11-10 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes your configuration is not as you want it. you can edit the $tomcat_home/conf/web.xml to fix this. see documentation on JSP servlet. hope it helps - -reynir [EMAIL PROTECTED] wrote: Hi, I use TOMCAT 5.0.28 running on debian. My trouble

Re: volume transferred statistcis

2005-11-10 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, you have http-access-logs, and you should be able to run awstats (awstats.sf.net) or something similar on it to retrive these information, in human readable format. For more detailed access-logging you can start the RequestDumperValve (see

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-10 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, install your SSL key into apache2, and then use mod_jk to comunicate with tomcat. That way you do not have to install your ssl into tomcat. hope it helps - -reynir Gangaa D wrote: Hi, i have done connector 443 on win32. So I move it

RE: CGI and JRE Questions

2005-11-10 Thread Randy Schuster
What JDK are you using? I am not sure how to verify what JRE/JDK Tomcat or a particular servlet is using but I am pretty sure it is java -version java version 1.3.1_10 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_10-b03) Well, you can see in catalina.sh (or whatever

Ant Deploy to a Subdirectory of appBase

2005-11-10 Thread Kevin C. Dorff
I have my application running as is my Ant script that I use to deploy, undeploy, redploy to the running server. That is working like a charm when my deploy path is to the appbase, such as My context.xml file ?xml version=1.0 encoding=UTF-8? Context docBase=twease.war antiResourceLocking=true

Re: CGI and JRE Questions

2005-11-10 Thread Mark Thomas
A number of changes I made to fix CGI servlet issues required a 1.4 JDK. The CGI servlet is in its own JAR so the easiest solution will be to build your own version. I'd suggest basing it on the latest code from 5.5.x. Mark Randy Schuster wrote: What JDK are you using? I am not sure how

Re: Filters and content size.

2005-11-10 Thread Mark Thomas
Will Hartung wrote: First a simple question. Do Tomcat, or servlet containers in general, set the Content-Size header for dynamic content? Tomcat sets it where it can. See http://issues.apache.org/bugzilla/show_bug.cgi?id=10541 for a good explanation. Mark

Re: test

2005-11-10 Thread Mark Thomas
Anto Paul wrote: This mail to [EMAIL PROTECTED] escaped my Gmail filter for tomcat mail lists. At present I have filters for users@tomcat.apache.org and [EMAIL PROTECTED] When does [EMAIL PROTECTED] came into existence ? The way our mailing lists work, [EMAIL PROTECTED] is equivalent to

Re: http response 304 with content

2005-11-10 Thread Mark Thomas
Axel Bartsch wrote: I am testing with Apache 2.0.49 and tomcat 5.0.28 In my Ethereal Trace (Ethereal running on browser PC) (Tracer:browser client to server) I sometimes see HTTP/1.1 responses 304 (Not Modified). A message body (content0) is included in this response. According to HTTP

HTTPS at Tomcat 5.5.12 using keystoreFile and keystorePass variables (windows binary) - unable to get working

2005-11-10 Thread Rick van der Zwet
Hi, I downloaded (checked md5 sums) and full default installed at up2date Windows XP Professional SP2 Computer: -J2SE Development Kit 5.0 Update 2 -J2SE Runtime Environment 5.0 Update 2 -J2SE Runtime Environment 5.0 Update 4 -Apache Tomcat 5.5.12 Apache Tomcat is using 'C:\Program

Re: test

2005-11-10 Thread Rick van der Zwet
Mark Thomas schreef: Anto Paul wrote: This mail to [EMAIL PROTECTED] escaped my Gmail filter for tomcat mail lists. At present I have filters for users@tomcat.apache.org and [EMAIL PROTECTED] When does [EMAIL PROTECTED] came into existence ? The way our mailing lists work, [EMAIL

SSO question

2005-11-10 Thread Klotz Jr, Dennis
Short version: Can a person use LDAP + JAAS (or third party) to inform a LDAP server when the user logs out? Long version: Is it possible using LDAP, whether it is using custom JAAS code or a third party product such as Vintela's VSJ (http://www.vintela.com/products/vsj/), to do the

Re: Pointers on setting up Tomcat 5.5x w/MySQL on OS X?

2005-11-10 Thread Len Popp
The official docs are at http://tomcat.apache.org/tomcat-5.5-doc (as you've already found). I found those docs hard to understand when I was starting from scratch. Try going through the Setup and First Web App sections, and then the JDBC config page that I linked before. There might be a better

RE: Tomcat connector for IIS 5.1 error executing servlet example

2005-11-10 Thread Goay Zee Ling \(ACM/MIS\)
Hi. Reynir, I am not too sure about the worker2.properties setting on your website. What is status? What is channel? I manage to execute Get request servlet example but not Post Request servlet example. This is my setting: # workers.properties - workers.tomcat_home=C:\Tomcat5

RE: Tomcat connector for IIS 5.1 error executing servlet example

2005-11-10 Thread Goay Zee Ling \(ACM/MIS\)
Hi. May I have sample workers.properties file that manage to execute all the servlets examples provided by tomcat? I am using tomcat 5.0.28, IIS5 on WinXP Pro, isapi_dll(1.2.14.0,Nov 2005 release). Appreciate any help. -Original Message- From: Goay Zee Ling (ACM/MIS) [mailto:[EMAIL

tomcat response on Linux is very slow for clients behind proxy server

2005-11-10 Thread faria hassan
Hi, I'm running Tomcat5.0.26 (as it comes bundled with JBoss) on Fedora Linux 2.6.12-1.1381_FC3smp. I'm having the strangest problem. For users behind a proxy and making requests over Http1.0, the response time is very slow. However, for clients who are not behind a proxy server, the response time

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-10 Thread Gangaa D
Dear Reynir Hubner, Thank you reply our msg. We have configured jk2 for apache2+tomcat5. So I mean jk2 does not provide SSL. Is this correct? __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com