Re: css validator (How to install the CSS validator on your own machine)

Hello Sijtsche,

As you wrote a quite years ago 
(http://lists.w3.org/Archives/Public/www-validator-css/2003Jan/0037.html)
I followed these steps to have the same css validator on our intranet.
Jigsaw is running very fine and I created the following structure:

Root (DirectoryResource) / HTTPFrame
  css-validator (HttpDirectoryResource) / ServletDirectoryFrame
    validator (ServletWrapper: Servlet Class = 
org.w3c.css.servlet.CssValidator) / ServletWrapperFrame

But accessing http://localhost:8001/css-validator/ give me the following 
error:

Document not found
The document http://localhost:8001/css-validator/ is indexed but not 
available.
The server is misconfigured.

And if I refresh the page the object does not exist anymore!

What I want to do is not being able to validate locas css files but providing 
exactly the same service as 

http://jigsaw.w3.org/css-validator/

with the same html forms and input methods (URI / File Upload / Direct Input).

Is this the correct way to do it ? or am I missing something ? I suppose I 
will have to assign an html document or map a directory containing HTML files 
against the "css-validator" directory?

Am I completely wrong?

Any help will be greatly appreciated :)

Thanks in advance

-- 
Patrick ALLAERT <patrick.allaert@dixite.com>
Web Developer
http://www.dixite.com/

Received on Thursday, 9 March 2006 10:02:09 UTC