Re: CSS-Validator Install

Hi Olivier,
                Thank you for the helpful suggestions.As per ur mail i have mentioned the CLASSPATH.Command Ant was executed succesfully and it created css-validator.jar file.I have copied that file into lib.

I have executed the following steps.
  a.. "cd [VALIDATOR_DIR]/; ant;" 
  b.. Copy or move file "web.xml" from "[VALIDATOR_DIR]/" to "[VALIDATOR_DIR]/WEB-INF/".
  Copy or move file "[VALIDATOR_DIR]/css-validator.jar" to "[VALIDATOR_DIR]/WEB-INF/lib/".
  In "[TOMCAT_DIR]/webapps" make link named "css-validator" to "[VALIDATOR_DIR]/".
  "ln -s [VALIDATOR_DIR]/ css-validator". 
a.. Finally, reload the Tomcat server: 
  a.. "cd [TOMCAT_DIR]; ./bin/shutdown.sh; ./bin/startup.sh;".
  Next in your browser "http://localhost:8080/css-validator/validator.html.en".  
If i open above URL in my browser it is displaying main page properly.But i am facing the same problem which  i mentioned in my previous mail.

1)Check buttons in Page are not working.It is opening a page and displaying a message

#!/usr/local/bin/zsh -f
umask 002
PACKAGE=org.w3c.css.css

# CLASSPATH=/u/crash/0/w3c/plehegar/www430/validator.zip
CLASSPATH=~/www430
export CLASSPATH

# PATH=/u/koala/3/koala/plehegar/JFC/jdk1.2/bin:$PATH
java -Djava.protocol.handler.pkgs="org.w3c.www.protocol|sun.net.www.protocol" $PACKAGE.Stylesheetcom $@


2)In main page there is a link Advanced direct user interface(Validate by direct input).The actual page for that link is Validator-text.html.en but if i clicked the link it is trying to open a page validator-text.
validator-text page is not  available in directory,browser is responding with 404 error.This is occuring for all links in the page.

Is there any common problem for both the errors.

Can u Plz help me in this.
----------------------------------------------
Suman
Connected Planet Validation
Philips Consumer Electronics

Philips Software Centre Pvt. Ltd.
#1, Murphy Road, Ulsoor, Bangalore-560008,
Tel: +91 80 25579000, Extn :- 3900
Mobile: +91 9945501837
------------------------------------------------------------


 

Received on Wednesday, 7 June 2006 03:55:17 UTC