Re: Tomcat 5.5: Servlet skips FormAuthentication?!?!?

2006-09-13 Thread Yassine ELassad (YEL)
Hi David, unfortunately your suggestion did not solve the problem, any other suggestions are appreciated merci ! Greetings Yassine On 9/13/06, David Delbecq <[EMAIL PROTECTED]> wrote: The servlet is mapped to / The security constraint is mapped to /* That's your problem. Map your security con

Re: Servlets mod_jk Context path problems

2006-08-16 Thread Yassine ELassad (YEL)
result is The requested resource (/ecommerce/Controller) is not available. Note: Context path value is "/" and docBase = "/usr/local/tomcat/webapps/ecommerce". Is it important? -------

Re: Encrypt Cleartext Resource Password

2006-08-16 Thread Yassine ELassad (YEL)
HI Darren, I guess you need this : digest="MD5" in your realm definition so it would look like follow: Greetings, Yassine Cologne,Germany On 8/16/06, Darren <[EMAIL PROTECTED]> wrote: Hi, I have a JDBC resource configured with tomcat 5.0 (in server.xml) and it is working fine. I would

Re: Servlets mod_jk Context path problems

2006-08-16 Thread Yassine ELassad (YEL)
Hi jeusdi, in your Apache configuration you juts Jkmount JSP files that are inside your Application as the statement say: JkMount /ecommerce/*.jsp treb and you are trying to get this : /ecommerce/servlets/ControllerServlet which does not match the directive above either you need to change th

Re: Apache- Tomcat Connector Problem...newbi question

2006-08-15 Thread Yassine ELassad (YEL)
Hi Atul, it would be a good help if you can send us your configurations of Apache, server.xml, workers.properties and the mod_jk.conf if you have some you could have a look at this sample it maybe a good place to start for you: http://tomcat.anfatech.com/cocoon/tomcat/g12/19.html Greetings

Re: Login failing on Tomcat4 container managed login ( through Apache )

2006-08-15 Thread elassad
Hi Andy, i dont know if this will help you, but you can give it a try: if you are using mod_jk AND Tomcat default authentication service(j_security_check) so you can try jkmount ' ing the j_security_check since its involved while logging in hope this helps Greeting Yassine ELassad Co

Re: Having trouble getting an Apache connector to work

2006-08-14 Thread Yassine ELassad (YEL)
ed too. here are configurations that do works for me you can adjust them for your needs: http://tomcat.anfatech.com/cocoon/tomcat/g12/19.html Greetings Yassine Elassad 00 49 221 800 8961 00 49 160 6223 9000 Cologne, Germany On 8/15/06, Rob Tanner <[EMAIL PROTECTED]> wrote: Hi, I'

Re: cannot access manager or admin applications ...

2006-08-12 Thread Yassine ELassad (YEL)
Hi Ian, I would try to access the manager application directly and see if i encounter the same Problem. try http://tomcatHost:8080/manager/html/list should prompt you to enter your user name and password if you enter the right credential i assume thing will/should work fine otherwise if you ca