|
How to make Apache call Tomcat, when I request a
servlet or a JSP?
For example to request a JSP I have to make
sth. like this: http://localhost:8080/myDir/myJSP.jsp showing
a port number here (8080)
But how can I make a servlet and JSP engine run by
default, when I directly run a Jsp page from a browser,
for example like this (without specifying a port
number):
And I want an engine to take an action
here...
I have succesfully configured mod_jk for
Apache.
Thanks in advance...
Bye!
|
