AW: RE : Tomcat 5 and Realm problem

2004-12-15 Thread Martin Grüneberg
Hello Ben, On my System (w2k IE6) with Cookies turned off FORM based login fails even with SSL session information in IE firefox has no problem with that. :-( Martin > -Ursprüngliche Nachricht- > Von: Ben Souther [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 15. Dezember 2004 17:45

AW: Tomcat 5 and Realm problem

2004-12-15 Thread Martin Grüneberg
Hi Frederic, you are using IE and https? I got the same error and can't find a proper solution for it. I bet you have turned of cookies in IE. Turn them on (allow session-cookies) and it will work again. Greetings Martin -Ursprüngliche Nachricht- Von: VAN DER MARLIERE FREDERIC [mailto

Mysterious (I think caching) Problem with IE 6 and Form Authentication under SSL (Tomcat 5.0.x)

2004-10-19 Thread Martin Grüneberg
something about this problem, please give me a hint! greetings Martin Grüneberg Virus checked by G DATA AntiVirusKit Version: AVK 15.0.551 from 19.10.2004 Virus news: www.antiviruslab.com - To unsubscribe, e-ma

Mysterious Exception while server startup

2004-07-07 Thread Martin Grüneberg
else encounter this problem? Greetings, Martin Grüneberg Virus checked by G DATA AntiVirusKit Version: AVK 14.0.1353 from 07.07.2004 Virus news: www.antiviruslab.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For

AW: Getting mad with jsp 2.0

2004-06-30 Thread Martin Grüneberg
Thanks for the answer, but the mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. Juni 2004 16:23 An: Tomcat Users List Betreff: Re: Getting mad with jsp 2.0 hi Martin, can you try to use the compile-time include like the following: <%@ include file="/jsp/ascript.jsp"%> instead of the run-ti

Getting mad with jsp 2.0

2004-06-30 Thread Martin Grüneberg
Hello, hope somebody knows whats going on here... I have a main.jsp with the following start.. http://java.sun.com/JSP/Page"; xmlns="http://www.w3.org/1999/xhtml"; xmlns:c="http://java.sun.com/jsp/jstl/core"; xmlns:fn="http://java.sun.com/jsp/jstl/functions"; xml

Question on Container Managed Authorization in Tomcat

2004-01-29 Thread Martin Grüneberg
for those Methods? How could I tie session-lifetime and auth-lifetime together in all Auth-Methods? greetings Martin Grüneberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

register/remove HttpSessionListener after context startup?

2003-10-09 Thread Martin Grüneberg
Hi all, Is it possible to register/remove a class which implements HttpSessionListener after startup without changing web.xml and reloading the context? Martin Grüneberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For

GlobalNamingResource: Class not found....

2003-10-06 Thread Martin Grüneberg
: Class not found: accessmanager.core.server.AccessManager Starting service Tomcat-Standalone Apache Tomcat/4.1.27-LE-jdk14 what is wrong, why does this happen? shared/lib should be visible to the server? thanks in advance, Martin Grüneberg

Problems with Property Files

2003-09-30 Thread Martin Grüneberg
these Property Files in the Jar but Tomcat ignore them (tried also to put them into shared/classes). During developing (Eclipse) the Property Files are always found when they are in the Classpath... Where do I have to put the Property Files to be found by my Package? thanks in advance, Martin

Logging Error in org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler processConnection

2003-09-18 Thread Martin Grüneberg
rties. I hope somebody knows the answer. Greetings, Martin Grüneberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Is there nobody who could help me with my session problem?

2001-01-17 Thread Martin Grüneberg
>Kief Morris wrote: >> >> Martin Grüneberg typed the following on 01:42 AM 1/17/2001 +0100 >> >Because cookies are disabled in many browsers, I prefere >> >sessionmangment with urlrewriting. (server.xml --> noCookies) >> >On normal http requests the sessi

Is there nobody who could help me with my session problem?

2001-01-16 Thread Martin Grüneberg
Again my problem is: Tomcat 3.2.1 standalone with SSL on JDK1.3 Win2K I use the builtin ServletAPI - sessionmanagment [session=request.getSession(true);] in a small shopapp. Because cookies are disabled in many browsers, I prefere sessionmangment with urlrewriting. (server.xml --> noCookies) On n

Sessionmanagement with SSL and DISABLED cookies?

2001-01-16 Thread Martin Grüneberg
Tomcat 3.2.1 standalone with SSL on JDK1.3 Win2K I use the builtin sessionmanagment (session=request.getSession(true);) in a small shopapp. Because cookies are disabled in many browsers, I prefere sessionmangment with urlrewriting. (server.xml --> noCookies) On normal http requests the sessionmana