Do you have any mappings for your servlet in a web.xml?
I have always mapped my servlets in my web.xml, then made a JkMount the
same as that mapping
i.e.
http://java.sun.com/dtd/web-app_2_3.dtd";>
admincontrol
com.bla.servlet.AdminServlet
4
admincont
Greetings:
I am looking for help with an issue that I cannot find the answer to on the
web or list-archives. My issue is this:
I use Tomcat 5.5 and jdk 1.5 on linux.
1)I have a custom jsp tag that puts string data in a Session attribute when
the jsp page loads (via pageRequest.getSession().set