Hi,

I have the following problem. I was running Apache JServ and decided to 
upgrade to Tomcat with mod_jk and Apache. The installation went well. The 
sample servlets and JSPs work well. But now I'm having the following problems:

1. My old servlets that were working with Jserv don't work with Tomcat. I 
tried to find the reason and I found out that to invoke the servlets you have 
to go to http://localhost/servlet/the_name_of_the_servlet
Ok....but my servlets have redirections to http://localhost/servlets (not 
servlet) .  I changed the JkMount in mod_jk.conf to mount /servlets for the 
servlet files. But it still doesn't work. 
My question is: how can I make tomcat to look for servlets in /servlets (not 
in /servlet)?

2. When I try to run the /admin JSP page I get ERROR 500: 
javax.servlet.ServletException: URL contains encoded special chars


I will really appreciate if someone helps me with these problems.

Nick Stoianov

Reply via email to