How do I go about duplicating these two commands in JSP pages?
<?php
ini_set('include_path', '/home/virtual/site5/fst/var/www/html/z_inc');
?>
<?php include("indexgoogletext.txt");?>
basically what i want to know is what the equivalant command is in Jsp.
Thanks
-Sith