Forum Moderators: coopster

Message Too Old, No Replies

PHP to JSP Question

         

sithicus

6:05 pm on Nov 15, 2004 (gmt 0)

10+ Year Member



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

coopster

1:33 pm on Nov 16, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I have no idea ;)

Have you googled for something like "including files in java" to see what comes up for you?