Hello,
I am trying to deploy an OpenVXML code on Apache
Tomcat server. For a start I made a hello_world program. and exported it as hello_world.war file.
Now as instructed in
http://www.openmethods.com/documentation/GettingStarted.pdf , I transfered the .war file to the Tomcat webapps directory and restarted the service.
Now to access it when I use my web-browser , I can't see the file on
http://localhost:8080/hello_world/hello_world
It show an error:
HTTP status 404 - BridgeServlet: /hello_world/hello_world .
I am not sure what that is supposed to mean since I am using these tech. for the first time.
Any help to resolve this problem would be great.
Thanks in advance.