RE: JaspException: Variable may not have been initialized

2002-09-17 Thread Xiaoyu Zhang
gt; Cc: '[EMAIL PROTECTED]' > Subject: RE: JaspException: Variable may not have been initialized > > > Change the startup script to use the 64-bit data model (use java's -d64 > option). > You may need to install it if you do not have it already. > > Regards, &

JaspException: Variable may not have been initialized

2002-09-17 Thread Xiaoyu Zhang
Hi all, I am running tomcat 4.0.3-LE-JDK1.4 on solaris 8. While my tomcat compiles a nested tag, it always complains about : Variable _jspx_eval_itrack_href_7 may not have been initialized Note: _jspx_eval_itrack_href_7 is a new HRefTag(). Is it a tomcat 4.0.3 bug? Thanks, Xiaoyu -- To uns

RE: Apache authentication info failed to pass to Tomcat 4.0.>3

2002-09-12 Thread Xiaoyu Zhang
I don't see it in nightly build list. Can I grab it from CVS tree? If so, what's the module name I can use to download latest coyote? Thanks, Xiaoyu > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 9:21 AM > To: Tomcat Users List >

Apache authentication info failed to pass to Tomcat 4.0.>3

2002-09-12 Thread Xiaoyu Zhang
Hi all, I configured Apache to use basic authentication and tried to pass the successful authentication info to Tomcat through AJP13 connector. This approach works great in Apache 1.3.26 with Tomcat 4.0.3, failes with Tomcat 4.0.4, 4.1.10. Tomcat 4.1.10's AJP13 connector and Coyote connector was

How to solve JasperException: Unable to compile class for JSPNote

2002-09-11 Thread Xiaoyu Zhang
Hi all, I am using Tomcat 4.0.3-LE-jdk14 and always getting following error, which prevent a jsp page to display correctly: org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. An error occurred at line: 368 in the jsp file: /jsp/inc

RE: Apache/tomcat load balance doesn't work with http post operation

2002-09-09 Thread Xiaoyu Zhang
st specify the jvmRoute in the Engine Tag > (jvmRoute=LoadBalancerName). > > -Message d'origine- > De : Xiaoyu Zhang [mailto:[EMAIL PROTECTED]] > Envoyé : lundi 9 septembre 2002 16:05 > À : Tomcat Users List > Objet : RE: Apache/tomcat load balance doesn't work

RE: Apache/tomcat load balance doesn't work with http post operation

2002-09-09 Thread Xiaoyu Zhang
t;server.xml" file? > > Vincent. > > -Message d'origine- > De : Xiaoyu Zhang [mailto:[EMAIL PROTECTED]] > Envoyé : dimanche 8 septembre 2002 19:30 > À : [EMAIL PROTECTED] > Objet : Apache/tomcat load balance doesn't work with http post operation > > &g

Apache/tomcat load balance doesn't work with http post operation

2002-09-08 Thread Xiaoyu Zhang
Hi All, Sorry if you received this email twice. I didn't receive the email from tomcat-user list, so I am sending it again in case the first one got lost. I have set up Apache 1.3.29 distribute loads across 2 Catalina 4.0.3. For http get operation, every thing works fine. For HTTP post operation

RE: How to set tomcat to use port 80...

2002-09-08 Thread Xiaoyu Zhang
> Could it be that there is something else also running on port 80 > that you aren't aware of. I 'think' I had that problem at work > when some other program was using port 80.. I'm not certain that > was the error had, but just thought I'd throw out the possibility. > Check the

Post operation failure in Apache/Tomcat 4.0.3 load balancing

2002-09-07 Thread Xiaoyu Zhang
Hi All, I have set up Apache 1.3.29 distribute loads across 2 Catalina 4.0.3. For http get operation, every thing works fine. For HTTP post operation, apache can figure out the righ server to send the request, however catalina 4.0.3 can not identify the correct session, it can not find the data

Web server authentication fails with WarpConnector

2002-05-20 Thread Xiaoyu Zhang
Hi, Can I use Apache web server (1.3.24) to do the authentication and use WarpConnector to forward request to Tomcat 4.0.3 ? In my apache(1.3.24) and tomcat (4.0.3) application server configuration, I am using WarpConnector to handle the jsp/servlet pages. I would like to ask Apache web serv

Re: How to specify the webappdeploy for tomcat root context

2002-05-20 Thread Xiaoyu Zhang
t the context information is not loaded. If I am using tomcat as standalone server, the context information is loaded correctly for the ROOT context. Xiaoyu >Try this: >WebAppDeploy _ warpConnection / > >RS > > > > > > > >Xiaoyu Zhang <[EMAIL PROTECTED]>

How to specify the webappdeploy for tomcat root context

2002-05-20 Thread Xiaoyu Zhang
Hi, I am using Tomcat 4.0.3 and Apache web server 1.3.24(Linux version) and would like to ask apache server to forward request to tomcat's ROOT context. Here is the difficulty I run into. In tomcat server.xml, path "" is specified as the tomcat's ROOT context path. But in my apach

IOException and Tomcat hanging

2001-07-02 Thread Xiaoyu Zhang
Hi, I've got random java.sql.SQLException: Io exception: Socket closed error in my web application, which uses Tomcat 3.2.2 and struts. It happens only when a link is clicked without the page fully loaded. I don't get any exception while the page is fully loaded. The exception caught in the app

does tomcat support JNDI?

2001-05-14 Thread Xiaoyu Zhang
Hi, In tomcat's web.xml example, I have seen datasource tag. I would like to make sure if tomcat support JNDI service. If yes, where can I find more information? Thanks in advance! Xiaoyu

run tomcat under apache.

2001-04-04 Thread Xiaoyu Zhang
Hi All, I tried to configuring Apache 1.3.17 to use mod_jk compiled from tomcat 3.2.1, my platform is SunOS 5.6. Under TOMCAT_HOME/src/native/apache1.3, I run the following command to compile the code: apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c