>  GET http://localhost/index.vxml HTTP/1.0
>  Accept: */*
>  User-Agent: myClientHttp
>  Connection: close
>
> The tomcat web server answers : error 404

The GET should not include the HTTP URL part.  You should connect to port 80
(the http:// part) of 'localhost''s IP address and do a get on just
'/index.vxml'

David

Reply via email to