Genis,
Check that your web.xml is directing requests to the Tapestry filter.
Also have a look at the maven tomcat plugin. If you set it up you can
deploy your application by:
mvn tomcat:deploy
Regards,
Greg
On 28/05/2010 1:24 AM, Genís Pujol wrote:
Al 27/05/2010 17:03, En/na Josh Canfield ha escrit:
Tapestry is built using maven but your project doesn't need to care
about that. You can download all the dependencies yourself and deploy
your app as a WAR or an exploded webapp folder. In the end to the
container Tapestry is just a Servlet filter.
-- Josh
On May 27, 2010, at 7:11 AM, Genís Pujol <gpu...@ngeografics.com> wrote:
Hello,
Does anybody have documentation regarding how to deploy a Tapestry5
project into Tomcat? The official docs just say "it's the same as
jetty"...
Does one have to use Maven? can I just drop the folders into webapps
(if so, how)?
Thanks,
Genis
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
I meant that Tomcat does find the Index.tml but it doesn't pass
control to Tapestry so it renders the template as plain text...
any clues?
G.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org