ActiveWeb web application does not run under Jetty

2019-08-02 13:49发布

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

1条回答
欢心
2楼-- · 2019-08-02 14:43

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

查看更多
登录 后发表回答