Apurv Tiwari Messages: 7 Registered: May 2010 Location: Delhi
Junior Member
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.
Where did you get your OpenVXML installation? Did you use an installer from OpenMethods.com, or did you build the project form source available at the VTP repository? It appears that your installation is missing a few key files.
Let me know what you're doing and I can help you get it working.
Hmm, that's not what I was expecting to hear. Let's get to some specifics:
* When did you download the installer (i.e., how old is it)?
* What is your OS?
* What version of Java are you using?