On Wed, Dec 15, 2010 at 11:41 AM, Ralf Eichinger
<[email protected]> wrote:
> after building roller with "mvn install" (successfully),
> I wanted to start the demo with "mvn jetty:run-war"
>
> When I call: http://localhost:8080/roller
> I get: Error 503 SERVICE_UNAVAILABLE

Does it work if you do the steps below?

   cd trunk
   mvn install
   cd weblogger-webapp
   mvn jetty:run

I'd like jetty:run to work whether it is run from trunk or
trunk/weblogger-webapp, but I think that currently you must be in the
weblogger-webapp directory for jetty to work,

- Dave

Reply via email to