RE: Cannot compile jsp pages with log4j statements -- Tomcat 5.5.9

2005-08-12 Thread Gary Zhu
ou > may have to use a String argument instead of a class when calling the > Logger factory method. > > Gary Zhu wrote: > > Thanks Allistair. > > > > Below is the snippet of the code, I indicated line 39 as well. > > > > <%@ page

RE: Cannot compile jsp pages with log4j statements -- Tomcat 5.5.9

2005-08-12 Thread Gary Zhu
ls log4j? Also, you have been given a line number 39 .. can you work out which line this is in the work directory. Allistair. > -Original Message- > From: Gary Zhu [mailto:[EMAIL PROTECTED] > Sent: 12 August 2005 16:17 > To: Tomcat Users List > Subject: Cannot compile jsp pag

Cannot compile jsp pages with log4j statements -- Tomcat 5.5.9

2005-08-12 Thread Gary Zhu
Hi all, I am having difficulties to figure out the solution for this issue. Jsp pages with log4j logging statements that worked perfect on Tomcat 4.1.30 could not compile on Tomcat 5.5.9. I commented out the log4j statements for these problematic pages, then, tomcat 5.5.9 could compile them. E

RE: Is session replication working with Tomcat 5.5.9?

2005-05-31 Thread Gary Zhu
:[EMAIL PROTECTED] Sent: May 30, 2005 5:26 PM To: Tomcat Users List Subject: Re: Is session replication working with Tomcat 5.5.9? Hey, have you set the multicast ip route between the two boxes? Which tomcat release and config (server.xml) you use? Peter Gary Zhu schrieb: >Hi all, > >

Is session replication working with Tomcat 5.5.9?

2005-05-30 Thread Gary Zhu
Hi all, I set up a cluster of TWO tomcats on different boxes, and loadbalanced with mod_jk. I followed all the processes in app and config, but when I was testing the session replication feature, it seemed to be always creating a new session. Therefore, the data(implements serializable, and t

Help with Tomcat 5.5.x on redhat-release-3ES-7.4

2005-05-24 Thread Gary Zhu
Hi all, When trying to start tomcat 5.5.4(tried 5.5.7 and 5.5.9) on OS "redhat-release-3ES-7.4", I always get the following error: '/catalina.sh: /usr/local/tomcat/bin/setclasspath.sh: line 74: syntax error near unexpected token `do '/catalina.sh: /usr/local/tomcat/bin/setclasspath.sh: line 74:

RE: HTTP request->Standalone App->Apps running on Tomcat

2005-01-21 Thread Gary Zhu
uest->Standalone App->Apps running on Tomcat where does the call come into the IVR app? is the IVR app a web application itself? > -Original Message- > From: Gary Zhu [mailto:[EMAIL PROTECTED] > Sent: 21 January 2005 14:31 > To: tomcat-user@jakarta.apache.org > Subj

HTTP request->Standalone App->Apps running on Tomcat

2005-01-21 Thread Gary Zhu
Hi all, We are implementing an IVR application using VXML. Here is the scenario: When a call comes in, the IVR platform sends a HTTP request to the application running on Tomcat. What we want to do is to have the IVR platform send HTTP requests to a Standalone Application which performs some int

RE: Has anyone managed clustering with Tomcat 5.5.4+Apache+mod_jk?

2005-01-11 Thread Gary Zhu
riginal Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: January 11, 2005 10:31 AM To: Tomcat Users List Subject: Re: Has anyone managed clustering with Tomcat 5.5.4+Apache+mod_jk? Gary Zhu wrote: > In the document for workers.properties, there are TWO places > emphasizing NOT

RE: Has anyone managed clustering with Tomcat 5.5.4+Apache+mod_jk?

2005-01-11 Thread Gary Zhu
ith Tomcat 5.5.4+Apache+mod_jk? Gary Zhu wrote: > > Thanks Mladen, > > The document for Tomcat has explicitly emphasized NOT to add the lb > worker to the worker.list. Can you point where this statement exists? If it does then I'll chage it, because it's wrong. Here is

RE: Has anyone managed clustering with Tomcat 5.5.4+Apache+mod_jk?

2005-01-11 Thread Gary Zhu
: Has anyone managed clustering with Tomcat 5.5.4+Apache+mod_jk? Gary Zhu wrote: > Hi all, > > Has anyone successfully configured Tomcat 5.5.4 with Apache and mod_jk > to do load balancing and session replication? I did everything as > documents suggested but with no luck. I

Has anyone managed clustering with Tomcat 5.5.4+Apache+mod_jk?

2005-01-11 Thread Gary Zhu
Hi all, Has anyone successfully configured Tomcat 5.5.4 with Apache and mod_jk to do load balancing and session replication? I did everything as documents suggested but with no luck. If so, could you advise? I have configured TWO tomcat instances and a lb worker. Whenever I map the lb worker

RE: Need your expertise on lb worker

2005-01-10 Thread Gary Zhu
ntation on how to configure load balancing with mod_jk configuration. http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html I would also check Google for documentation as well. Good luck -Original Message----- From: Gary Zhu [mailto:[EMAIL PROTECTED] Sent: Friday, January 07,

RE: Need your expertise on lb worker

2005-01-07 Thread Gary Zhu
/connectors-doc/config/workers.html I would also check Google for documentation as well. Good luck -Original Message- From: Gary Zhu [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 8:03 AM To: Tomcat Users List Subject: Need your expertise on lb worker Hi all, I am trying to

Need your expertise on lb worker

2005-01-07 Thread Gary Zhu
Hi all, I am trying to set up loadbalancing and session replication with Tomcat 5.5.4, Apache 2.0.52, and mod_jk1.2.8 on Windows XP. I am puzzled on things that are related to the load balancer worker. Below are the questions I have: 1. Do I need to set up a SEPARATE Tomcat instance as the load

Example config file for clustering with Tomcat 5.5.4

2005-01-06 Thread Gary Zhu
Hi All, I am trying to set up several instances of Tomcat(5.5.4) and load balance them using JK connector. And I have read through all the docs on Tomcat loading balancing and clustering. Now I am having difficulty moving forward as I don't see any configuaration/setup examples anywhere. I did g

should work on Tomcat 4.1.30?

2004-07-26 Thread Gary Zhu
Hi, I am trying to setup for my servlet applications, here is what I did (In snippets): http://java.sun.com/dtd/web-app_2_3.dtd";> 404 /error.html . Below is the error message I got from Tomcat AppServer: SEVERE: Parse Er