I installed Tomcat and modjk on my server because i wanted to use the process.jsp version
so, when i do
myserver:8080
it's fine, i have the tomcat welcome page
myserver:8080/examples/servlets/ and
myserver:8080/examples/jsp/ both work fine
in httpd.conf
i have
Code: Select all
JkMount /examples/servlets/* ajp13
JkMount /examples/jsp/* ajp13
myserver/examples/servlets/ and
myserver/examples/jsp/ both work perfectly either
I installed Jfileupload and JSP upload script 2.1 in a dir named jsptestupload
so i added
Code: Select all
JkMount /jsptestupload/* ajp13
but well to make it short with or without this line :
myserver:8080/jsptestupload/ do not work
and
myserver/jsptestupload/ do not work either
i have
yet of course its in the dirStatus HTTP 404 - /jsptestupload/process.jsp
type Rapport d'état
message /jsptestupload/process.jsp
description La ressource demandée (/jsptestupload/process.jsp) is not available
Apache Tomcat/6.0.20
I'm really newbie, so any help could... well ... help

Thanks a lot
Corto