Your webapp is DEPLOYING...
org.ops4j.pax.web.pax-web-extender-war[org.ops4j.pax.web.extender.war.internal.WebEventDispatcher]
: org/osgi/service/web/DEPLOYING

... but it should be DEPLOYED.

This should happen automatically after a short delay.

You didn't mention how you "navigate to the path". If you don't do it
interactively (e.g. from a test case) you might get just this effect
if you send an HTTP request to soon, i.e. before the app is DEPLOYED.

If you open the page manually in a browser after seeing the DEPLOYED
event, things should work.

Now the real problem might be that your app never gets DEPLOYED, but I
can't see why from the log you provided. Is your HTTP service running
at all, i.e. do you get a response or error page from Jetty when
browsing to http://localhost:8080/helloweb ?

Regards,
Harald

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to