Re: Losing session

2004-04-06 Thread Yan Lin
Hi, sometimes a session gets invalidated by the container to make things more efficient, and sometimes you programmatically end a session. Tell us what you did to keep the sessions alive, maybe then someone can figure out what's causing the problem. cheers:) -Yan --- Geraldo_ZoƩ [EMAIL

Re: Tomcat License

2004-04-06 Thread Yan Lin
Hi, I took a brief look at the lisences page, and it's pretty complicated. at first I was going to say that as long as you keep whatever you are doing open-sourced, you should be fine. but then I think it's always a good idea to ask someone who knows about this stuff, do some research too to see

Re: Wrapping Requests and jsp:include

2004-04-06 Thread Yan Lin
Hi, I think that's the correct behaviour for jsp:include action. The request is shared among all the included pages. If you are still in doubt, you can do a simple test by setting a param in your request for you main jsp file, then try to retrieve it in your included jsp file. Hope this

Apache/Tomcat/Struts Certification Proposal

2004-02-19 Thread Yan Lin
Hi, I am not sure if anyone has thought of this. From my research, I don't think it's possible for anyone to get certified on Apache products at this point. But since there are so many companies looking for people with these kind of skills, it would be nice to have an recognized entity like

RE: encoding-problem with tomcat, jk2, apache

2004-02-05 Thread Yan Lin
(SORRY IF THIS IS A DUPLICATE, MY MESSAGE DIDN'T GO THROUGH? I AM USING A DIFFERENT ACCOUNT.) --- Oh hi, I researched on the following problme last night. And like you said, I could display my Japanese UTF-8 encoded file with Tomcat correctly, but not with Apache-Tomcat-jk2.