IIS6 and Tomcat

2005-03-23 Thread VAN DER MARLIERE FREDERIC
Hi, I've a webapp running into Tomcat 5.0, behind an IIS 6 server. This IIS server uses integrated authentication. My problem is that I can't get the user's login with the request.getRemoteUser() method. Does someone know why and how I could do ??? Thanks in advance. Fred.

getRemoteUser() returns null !!!

2005-03-22 Thread VAN DER MARLIERE FREDERIC
Hi, I installed a Tomcat 5.0 behind a IIS 6.0 web server (which uses NTLM authentication). The application works fine but I can't get the user login with the getRemoteUser() method, I get null !!! Does someone know why? Do I have to configure something in Tomcat ? Thanks in advance. Fred.

RE : Tomcat behind IIS

2005-03-21 Thread VAN DER MARLIERE FREDERIC
=8080 / I'm using the minimal server.xml (slightly modified) so there may be more parameters in yours. This element is contained with in the Service tag which is in the Server tag. Daniel -Original Message- From: VAN DER MARLIERE FREDERIC [mailto:[EMAIL PROTECTED] Sent: Friday, March 18

RE : tomcat-user Digest 20 Mar 2005 16:09:13 -0000 Issue 5487

2005-03-21 Thread VAN DER MARLIERE FREDERIC
In fact, what I really want is to prevent any other IIS or Apache to connect to my 8009 connector port, for my IIS machine is used for authentication. I don't want that someone can bypass this. I tried to use a Request Filter valve by adding this in my server.xml : Valve

Tomcat behind IIS

2005-03-18 Thread VAN DER MARLIERE FREDERIC
Hi all, I installed a tomcat 5.0 behind an IIS server. Everything works fine with the connector. Now, I would like that Tomcat only accepts connections from this IIS server and not from others computers (still accessible from http://myhost:8080/myApplication http://myhost:8080/myApplication ).

Eclipse Lomboz

2005-01-20 Thread VAN DER MARLIERE FREDERIC
Hi all, Having met really toomuch bugs with JBuilder X Enterprise, I decided to work with Eclipse (3.0.0 on windows XP). I chose Sysdeo Tomcat, XML Buddy and Lomboz(3.0.1) plug-ins . Proglem is that I don't see the lomboz plug-in in customize perspective. Even I install emf-sdo-runtime-2.0.1,

How to get NT login within Tomcat ?

2005-01-19 Thread VAN DER MARLIERE FREDERIC
Hi all. Does anybody know if it is possible to get my NT login from Tomcat? I heard something about Windows Active Directory but I don't know anything about that. Thanks in advance. Fred. Ce message et toutes les pieces jointes (ci-apres le

RE : is this possible?

2005-01-14 Thread VAN DER MARLIERE FREDERIC
Hi jungsoo, Why don't you pass your sessionId in an applet parameter? Something like: applet height=200 width=200 class=applets.myApplet.class param name=mySessionId value=%=request.getSession().getId()% / /applet Thenafter, use the getParameter(paramterName) of the applet. Hope this

Authentication - Best practice

2005-01-12 Thread VAN DER MARLIERE FREDERIC
Hi all. For the web-application I'm developping, I need the user to authenticate himself. I read tomcat documentation and found the realms. My question is: are there best pratice on how to use realm? Thanks. Fred. Ce message et toutes les

SSL encryption

2004-12-27 Thread VAN DER MARLIERE FREDERIC
Hi all. I would like to encrypt my login process so that login and password are not visible on the network. That's why I defined a SSL connector on port 8443 in my server.xml. My problem is that after the user logged in, request keep on using the https protocol on port 8443. Does someone know

RE : RE : Tomcat 5 and Realm problem

2004-12-16 Thread VAN DER MARLIERE FREDERIC
problem On Wed, 2004-12-15 at 10:44, VAN DER MARLIERE FREDERIC wrote: Not far. I do use IE and htpts. And I turned off cookies but in server.xml file. I meet to many problems when I use session cookies and none with encoded URL. Any idea of the way to use realm authentication (FORM method

RE : Tomcat 5 and Realm problem

2004-12-15 Thread VAN DER MARLIERE FREDERIC
session-cookies) and it will work again. Greetings Martin -Ursprüngliche Nachricht- Von: VAN DER MARLIERE FREDERIC [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. Dezember 2004 18:41 An: [EMAIL PROTECTED] Betreff: Tomcat 5 and Realm problem Hi, I'm developping a web app in wich I want

Tomcat 5 and Realm problem

2004-12-14 Thread VAN DER MARLIERE FREDERIC
Hi, I'm developping a web app in wich I want the users to authenticate via Realm. I first used BASIC authentication méthod and everything worked fine. But when I want to use the FORM one, I get the following message when login and password are correct (if not, I get the error page I configured in

RE : web.xml

2004-12-06 Thread VAN DER MARLIERE FREDERIC
Hi Andreas. You can get you parameter with: 'request.getSession().getServletContext().getInitParameter(CONFIGFILE)' It first gets a reference on your application context and then gets the parameter you wrote in context-param.../context-param Fred. -Message d'origine- De : Andreas

RE : web.xml

2004-12-06 Thread VAN DER MARLIERE FREDERIC
Your value is also available in a jsp with %= application.getInitParameter(CONFIGFILE) % Fred. -Message d'origine- De : Andreas Andersson [mailto:[EMAIL PROTECTED] Envoyé : lundi 6 décembre 2004 13:57 À : [EMAIL PROTECTED] Objet : web.xml Hi all! I'm wondering how to get the

RE : Problems with datasource/DB Connection

2004-11-30 Thread VAN DER MARLIERE FREDERIC
Hi, I guess you downloaded the archive file mysql-connector-java-3.0.16-ga.zip and unzipped it on your hard drive. So go to the directory mysql-connector-java-3.0.16-ga and you'll find the archive mysql-connector-java-3.0.16-ga-bin.jar, which contains the driver class you want to use. Note that