How does one invoke a JSP?
Submitted by admin on Sat, 2005-11-26 02:46.
A JSP gets invoked when you call a *.jsp file from your Web Server like you would call a normal *.html file. Obviously your web server need to support JSP pages and must be configured properly to handle them.
»
- Login to post comments

