Reputation: 29867
I went through a tutorial how to create and deploy a web application that contains java beans. I then created the war file and deployed it to my Apache Tomcat server. Everything works fine up till point. Now all I want to do is just open one of the pages.
I thought that by entering this url:
http://localhost:8080/AGen/menu.xhtml
I would bring up a web page. But all I get is an http status 404. I checked the war file and the menu.xhtml is there. So I must be doing something wrong. Apache Tomcat is running and I can open up the admin console and see that my app is deployed.
Sorry, but I'm relatively new to this.
Here is a screen shot of what my Eclipse project looks like. Am I missing something?
Upvotes: 0
Views: 25