#!/bin/sh
TOP=/u/veillard
CLASSPATH=$TOP:$TOP/opera/classes/classes.zip
export CLASSPATH
exec java \
        -Djava.protocol.handler.pkgs=w3c.www.protocol \
        -Dw3c.www.protocol.http.server=w3c.www.protocol.http.HttpMuxServer \
        -Dw3c.www.protocol.http.userAgent=fancyJava/1.0a \
        -Dw3c.www.protocol.http.cache.minFresh=5 \
        -Dw3c.www.protocol.http.filters='w3c.www.protocol.http.DebugFilter|w3c.www.protocol.http.auth.AuthFilter' \
        w3c.checker.Main -p $TOP/sun/html/parser/tests/properties -d 1\
        -in http://www22.w3.org:8001/microscape/ \
        http://www22.w3.org:8001/microscape/microscape.html


