Property names cannot be case sensitive?

2001-12-18 Thread Hessing Ingo
Hi! Property names cannot be case sensitive? - I know that they _can_ be but maybe not in all cases? I have a property called "pathLevel" (it's a private int) in a Bean and I'm unable to make a successful on it. Everything works just fine if I rename the property all lowercase "pathleve

Re: Tomcat 4.01, IIS and JSPs

2002-01-02 Thread Hessing Ingo
Hi, Daniel, You wrote: > I've written a little program that allows Tomcat 4.01 to > be used with > IIS. do you mean a kind of redirector? Is it different from the known isapi_redirect.dll that comes with the Tomcat 3.3 distribution? As you might already know: that isapi_redirect.dll works

AW: How to logout

2002-01-02 Thread Hessing Ingo
Hi! [EMAIL PROTECTED] wrote: > instance request.getRemoteUser() will still return the same user as > before invalidation.. Yep, that's normal. You have to make a difference between the implicit objects "request" (referring to the actual HTTP-request including full user authentication) and "sess

Re: Tomcat 4.01, IIS and JSPs

2002-01-03 Thread Hessing Ingo
Hi, Daniel, _how_ does your program redirect to the Tomcat server? If it is not necessary to modify any of the conf files then you can't be using the ajp13 protocoll (which is disabled by default) or any worker concept (would need a workers.properties conf file), right? So do you use the standa

Re: jsp IIS Logfile entries?

2002-01-03 Thread Hessing Ingo
Hi! The problem is well known but there seems to be no standard solution for it. The isapi_redirect.dll of all Tomcat distributions works as a global filter within IIS which means that the IIS-log-files only contain references to the mere .dll and not to the actual JSP/servlet resources. But ha

Re: Regarding tomcat3.2.3

2002-01-03 Thread Hessing Ingo
Hi! There is an official howto here: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-ssl-howto.html Also I know two tutorials for SSL (unfortunately the second one which is shorter and easier is German language only): http://www.stephanwiesner.de/java/how_to_install_soap.htm http://ww

Re: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Hessing Ingo
Hi, you'll find the program on Daniel's sourceforge site: https://sourceforge.net/projects/warpconduit/ bestWISHES Ingo -- To unsubscribe: For additional commands: Troubles with the list:

Re: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Hessing Ingo
Hi! [EMAIL PROTECTED] wrote: > we´re using tomcat 4.01 with mod_jk in production with IIS 5.0 with > isapi_redirect.dll, with out problems. > > Does this "little program" have anything that the usual mod_jk, and > isapi_redirect.dll doesn´t have ? Then it seems that you don't rely on unified l

Re: "Using IIS with Tomcat"

2002-01-25 Thread Hessing Ingo
Hi, see this tutorial on integrating IIS and Tomcat 4: http://www.vacodi.com/howto/tomcat/iisnt/index.html There is also a howto for the Tomcat 3.2.X version: http://www.verysimple.com/scripts/support_tc_iis.html bestWISHES Ingo Hessing > -Ursprüngliche Nachricht- > Von: [EMAIL PRO

AW: IIS, tomcat and logging

2001-09-07 Thread Hessing Ingo
Hi! I have exactly the same logging problem as Mike on his box on my own system (which is very similar to one of Mike's): My system: W2k Server SP2 JDK 1.3.1 Tomcat 3.2.3 IIS 5 (incl. latest security patches) I have the latest isapi_redirect.dll and use both ajp12 and inprocess workers

Which ISAPI_REDIRECT.DLL to use for Tomcat 4.0.1 w/ IIS 5?

2001-10-18 Thread Hessing Ingo
Hi! I've just installed Tomcat 4.0.1 on W2k and it works. Next step would be the installation of the ISAPI_REDIRECT.DLL to serve HTML-pages and stuff via IIS 5. But in contrast to Tomcat 3.2.3 there is no dedicated ISAPI_REDIRECT.DLL-file that comes with version 4.0.1. Question: Can I (should

Re: Tomcat 4.0 and IIS

2001-10-19 Thread Hessing Ingo
Hi! Pier P. Fumagalli <[EMAIL PROTECTED]> wrote: > You can't use TC4.0 w/ IIS (yet!)... :) Does anybody know when it (= the redirection) will be available? bestWISHES Ingo

AW: Ajp13 config + dll for IIS

2001-11-14 Thread Hessing Ingo
Hi! I've heard that the ISAPI_REDIRECT.DLL for Tomcat 3.3 might work with Tomcat 4.0.1, too. Can anybody verify this or does anybody know when a special version for Tomcat 4.0.1 will be released? bestWISHES Ingo > -Ursprüngliche Nachricht- > Von: Abbrederis Thomas tab09 [mailto:[EMAI

AW: help tomcat 4.0 iis 5.0

2001-11-16 Thread Hessing Ingo
Hi, which isapi_redirect.dll are you using? - I ask because the Tomcat 4.0.1 release doesn't contain one and all isapi_redirect.dll-files before Tomcat 3.3 do _not_ support ajp13 that Tomcat 4.0.1 relies on. So have you tried the isapi_redirect.dll from the Tomcat 3.3 release? bestWISHES Ingo

AW: Authentication with Tomcat 3.2 and IIS4

2001-11-16 Thread Hessing Ingo
Hi, maybe I have a solution. Your're using the isapi_redirect.dll and access your contexts via IIS 4, right? Have you tried accessing your pages using Tomcat directly? Does it work then? I have a machine running W2k, IIS 5 and Tomcat - and had exactly the same problem: The dialog box appeared a

AW: Ajp13 config + dll for IIS

2001-11-16 Thread Hessing Ingo
Ingo > -Ursprüngliche Nachricht- > Von: Hessing Ingo > Gesendet: Mittwoch, 14. November 2001 09:21 > An: 'Tomcat Users List' > Cc: '[EMAIL PROTECTED]' > Betreff: AW: Ajp13 config + dll for IIS > > > > Hi! > > I've heard that the ISAPI_REDIRECT

AW: form authentication with IIS - j_security_check - error 405 - tomcat 3.2.3

2001-11-21 Thread Hessing Ingo
Hi, have you tried defining all the users a second time within NT 4? - If your users are not only valid Tomcat users (defined in tomcat-users.xml) but also valid Win NT 4 users the IIS 4 might let them through to the isapi_redirect.dll in form-based authentification. As you, Samuel, already kno

Re: form authentication with IIS - j_security_check - error 405 - tomcat 3.2.3

2001-11-22 Thread Hessing Ingo
Hi, have you _tried_ defining your users on both sides - Tomcat and the IIS? This might be the way within form-based auth, too. See my last two postings concerning explanation. Why don't you just try it? bestWISHES Ingo > -Ursprüngliche Nachricht- > Von: Samuel Rochas [mailto:[EMAIL

Re: form authentication with IIS - j_security_check - error 405 - tomcat 3.2.3

2001-11-22 Thread Hessing Ingo
Hi, [EMAIL PROTECTED] wrote: > Of course I've tried your hint: > -I've defined a user on my workstation (Win2K): tomcat/tomcat. It is > member of almost all the local groups. I've defined the same > user in the > tomcat-users.xml Okay. > -I've entered the groups into the in web.xml > (Benutz

Re: form authentication with IIS - j_security_check - error 405 - tomcat 3.2.3

2001-11-22 Thread Hessing Ingo
Hi, Samuel, [EMAIL PROTECTED] wrote: > > synthmagguest > So the user defined in tomcat-users.xml was member of this group: > Yep, exactly. > Did you define a group synthmagguest within Win2k? No, that was not necessary. > > synthMAG > And synthMAG is the Win2k user name? No! In your above

AW: Tomcat-4.0.1 and IIS

2001-11-22 Thread Hessing Ingo
Hi, here's a howto: http://www.vacodi.com/howto/tomcat/iisnt/index.html You can use the isapi_redirect.dll of Tomcat 3.3. bestWISHES Ingo > -Ursprüngliche Nachricht- > Von: amol [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 23. November 2001 07:53 > An: Tomcat Users List > Betreff

Problems w/ case sensitive property names

2001-12-17 Thread Hessing Ingo
Hi! I have two properties in a bean: private int pathLevel; private int pathlevel; As you can see the first one has got a capital "L" and the second is all lower case. In a JSP page I wrote the following: pathLevel = <%=formHandler.getPathLevel()%> pathlevel =

AW: IIS - Tomcat Configuration

2001-06-25 Thread Hessing Ingo
Hi! You can find the mounting in the file uriworkermap.properties. Here you can mount a context to the standard jni worker named "inprocess". Here is an example that mounts both the "servlet" and the "examples" context to the jni worker named inprocess: /servlet/*=inprocess /examples/*

ISAPI redirect doesn't work w/ service but w/ startup.bat?

2001-08-30 Thread Hessing Ingo
Hi! I've installed Tomcat 3.2.3 as a service on W2k Server (SP2) to work with IIS 5 (including latest security patches) via the ISAPI redirecting (latest "isapi_redirect.dll"). Unfortunately this does not work. The Tomcat service itself _works_ (I can reach the Tomcat server via http://localhos

AW: virtual host works with 8080 but not without specifying...

2001-08-30 Thread Hessing Ingo
Hi! Do you run Tomcat as a NT service? Best wishes Ingo > -Ursprüngliche Nachricht- > Von: Dhwani K. Bhayani [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 31. Juli 2000 07:31 > An: [EMAIL PROTECTED] > Betreff: virtual host works with 8080 but not without specifying... > > > Hello,