Em Tue, 14 Apr 2009 12:09:59 -0300, Marcus Veloso <mveloso.j...@gmail.com> escreveu:

Hi,

following http://wiki.apache.org/tapestry/Tapestry5RunViaMain:

...

   1.

   Add a dependency on Jetty to your POM at provided scope. Use the
   jetty-server-dependencies and jetty-provided-apis artifacts

That's what I do:

<dependency>
        <groupId>org.mortbay.jetty</groupId>
        <artifactId>jetty</artifactId>
        <version>6.1.14</version>
        <scope>test</scope>
</dependency>

   2.
   Turn off J2EE deployment in module properties

I don't know what it means here.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to