activeweb

ActiveWeb web application does not run under Jetty

醉酒当歌 提交于 2019-12-11 09:36:28
问题 I have created sample web application, packaged it into WAR , then put it into webapps folder into jetty. And it does not work. 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

A required class was missing while executing org.mortbay.jetty:maven-jetty-plugin:6.1.26:run: org/mortbay/util/Attributes

爷,独闯天下 提交于 2019-12-11 08:02:23
问题 I have just trying to run ActiveWeb example https://github.com/javalite/activeweb-bootstrap Cloning code: D:\Users\Dims\Design\!Pure>git clone https://github.com/javalite/activeweb-bootstrap.git Cloning into 'activeweb-bootstrap'... remote: Counting objects: 54, done. remote: Total 54 (delta 0), reused 0 (delta 0) Unpacking objects: 100% (54/54), done. Checking connectivity... done. Changing directory: D:\Users\Dims\Design\!Pure>cd activeweb-bootstrap Running maven goal: D:\Users\Dims\Design\