is there any way to get included servlets to dynamically reload?

i have all the class files in my web-inf/classes directory and if i go to
the servlets directly they will dynamically reload to reflect changes, but
if they are included in a jsp they will not.

i.e. going to http://myserver/servlet/someservlet will dynamically reload,
but if i go to http://myserver/foo.jsp where foo.jsp contains only
<jsp:include page="/servlet/someservlet" flush="true"/>, changes to
someservlet will only be reflected on restarting jrun.

i'm using jrun 3.0 sp1 on nt with iis.

--jim
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to