modification to Example JSP pages

ChemAxon 587f88acea

29-10-2004 20:03:00

Hello,





I am currently using Jchem 2.2.1 version. I have seen the example Java Server Pages that came along with that. Is it possible for me to make changes to those pages so as to reflect our needs. I tried to do that but none of my modifications are being reflected in the JSP pages.Please help me out with this. Thank you.





regards


prem

ChemAxon 9c0afc9aaf

01-11-2004 14:23:05

Hi,





What kind of web server are you using ?





I recommend Tomcat:





http://jakarta.apache.org/tomcat/





Tomcat always checks if the file was modified (every time it serves a page),


so changes should be apparent instantly.





In some rare cases (e.g. if you are using include files) it may be necessary to restart Tomcat and /or clear the contents of it's work directory (<tomcat_home>/work).