Assuming you only have one environment the easiest way to migrate back to an earlier version is to take a copy of the code and environment (i.e. versions of the Apache etc.). If you should have to roll back re-install the environment load up the copy of the code and your away. An even better approach is to set up a JSP 1.0 environment in a separate envirnoment (machine) to do your JSP 1.0 work. Move the code over do the code changes then you don't need to touch 0.92 environment until you know that the JSP 1.0 migration code is good. If you are looking for a tool to do the work I am unaware of any at this point. This is probably not the answer you are looking for in regards to the specs differences but it is the most definitive that I know of. Check the Sun site, you can download the spec for JSP 1 at http://java.sun.com/products/jsp/download.html . Robert Mircea Moisei wrote: > Hi, > I need a list of differences between 1.0 and 0.92(syntax mainly). > More if some one can tell me if is possible to migrate from 1.0 back to 0.92 > how difficuld could be that and more is there a patch for IPlanet that > provide support for JSP 1.0 ? > > Thanks, > Mircea > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > FAQs on JSP can be found at: > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html
