context loaded twice

2004-11-18 Thread Asher Tarnopolski
hi, a strange thing i can't find a sollution for. i have a web app that runs in tomcat's root (placed in \webapps\ROOT). don't ask me why, it's just there. the controller servlet of the app has load-on-startup1.. it also prints in output START INIT when loaded. when i start tomcat i see this:

Re: session invalidation

2004-07-06 Thread Asher Tarnopolski
hey jake and others, thanks for help. i tried the same code on tc5.0.25 and it has the same problem as tv 5.0.16. the debugging showed that when i enter a site after the session should be already invalidated, the request passes the filter including the code block that checks if session is valid.

Re: utf-8 with tomcat 5: second round

2004-07-05 Thread Asher Tarnopolski
PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED]; 'Asher Tarnopolski' [EMAIL PROTECTED] Sent: Sunday, July 04, 2004 8:46 PM Subject: RE: utf-8 with tomcat 5: second round Asher, A few questions... What do you put in the text box on the form and what output do you see

Re: session invalidation

2004-07-05 Thread Asher Tarnopolski
hey jacob, i tried it on 5.0.16. there is always a chance this was fixed since that version. i didn't find anything about it in the bugzilla. that's why i posted just to ask if someone already met this problem . i posted another bug earlier (see my utf-8 problem posts) and got an answer that this

utf-8 with tomcat 5: second round

2004-07-04 Thread Asher Tarnopolski
hi folks, i've published a question about it a couple of days ago, but didn't get any responses. i've tried some things i found in bugzilla, but they didn't help. so, i wanna try to get your help once more. once more about my problem: i try to send utf-8 encoded parameters in POST body, but

Re: utf-8 with tomcat 5: second round

2004-07-04 Thread Asher Tarnopolski
PROTECTED]; 'Asher Tarnopolski' [EMAIL PROTECTED] Sent: Sunday, July 04, 2004 8:46 PM Subject: RE: utf-8 with tomcat 5: second round Asher, A few questions... What do you put in the text box on the form and what output do you see? Are you really using form act=/tests/utf.jsp method=post

utf-8 with tomcat 5

2004-07-02 Thread Asher Tarnopolski
hey folks, to show you what is it all about i wrote a small app which shows the html utf-8 codes of the entered string. this is the jsp code: htmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8/headbody form act=/tests/utf.jsp method=postinput type=text name=source input