Tomcat + Grinder.

2002-10-13 Thread Luminous Heart
Has anyone heard of the Grinder loadtest tool? I am trying to use it with Tomcat but there is not enough info about it. __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More http://faith.yahoo.com -- To unsubscribe, e-mail:

RE: AW: Too Many Sessions!

2002-10-10 Thread Luminous Heart
If you make your code availabe that could help pinpointing where things are going wrong with you. --- Cindy Ballreich [EMAIL PROTECTED] wrote: At 01:18 PM 10/10/02 -0400, Shapira, Yoav wrote: Hi, Just a curiosity question: does your session listener keep a count of sessions? And if so, how

Re: tomcat 4.1.12 with apache2.0.42 and mod_jk

2002-10-03 Thread Luminous Heart
Sorry, I do not do rpms. They are too tidy for me ;) let us put it that way. Yes, I can safely say I tried almost every build of the connectors. I am running jdk1.4.1 though. --- Henri Gomez [EMAIL PROTECTED] wrote: httpd: module mod_jk.c is not compatible with this version of Apache

RE: tomcat 4.1.12 with apache2.0.42 and mod_jk

2002-10-03 Thread Luminous Heart
As a matter of fact I have been building apache since the dawn of it ;) Also I have been building/using tomcat since it was a jserv module, in corporate environments too. So the whole process is in my hands. Now that I wanted to experiment with Tomcat 4.1, I am seeing this behavior. I was

Re: tomcat 4.1.12 with apache2.0.42 and mod_jk

2002-10-03 Thread Luminous Heart
yes I built 2.0.42. What is the relation then? --- Henri Gomez [EMAIL PROTECTED] wrote: Hum, Having a Redhat box and not using rpm is strange, btw if you have build an Apache 2.0.42 on your system, you should be able to build mod_jk 1.2.0 :

RE: tomcat 4.1.12 with apache2.0.42 and mod_jk

2002-10-03 Thread Luminous Heart
That is exactly my opinion, but did not want to start a religious war about the validity of rpms :) Thank you, John, for making my case. --- Turner, John [EMAIL PROTECTED] wrote: When you use an RPM, you're letting someone else decide where to put things on your machine, and how to

Re: tomcat 4.1.12 with apache2.0.42 and mod_jk

2002-10-02 Thread Luminous Heart
You are right, it is rh Linux 7.1. Event the binaries from johnturner.com did not work. Same error. --- Robert L Sowders [EMAIL PROTECTED] wrote: First thing you do is let us know what OS you are using. Luminous Heart [EMAIL PROTECTED] 10/01/2002 08:46 PM Please respond to Tomcat

tomcat 4.1.12 with apache2.0.42 and mod_jk

2002-10-01 Thread Luminous Heart
httpd: module mod_jk.c is not compatible with this version of Apache (found 20020612, need 20020903). Please contact the vendor for the correct version. I tried compiling different mod_jk's from jakarta site, but still get the same error. I am running apache 42, new compile and trying to compile

Re: Tomcat Clustering.

2002-09-02 Thread Luminous Heart
=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr == End workers.properties == --- David Cassidy [EMAIL PROTECTED] wrote: Would you like to post your workers file D Luminous Heart wrote

Re: Tomcat Clustering.

2002-09-02 Thread Luminous Heart
overworked. Change the line so it's worker.list=loadbalancer Now your balanced_workers will work as the loadbalancer is in control. worker.loadbalancer.balanced_workers=tc13, intra13, extra13 Hope this works David Luminous Heart wrote: Here is my workers file. Please notice

NullPointerException on Netscape 6.2

2002-09-02 Thread Luminous Heart
I get this exception everytime I try to login into my application, running on tc4.0.4, on Netscape 6.2. However that the application works fine with all versions of IE. I am sure it is a Netscape issue, but has anyone experienced anything like that? It seems that my username and password are not

Re: Tomcat Clustering.

2002-09-02 Thread Luminous Heart
. If you've got mozilla you can examine the cookies easily D Luminous Heart wrote: I will try your suggestion and hope it works for me. Thanks a million for your help. --- David Cassidy [EMAIL PROTECTED] wrote: I think i can see what it is :) Your workers.list defines

Tomcat Clustering.

2002-09-01 Thread Luminous Heart
Greetings, I have a cluster of 3 tomcats running on linux box. I have the three tc4.0.4 instances in a loadbalancing mode. The problem is when one fails none of the others pick up and my app wont serve any requests untill I shut the faulty tc. Only at that point one of the other two will work.

NotSerializableException

2002-08-20 Thread Luminous Heart
I am not asking tomcat to serialize my app, nor do I have any serialization in this application. Why am I getting this new exception? 2002-08-19 21:06:27 StandardManager[/NoPassApp] Exception loading sessions from persistent storage java.io.WriteAbortedException: writing aborted;

Re: NotSerializableException

2002-08-20 Thread Luminous Heart
because com.sun.mail.imap.IMAPFolder is not serializable. P. On Tue, 20 Aug 2002 07:41:48 -0700 (PDT) Luminous Heart [EMAIL PROTECTED] wrote: I am not asking tomcat to serialize my app, nor do I have any serialization in this application. Why am I getting this new exception? 2002

Re: NotSerializableException

2002-08-20 Thread Luminous Heart
Hi Andreas, I know quite enough about persistence, I am a senior java developer myself. But the issue is with tomcat handling persistence. Should I isolate my imap variables and declare them transient so tomcat will not write them to its storage? --- Andreas Probst [EMAIL PROTECTED] wrote:

RE: NotSerializableException

2002-08-20 Thread Luminous Heart
- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 10:42 AM To: Tomcat Users List Subject: NotSerializableException I am not asking tomcat to serialize my app, nor do I have any serialization in this application. Why am I getting this new exception

RE: NotSerializableException

2002-08-20 Thread Luminous Heart
mechanism. Alternatively, you can re-consider whether you need the whole IMAP session in your tomcat session, or only certain (serializable) parts from it, e.g. the folder name or whatever. Yoav Shapira Millennium ChemInformatics -Original Message- From: Luminous Heart [mailto

It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Luminous Heart
I keep on asking this question but noone helps. Is it a bug in TC? Why do I get NullPointerException? If I press refresh a couple of times I would go through. 2002-08-19 00:53:32 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException

RE: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Luminous Heart
of your code to see what part is causing this problem? -Original Message- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 11:14 AM To: Tomcat Users List Subject: It would be great IF somebody answered me, ONCE, for change :( I keep on asking

Re: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Luminous Heart
I bet you are the Snot, not just Snotty. How was I being snotty by asking for someone to help. Yes we are all obligated towards each other. That is the basic concept of OpenSource, if you have not noticed. We are a community of highly involved professionals and we think that we have to be there

Re: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Luminous Heart
access count to the system */ }% = End JSP = --- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Mon, 19 Aug 2002, Luminous Heart wrote: Date: Mon, 19 Aug 2002 08:14:08 -0700 (PDT) From: Luminous Heart [EMAIL PROTECTED] Reply-To: Tomcat Users List

RE: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Luminous Heart
). --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 8:36 AM To: Tomcat Users List Subject: Re: It would be great IF somebody answered me, ONCE, for change :( Hi Graig, Here

RE: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Luminous Heart
that you can watch the connections getting checked out and in. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 8:36 AM To: Tomcat Users List Subject: Re: It would be great

Craig, PoolMan, latest version WAS the problem.

2002-08-19 Thread Luminous Heart
. --- Luminous Heart [EMAIL PROTECTED] wrote: I am sorry, but I did not get what you mean with connection limit to be a hard limit, which one is that? I am including a copy of my pool.xml if you care do point out what should be changed. Thank you in advance. Pool.xml

RE: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Luminous Heart
Jackson [EMAIL PROTECTED] wrote: Add the following and the limit will be a soft limit (it can go above as needed) maximumSofttrue/maximumSoft --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Luminous Heart
. Also, you might was to also turn on logging (debug level) in poolman as well so that you can watch the connections getting checked out and in. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Luminous Heart [mailto:[EMAIL

Re: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Luminous Heart
Thank you Paul. I know we are NOT paid to help eachother, but hey, maybe someday I would be able to lend a hand. This is how a great software like Apache is putting a wide smile on all our faces. Regards. --- Paul McGovern [EMAIL PROTECTED] wrote: Sorry, but you haven't included enough

Re: Design question

2002-08-19 Thread Luminous Heart
Yes Raju, It should be doable. You can download TC latest and hack some code. If you want to use some readily availabe to help in the process, take a look at the Tag libs available on Jakarta. Also there are a few File Upload beans floating around the net, go to google and type JSP File Upload

Re: Debugger for LUMINOUS ????

2002-08-19 Thread Luminous Heart
Thank you micael, I will give it a shot. :) --- micael [EMAIL PROTECTED] wrote: Here you go. I just dumped the package in here. You use it as follows: new Debugger().add(blah1).add(blah2).add(blah3).log(Test 1, true); where blah1, blah2, etc. are variables you want to test. The

java.lang.NullPointerException tc4.0.4

2002-08-17 Thread Luminous Heart
I get this error the first time I try to access the jsp page, if I reload it works fine. What is wrong? Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server

Re: How to keep track of sessions

2002-08-14 Thread Luminous Heart
Is this a bug in tomcat 4.0.4? Notice that these two errors that am posting are from two different applications in the same context. Please help. Thanks. Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error

RE: Apache-tomcat integration

2002-08-01 Thread Luminous Heart
I saw at the end of your reply this block: contents of /etc/tomcat4/conf/tomcat4.conf: JAVA_HOME=/usr/java/current CATALINA_HOME=/var/tomcat4 JASPER_HOME=/var/tomcat4 TOMCAT_USER=tomcat Why are you using tomcat4.conf? I mean I have not used a .conf for tomcat and I guess my cluster of 3

Clustering with Tomcat

2002-07-28 Thread Luminous Heart
Here is a great article by Shyam Kumar posted on O'Reilly onJava.com website. http://www.onjava.com/pub/a/onjava/2002/07/17/tomcluster.html?page=1 The article comes with the needed code to implement clustering. I hope someone would pass it to the core development, this might move tomcat into a

Re: mod_jk load balacing configuration

2002-07-25 Thread Luminous Heart
This is my barebone configuration for tomcat4.0.4 3instances with loadbalancer. My OS is RHLinux 7.1, and tomcat is connected to apache2.0.39 using mod_jk.so. I hope this will be helpful to you and I would appreciate it if anyone has a comment or enhancement. ### httpd.conf Include

Re: Apache, Tomcat and Struts

2002-07-25 Thread Luminous Heart
I believe your virtualhost setup is the problem here. I had a go with virtualhosts. Make sure you have the directory serving a specific virtualhost defined inside the virtualhost block otherwise it will be going to the default directory of the server. Hope this would hlep. --- Chris Ruegger

java.lang.IllegalStateException: getOutputStream()

2002-07-25 Thread Luminous Heart
When I open an email attachment, it works fine, but then I get this error, if I click twice on the hyperlink to the attachment. Obviously, this is a webmail application. 2002-07-25 11:26:51 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception

I find lots of these messages in my mod_jk.log. Should I worry? I am using tc4.0.4 with apache2

2002-07-23 Thread Luminous Heart
[Tue Jul 23 12:18:15 2002] [jk_ajp_common.c (844)]: Error connecting to the Tomcat process. [Tue Jul 23 12:18:15 2002] [jk_ajp_common.c (1153)]: In jk_endpoint_t::service, ajp_send_request failed in send loop 0 [Tue Jul 23 12:18:15 2002] [jk_connect.c (151)]: jk_open_socket, connect() failed

How to get InitParameters.

2002-07-18 Thread Luminous Heart
I can access my parameters if I put them in this format. Context Parameter ... //Contect But if I use this format, which what I really want, I can not access them using getInitParameter(name) servlet servlet-nametestbed/servlet-name jsp-fileMail/testbed.jsp/jsp-file init-param

RE: How to get InitParameters.

2002-07-18 Thread Luminous Heart
param-value. Yoav Shapira Millennium ChemInformatics -Original Message- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 2:03 PM To: Tomcat Users List Subject: How to get InitParameters. I can access my parameters if I put them in this format

jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
Tomcat 4.1.7 fails to compile any jsp files giving some stupid error about handleException. If I change the JDK to 1.2 everything works fine. Is tomcat4.1.x allergic to jdk1.4? __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
know that tomcat 4.1.x is not allergic to jdk1.4, it is what I am running. (4.1.3 jdk1.4) the devil of course my friend is in the details, what exactly is your stupid error... clay -Original Message- From: Luminous Heart [SMTP:[EMAIL PROTECTED]] Sent: Sunday, July 14

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
) the devil of course my friend is in the details, what exactly is your stupid error... clay -Original Message- From: Luminous Heart [SMTP:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 1:51 PM To: Tomcat Users List; Joe Schiavone Subject: jdk1.4 vs jdk1.2 Tomcat

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
sure you are pointing to the JDK1.4 not JRE1.4 because there is no javac in JRE... maybe helps you? clay -Original Message- From: Luminous Heart [SMTP:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 2:12 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE

RE: jdk1.4 vs jdk1.2 ==Here is the error page. MAYBE A DEVELOPER OF THIS THING WOULD KNOW!

2002-07-14 Thread Luminous Heart
:380) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533) at java.lang.Thread.run(Thread.java:536) Apache Tomcat/4.1.7 --- Luminous Heart [EMAIL PROTECTED] wrote

Error starting tc4.1.7b!

2002-07-11 Thread Luminous Heart
I downloaded tc4.1.7beta binary, expanded on my linux box and fired startup.sh after setting JAVA_HOME=/usr/local/j2sdk1.4.0 export CATALINA_OPTS='-Xms1 -Xmx15000 -Dawt.toolkit=com.eteks.awt.PJAToolkit -Djava.awt.graphicsenv=com.et eks.java2d.PJAGraphicsEnvironment

RE: Error starting tc4.1.7b!

2002-07-11 Thread Luminous Heart
. It can improve performace by up to 50% (depending on OS). -Original Message- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 12:15 PM To: Tomcat Users List Subject: Error starting tc4.1.7b! I downloaded tc4.1.7beta binary, expanded on my linux

tc4.1.7b connector (native2) build problem

2002-07-11 Thread Luminous Heart
./configure --with-apache2=/usr/local/apache2 --with-tomcat41=/usr/local/tomcat --with-java=/usr/local/j2sdk1.4.0 --with-apxs2=/usr/local/apache2/bin/apxs everything works fine but near the end I get: need to check for Perl first, apxs depends on it... checking for perl... /usr/bin/perl building

Apache2.0.39 VirtualHosts Does not work Even when tomcat is out!

2002-07-09 Thread Luminous Heart
I have disabled tomcat for this experiment. I have built apache2.0.39 with tomcat4.0.4 on RH linux7.1. I have two domain names that use one ip address: - domain1.com - domain2.com - ip: 10.0.0.15 the two domains point at two directories: - /usr/local/apache2/htdocs/domain1 -

RE: tomcat_4.0.4 + apache_2.0.39 + mod_jk2 (linux): a failed attempt

2002-07-06 Thread Luminous Heart
If you are able to get tomcat4 + apache2 to work with VirtualHosts; i.e domain2.com/app1 domain1.com/app2 but not domain2.com/app2 domain1.com/app1. If this seperation of VirtualHosts and Contexts worked for you, please ##PLEASE## let me know how you did it. I upgraded from apache1.3+tc2.3

apache2.0.39 + tomcat4.1.x Virtual Hosts

2002-07-02 Thread Luminous Heart
I managed to upgrade to the above combo on Linux. My site runs 2 different domain names. Each of these domains has 3 subsites something like sub1.domain1.com and sub2.domain2.com. All my applications set in /usr/local/tomcat/webapps. I have Virtual Hosts and Contexts defined for my

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-07-01 Thread Luminous Heart
Millett [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so On Sun, 2002-06-30 at 20:41, Luminous Heart wrote: It seems that tomcat4.1.6 and tomcat4.1.3 (for this matter) do

Re: Re[2]: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-07-01 Thread Luminous Heart
Millett [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so On Sun, 2002-06-30 at 20:41, Luminous Heart wrote: It seems that tomcat4.1.6 and tomcat4.1.3

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Luminous Heart
.. other than that, I'm sticking with mod_jk v1 for production and getting ready to see if 4.1.6 is the answer to my prayers tomorrow.) Liam Morley Luminous Heart wrote: Was anyone able to get this combination to work on Linux? I am having lots of problems compiling especially mod_jk2

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Luminous Heart
-30 at 17:11, Luminous Heart wrote: Do I understand that mod_jk version 1 works with tomcat4.1 and apache2.0.x? Here is my stuff for tomcat 4.1.6, apache 2.0.39, redhat 7.2 server.xml: (comment out the jk2 stuff) !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Luminous Heart
stop here and wait till tc4.1 has matured before I dip in it. Regards. --- Luminous Heart [EMAIL PROTECTED] wrote: I am doing similar to what you have here. When I start my tomcat I get this error in my catalina.out Quote INFO: Initializing Coyote HTTP/1.1 on port 8003 ServerLifecycleListener

How to configure VirtualHosts

2002-06-15 Thread Luminous Heart
How do you configure Virtual Hosts with ssl and tomcat on apache2? It does not seem to work like the documents say. I have one machine with one IP address, but multiple domain-names. I want to be able to use every virtualhost with one domain name and get the right context. How can I do that?