User: cgjung Date: 01/10/18 05:08:33 Modified: jetty/src/etc jetty.properties Log: switched jetty.properties syntax back to *nix JettyService now accepts and translates both *nix and WinX path syntax for Jasper. Revision Changes Path 1.5 +1 -1 contrib/jetty/src/etc/jetty.properties Index: jetty.properties =================================================================== RCS file: /cvsroot/jboss/contrib/jetty/src/etc/jetty.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jetty.properties 2001/10/17 19:47:24 1.4 +++ jetty.properties 2001/10/18 12:08:33 1.5 @@ -8,4 +8,4 @@ # Use sun's parser #org.xml.sax.parser=com.sun.xml.parser.Parser -tc_path_add=../lib/ext/org.apache.jasper.jar;../lib/ext/javax.servlet.jar \ No newline at end of file +tc_path_add=../lib/ext/org.apache.jasper.jar:../lib/ext/javax.servlet.jar \ No newline at end of file
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
