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.

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

2005-08-12 Thread Gary Zhu
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 pages with log4j statements -- Tomcat 5.5.9 Hi all, I am having difficulties to figure out the solution

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

2005-08-12 Thread Gary Zhu
the Logger factory method. Gary Zhu wrote: Thanks Allistair. Below is the snippet of the code, I indicated line 39 as well. %@ page import=javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.io.File

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, I set up

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

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: `

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

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

2005-01-21 Thread Gary Zhu
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 Subject: HTTP request-Standalone App-Apps running on Tomcat Hi all, We are implementing an IVR

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: 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. If so, could you advise

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

2005-01-11 Thread Gary Zhu
link: http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html Thanks. Gary -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: January 11, 2005 10:07 AM To: Tomcat Users List Subject: Re: Has anyone managed clustering with Tomcat 5.5.4+Apache+mod_jk? Gary Zhu

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

2005-01-11 Thread Gary Zhu
- 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 to put the lb

RE: Need your expertise on lb worker

2005-01-10 Thread Gary Zhu
at this website for documentation 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

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

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

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

should error-page/ work on Tomcat 4.1.30?

2004-07-26 Thread Gary Zhu
Hi, I am trying to setup error-page for my servlet applications, here is what I did (In snippets): ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app !-- ERROR