Hi all,
First of all I'm not sure I'm posting in a correct forum.If not sorry for that .
I have configured Apache Http Server with two
Tomcat instance for load balancing. I did that to learn about HttpSessionActivationListener
The problem is the Tomcat is serving Static HTML pages but it couldn't able to serve
Servlet or
JSP page.
I have a web application named "Chapter6" .
Following are the configuration entries in Apache Http server
======================================
Following is the worker.properties
======================================
Following is the exception I'm getting when I invoke JSP page
======================================
Please tell me is any other thing that I need to configure to get dynamically generating pages like JSPs
Thanks in advance