1

I have created sample web application, packaged it into WAR, then put it into webapps folder into jetty. And it does not work.

enter image description here

Proof, windows from top to bottom:

1) The content of GreetingController.java

2) The compiled file is present inside WAR file in appropriate place

3) The web application is working, it's name is recognized (folder content displayed)

4) Controller is not working and it's name is not recognized

What else to check?

UPDATE

My WAR file: https://www.sendspace.com/file/mb94jt

Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385

1 Answers1

0

I think you are missing something in your app. The page you are referring is just a guide to help understand how the framework works. For complete simple examples, please refer to:

Here is the Getting Started page: http://javalite.io/getting_started_activeweb

hope it helps

ipolevoy
  • 5,432
  • 2
  • 31
  • 46
  • What else can be missed? My app consists of only one class with one empty method `index()`. – Suzan Cioc Sep 11 '14 at 11:15
  • I do not know what you are missing since I do not have access to your code. But since it is not working for you, something is missing. Did you have a chance to look at examples? – ipolevoy Sep 12 '14 at 04:16