cvs diff src\org\netbeans\modules\web\context\WebContextObject.java (in directory E:\nb_all\web\core\) Index: src/org/netbeans/modules/web/context/WebContextObject.java =================================================================== RCS file: /cvs/web/core/src/org/netbeans/modules/web/context/WebContextObject.java,v retrieving revision 1.65 diff -r1.65 WebContextObject.java 181c181,182 < if (ctxRoot == null || ctxRoot.equals ("")) { --- > //handling missing server specific data > if (ctxRoot == null) { 185a187,195 > } else { > setURIParameter (null); //only upgrade from old format once and then reset the old value > } > setContextPath (sysName); > } > else if (ctxRoot.equals ("")) { > String sysName = getURIParameter (); > if (!sysName.equals ("")) { > setURIParameter (null); //only upgrade from old format once and then reset the old value ***** CVS exited normally with code 1 *****