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=1&hello=*some japanese* in test.jsp out.println(request.getParameter("a")); out.print

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 bu

simple question about servlet development

2001-02-05 Thread Jian Zhang
Hello: I have a simple question about servlet development. Do I have to edit web.xml and stop/start tomcat each time for develop a new servlet? It will make me much harder to enjoy java programming:-) Any sugguestions about developing java servlet with a team? Thanx jian --

RE: ClassPath question?

2001-02-02 Thread Jian Zhang
> following path. 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 P

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 /usr/local/jdk1.2.2/lib:/usr/local/tomcat/lib:/usr/local/a