Apache and Tomcat URL parsing

2001-04-25 Thread Jian Zhang
Hello all: I am wondering whether someone has come across this. When apache passes the request URL to Tomcat, it seems that it replaces the double bytes charactors with a empty string. for example: test.jsp?a=1hello=*some japanese* in test.jsp out.println(request.getParameter("a"));

tomcat do not start on boot

2001-04-20 Thread Jian Zhang
Hello: I can not make my tomcat start start on boot time. I am running RH 6.2. Tomcat apache rc.local /usr/local/tomcat/bin/tomcat.sh start /usr/local/apache/bin/apachectl start su pgsql -c "/usr/local/pgsql/bin/postmaster -i -D \ ... After boot, apache and rest of programs are running ok

ClassPath question?

2001-02-02 Thread Jian Zhang
Hello; Can anyone help with this compile error msg: javac HelloWorld.java HelloWorld.java:1: Package javax.servlet not found in import. import javax.servlet.*; ^ I have included the servlet.jar in my classpath: printenv CLASSPATH

RE: ClassPath question?

2001-02-02 Thread Jian Zhang
You will have to do a similar thing for each of the other jar files too. /usr/local/tomcat/lib/servlet.jar - Ck Brainbench MVP Java2. -Original Message- From: Jian Zhang [mailto:[EMAIL PROTECTED]] Sent: 02 February 2001 11:23 To: '[EMAIL PROTECTED]' Subject: ClassPath que