hi everyone, i have patch to submit..... in the cvs repository, the examples section, TOMCAT_CVS_HOME = root to tomcat cvs path is: TOMCAT_CVS_HOME/webappsexamples/jsp/index.html in the html file, line 99 (i think) has an error in the path information for the pointing to colors.html. There is an extra forware slash added at the beginning of the path which makes the URI point to the root of the server e.g http://some.server.com/colors.html the original is: (search for this string) <td VALIGN=TOP WIDTH="30%"><a href="/colors/colors.html"> my patch is: (append the searched string with this) <td VALIGN=TOP WIDTH="30%"><a href="colors/colors.html"> ----------------------------------------------------------- hoping for someone to commit the bug into the cvs repository thanks in advance, if possible, i wouldn't mind a response, because this is the first time i am sending a patch to this project. Hiten Pandya [EMAIL PROTECTED] _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
