Re: include file question!
Posted By:
Anonymous
Posted On:
Wednesday, July 4, 2001 11:47 AM
It's worth noteing that this is not ALWAYS true. JRun 3.0 (WinNT) Will reflect changes to an included file.
Re: include file question!
Posted By:
James_Froggatt
Posted On:
Tuesday, July 3, 2001 04:32 PM
If you are using UNIX, simply go to the folder where your .jsp file (the one that included the file that you are changing) is and type
%touch (your file).jsp
This updates the time-stamp on the original 'template' .jsp file and now when you reload the .jsp file, the jsp is re-compliled as your jsp server thinks the .jsp file has changed. It's kind of like what you're already doing but is quicker.
e.g.
If you have a BIG web site and you want all your jsp's to be updated with the new include(s), type
%touch *.jsp
Re: include file question!
Posted By:
AlessandroA_Garbagnati
Posted On:
Tuesday, June 19, 2001 11:22 AM
Hi,
Try . I'm not sure, but being a dynamic and not a static include, it could do the trick.