
Hi..I am new to jsp.I am using eclipse and tomcat..
I am using xml files to store Static data which is displayed on my jsp pages (view). I am including those xml file in my jsp page as:-
<%@ include file="Home.xml"%> But when I change my data (xml files) dynamically through "service.java" file it does not reflect in jsp page, though the xml file has already changed in system...even in eclipse I need to open that file and chose yes in dialog box saying "Do you want to replace the editor content with these changes." and restart tomcat. Is there any way that I can change my xml file and that will be reflected in jsp(next time when I request page)..
you can also suggest some better way do this project...
Thank you in advance...
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.