[TC 4.0 beta 3] Decode any UTF8-URL-encoded URI.

2001-05-02 Thread Pilho Kim
Hi, I have mentioned about URI with multibyte characters from a long time ago. Please check http://www.javaclue.org/tomcat/ Regards, Kim

Which version of JAXP ?

2001-04-19 Thread Pilho Kim
Hi, I have builded and tested Tomcat 4.0 beta 3. But I guess that the file %CATALINA_HOME%/server/lib/jaxp.jar is invalid. The filesize of jasp.jar is about 6 KB. (Note that the filesize of jaxp.jar of JAXP 1.1 is about 28 KB.) It means that the JAXP version is 1.0.1. With this jaxp.jar I have

Re: trouble compiling mod_jk.so

2001-03-23 Thread Pilho Kim
Hi, Retry with Apache 1.3.14 or 1.3.17 Regards, Kim On Fri, 23 Mar 2001, Jim Yiu wrote: > > Hi, > I am trying to compile the Tomcat-Apache plugin for Solaris and am unsuccessful,, I > am trying > to follow the mod_jk faq but it does not explain what to do when there are compile > errors. >

Re: Mod_jk for Solaris 8- Apache 1.3.17-Tomcat 3.2.1

2001-03-23 Thread Pilho Kim
Hi, The option "-lposix4" is required. This is my script to make mod_jk.so $APACHE_HOME/bin/apxs -o mod_jk.so -DSOLARIS -I../jk \ -I$JAVA_HOME/include -I$JAVA_HOME/include/solaris\ -lposix4 -c *.c ../jk/*.c Regards, Kim On Thu, 22 Mar 2001, Hardy, Maurice wrote: > Hi, > I nee

multibyte-query-string workaround

2001-03-22 Thread Pilho Kim
Hi, For my case, Internet Explorer is setted so that it converts every URI string to a URL-encoded UTF8 string and sends it to server. But it sends query-string "as is" (this is, an array of bytes). HTTP demon (or servlet engine) should interprete the URL-encoded URI string as the most suitable

Re: mod_jk for Apache 1.3.17

2001-02-24 Thread Pilho Kim
It doesn't work with Apache 1.3.17. On Sat, 24 Feb 2001, Dave Oxley wrote: > > >http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/mod_jk.dll > > > > >Hi, > > > >I need mod_jk for Apache 1.3.17 & Tomcat 3.2.1 > >on NT 4.0. > > > >Where can I get it? > > > >Thanks

mod_jk for Apache 1.3.17

2001-02-24 Thread Pilho Kim
Hi, I need mod_jk for Apache 1.3.17 & Tomcat 3.2.1 on NT 4.0. Where can I get it? Thanks in advance, Kim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

mod_jk.so on Solaris

2001-02-02 Thread Pilho Kim
Hi, How can I make mod_jk.so (or mod_jserv.so) on Solaris 7 ? Thanks in advance, Kim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Included JSP

2001-01-21 Thread Pilho Kim
Hi, I am using Tomcat 3.2.1. Suppose that a.jsp includes b.jsp. First visit http://localhost:8080/a.jsp and then modify b.jsp. Then although reload the page http://localhost:8080/a.jsp, the included part of b.jsp, is not changed. But http://localhost:8080/b.jsp is the new one. Why? Thanks, K

Re: Proposed name encoding patch

2001-01-16 Thread Pilho Kim
Hi, Tal I have ever solved the problem already. Try to check http://w4.metronet.com/~wjm/tomcat/2000/Aug/msg00595.html Thanks, Kim On Tue, 16 Jan 2001, Tal Dayan wrote: > Hello, > > This is my first posting to this list so please bare with me. > > We are having problems with the jsp name ma

Re: {PATCH} Tomcat bug #584

2001-01-09 Thread Pilho Kim
For Tomcat 4.0 Beta 1, both of catalina.sh and catalina.bat need such a patch in two places, too. In those scripts, change -Djava.security.policy== to -Djava.security.policy= kim On Wed, 10 Jan 2001, Pilho Kim wrote: > tomcat.bat needs such a patch, too. > > kim > &g

Re: {PATCH} Tomcat bug #584

2001-01-09 Thread Pilho Kim
tomcat.bat needs such a patch, too. kim On Tue, 9 Jan 2001, Christopher G. Stach II wrote: > Whoops, there's a "run" as well as a "start" argument. > > chris > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

JMX to build TC 4.0 m5

2000-12-28 Thread Pilho Kim
Hi, developers! I need JMX implementation to build TC 4.0 But I cannot download it from Sun in our country. Please send me it. Thanks, Kim

QueryString with multibyte characters

2000-12-27 Thread Pilho Kim
Hi, Tomcat 3.2.1, as standalone container, do handle well QueryString with multibyte characters. But Tomcat 3.2.1, as out-f-process container, does not. I confirm that both of mod_jserv and mod_jk have some bug in handling uri and querystring. Kim

Any difference between two TC 3.2.1 ?

2000-12-14 Thread Pilho Kim
Hi, developers! Which parts of Tomcat 3.2.1 (14-Dec-2000) are different from those of Tomcat 3.2.1 (12-Dec-2000) ? Thanks, Kim

Re: SimpleMapper ClassNotFoundException

2000-12-14 Thread Pilho Kim
Hi, Sivakumar SimpleMapper1.class belongs to TC 3.2.1, but SimpleMapper.class belongs to TC 3.1.1. Try to check your CLASSPATH. Kim On Thu, 14 Dec 2000, Sivakumar Subramanian wrote: > Hello, > > Yesterday(13th Dec 2000) I downloaded jakarta-tomcat-3.2.1.tar.gz file > (GZIP > compressed fil

[TC 3.2.1] error in FAQ

2000-12-13 Thread Pilho Kim
Hi, This is a part of $TOMCAT_HOME/doc/faq Q: Where are the classes for JSPs and Servlets? A: webserver.jar -- class files for Servlet Engine. .. .. That should be changed to Q: Where are the classes for JSPs a

Re: [TC 4 m4] How can I build ?

2000-12-13 Thread Pilho Kim
On Tue, 12 Dec 2000, Craig R. McClanahan wrote: > Kief Morris wrote: > > > Pilho Kim typed the following on 23:23 12/12/2000 +0900 > > >I cannot download JMX (Java Management Extensions), > > >because I reside outside USA. > > > > I was able to down

[TC 4 m4] How can I build ?

2000-12-12 Thread Pilho Kim
Hi, I cannot download JMX (Java Management Extensions), because I reside outside USA. But TC4 needs JMX. How can I build TC4 ? Thanks, Kim

Re: My patches for Tomcat 3.2 wrt mutlibyte characters

2000-12-07 Thread Pilho Kim
Hi, Costin If you want to get Content-Length, is String.length() valid or not ? Tomcat dvelopers, containg you, must know this. Kim. On Wed, 6 Dec 2000, Costin Manolache wrote: > One problem I have with the patches ( and I sent a > reply to Pilho Kim the first time he post

Re: My patches for Tomcat 3.2 wrt mutlibyte characters

2000-12-06 Thread Pilho Kim
On Tue, 5 Dec 2000, Kazuhiro Kazama wrote: > From: Pilho Kim <[EMAIL PROTECTED]> > Subject: My patches for Tomcat 3.2 wrt mutlibyte characters > Date: Tue, 5 Dec 2000 09:47:38 +0900 (KST) > Message-ID: <[EMAIL PROTECTED]> > > Try to visit > > > >

RE: Tomcat, JSP and Cache

2000-12-06 Thread Pilho Kim
Hi, Tomcat 3.x and 4.0 have a Cache-Control Bug. But, none of Tomcat commiters know that. Because I am not a commiter, I cannot fix the Bug of Tomcat. Try to check my page: http://www.javaclue.org/tomcat/patch32/dopatch.html Kim On Wed, 6 Dec 2000, Paulo Gaspar wrote: > That looks mor

Re: Tomcat 3.2 on Solaris 8 with Sun JDK 1.1.2

2000-12-04 Thread Pilho Kim
Hi, You should use either out.print(String) or out.println(String) instead of out.write(String). Kim. On Mon, 4 Dec 2000, Shahed Ali wrote: > > I have faced this problem earlier with Tomcat 3.1. > > It just does not seem to work with JDK 1.2.2. > > When I access a jsp, the .java file under

My patches for Tomcat 3.2 wrt mutlibyte characters

2000-12-04 Thread Pilho Kim
Hi, Try to visit http://www.javaclue.org/tomcat/patch32/dopatch.html I hope that those would be adopted in TC 3.2.1. Thanks, Kim

Re: [ANNOUNCEMENT] Tomcat 3.2 Final Release

2000-11-30 Thread Pilho Kim
Hi, tomcat-developers I cannot understand why you, developers, do NOT listen to my patches. I have patched so many times to support multibyte characters. I have also patched about cache-bug, scracted class files, and etc. Regards, Kim On Wed, 29 Nov 2000, Craig R. McClanahan wrote: > The m

[Tomcat 3.2 beta 8] jsse ?

2000-11-22 Thread Pilho Kim
How can I test JSSE ? I have installed Tomcat 3.2 beta 8 on Win98.

Re: BugRat Report #323 has been filed.

2000-10-31 Thread Pilho Kim
Please check http://www.javaclue.org/tomcat/ Kim On Tue, 31 Oct 2000, BugRat Mail System wrote: > Bug report #323 has just been filed. > > You can view the report at the following URL: > > > > REPORT #323 Details. > > P