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

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

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

2004-10-19 Thread Martin Grüneberg
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-mail: [EMAIL

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

AW: Getting mad with jsp 2.0 jsp:directive.include file=file_to_include.jsp/

2004-07-01 Thread Martin Grüneberg
Thanks for the answer, but the jsp:directive.include ... is the xml-styled version of %@ include file=... so this should work equaly. Any other proposals? martin -Ursprüngliche Nachricht- Von: Woodchuck [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. Juni 2004 16:23 An: Tomcat

Getting mad with jsp 2.0 jsp:directive.include file=file_to_include.jsp/

2004-06-30 Thread Martin Grüneberg
to namespace http://www.w3.org/2000/xmlns/; was already specified for element jsp:root./p ok, this seems to be logical to me, because it is alredy declared in main.jsp. What can i do to fix this, to get the taglib known in the include but not double import it??? thanks in advance Martin Grüneberg

Question on Container Managed Authorization in Tomcat

2004-01-29 Thread Martin Grüneberg
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

GlobalNamingResource: Class not found....

2003-10-06 Thread Martin Grüneberg
? shared/lib should be visible to the server? thanks in advance, Martin Grüneberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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-19 Thread Martin Grüneberg
-logging.properties. 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
First of all thank you Kief and Jrg for your answers. Ok, I am a beginner in webserver konfiguration and do not much know about "virtual hosting" and webserver things. I configured Tomcat with SSL like it is explained in the Doku. Because I will use Tomcat in a standalone configuration I changed

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

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