You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by koji lin <ko...@netlab.cse.yzu.edu.tw> on 2005/07/12 21:41:18 UTC

deploying on resin2.1.14's problem, about searching and login

Hello
I'm using rollerweblogger as our site's blog system,
And my site is based on freebsd, jdk1.4 and resin2.1.14.
And there are some problems occurred.

When i logined with remember me action, it will halt on...and wont 
complete login aciton.
i have logged some info..it looks something happened in
RequestFilter.java
String loginCookie = mgr.createLoginCookie(username);
this line...
but when i hot deploy the rollerweb.jar, it works well...

i mean, when i restart my resin, it always halt on.
but when i changing the version of rollerweb.jar without restarting,
then login.jsp and rememberme function works well...

And the second problem is qbout query string,
our site is mainly in traditional chinese user, when we search the 
string except english
the characters will encode in wrong encoding..
i saw my url is UTF-8 encoding...but when i type chinese or japanese..
it will show some like "è‰¯è‘›æ ¼"...

thanks


koji