halik
Lifer
Alright,
is there any way to invoke/call a servlet function from within a jsp page?
I wanna write a servlet that logs all page accesses into sql along with the session username etc and i need some way to have the jsp call the servlet function. The main reason for this setup is the advantage of the servlet being run continously - that way i can keep one sql link open at all time rather than connection and disconnecting to the sql and taxing it for every page hit.
is there any way to invoke/call a servlet function from within a jsp page?
I wanna write a servlet that logs all page accesses into sql along with the session username etc and i need some way to have the jsp call the servlet function. The main reason for this setup is the advantage of the servlet being run continously - that way i can keep one sql link open at all time rather than connection and disconnecting to the sql and taxing it for every page hit.