Apache Tomcat 6.0.14 classloader

2007-11-26 Thread YEL
Hi list, JVM : 1.6.0 OS : Windows XP Tomcat Version : 6.0.14 The problem: no matter how i set the shared.loader in cataline.properties it does not load the jars in there: here is what i tried so far: shared.loader=${catalina.home}/shared/lib,${catalina.home}/shared/lib/*.jar it did not works

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: Having trouble getting an Apache connector to work

2006-08-14 Thread Yassine ELassad (YEL)
Hi Rob, I'm just curious to know how you manage to access your application from port 8009 via browser while your Config shows : worker.ajp13.port=8009 either you specified the wrong port number for the http connector or you stated the wrong one. AFAIK the port 8009 is used by mod_jk to communic

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