Hi all,
I have this question which is very important for the project I'm working on.
Page aaa.jsp, somewhere in its code, has the following:
<jsp:include page="<%= myFile %>" flush="true" />
where myFile is a string with the location of the .jsp file to be included.
The value of myFile changes depending on the value of the logged in user (it
comes from a value in the database).
Now, in JRun 3.0, when myFile changes and a new .jsp file in included, does
this cause JRun to recompile aaa.jsp? This is very important. I want to
understand the mechanics of this and I can't find anything related to this.
I hope that JRun won't recompile because that's a lot of extra work for JRun
(depending on the logged in user) but I can't confirm this.
Thanks for the help,
Cristian
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.