I don't understand, how is it possible to deploy ActiveWeb web application? It is said it has no config files. Hence it has no web.xml. So, how would container know, what class to run?
For example, I tried to run sample "Hello Bob" application under Jetty under Eclipse -- and it was predictable not run. I.e. jetty gives 404 error on http://localhost:8080/greeting
What is the secret? I think it should be something like default servlet configured, which is not described in quickstarts...
May be some maven goal should be ran or something?