• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Deploying an OpenVXML on Apache Tomcat

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Saloon Keeper
Posts: 28402
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Apurv!

I am not familiar with OpenVXML, but the message you're getting seems to indicate that your WAR did install properly and it is running. However, it appears that there's a control servlet in OpenVXML and it doesn't have anything set up to handle the "hello_world" request. You probably need to configure something in OpenVXML.
 
We're all out of roofs. But we still have tiny ads:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic