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
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
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?
-------
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
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
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
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
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