• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Running a GWT Application After Deployment to Tomcat

 
Greenhorn
Posts: 9
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm playing around with building web apps in my free time using GWT because it's what we use at the company I'm interning with. I created a basic "new web application" following the GWT instructions page, and I've deployed it to my Tomcat server by copying my .war file to the webapps folder and restarting my server in Eclipse. I can access the main Tomcat page at localhost:8080 and see the application deployed in Tomcat Web Application Manager, titled "MyTaskApp", but when I try to go to localhost:8080/MyTaskApp I get an Http Status 404 error with description "The requested resource is not available". Are there some settings I'm missing?
 
Saloon Keeper
Posts: 7645
178
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check the catalina.out file in the logs directory - it will tell you whether there were problems starting up the app.
 
I child proofed my house but they still get in. Distract them with this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic