Indeed. Good riddance ;-). Thanks Thiago.
On Tuesday, July 29, 2014 7:59 AM, Thiago H de Paula Figueiredo
wrote:
On Tue, 29 Jul 2014 14:38:07 -0300, Net Dawg
wrote:
>
> orgs
> org.apache.tapestry.ApplicationServlet
> 1
>
Remove this and the problem will vanish. T
On Tue, 29 Jul 2014 14:38:07 -0300, Net Dawg
wrote:
orgs
org.apache.tapestry.ApplicationServlet
1
Remove this and the problem will vanish. That's how you configured
Tapestry 4, not 5, in web.xml.
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant
http://java.sun.com/dtd/web-app_2_3.dtd";>
project Tapestry 5 Application
tapestry.app-package
org.ideademo.project
tapestry.development-modules
org.ideademo.project.services.DevelopmentModule
tapestry.qa-m
What's your web.xml?
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: u
Running Jetty 6.1.26
2014-07-29 07:09:45.044:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
ParentLoaderPriority enabled
Context path:/project
ProjectClassLoader: entry=C:\jwork\project\target\classes
ProjectClassLoader:
entry=C:\Users\netdawg\.m2\repository\javax\inject\javax.inject\1\java
On Tue, 29 Jul 2014 05:43:00 -0300, Net Dawg
wrote:
when I run mvn jetty:run, I get this:javax.servlet.UnavailableException:
org.apache.tapestry.ApplicationServlet
Full stack trace please. Anyway, you seem to have misstyped something in
your web.xml, as there's no ApplicationServlet in T
when I run mvn jetty:run, I get this:
javax.servlet.UnavailableException: org.apache.tapestry.ApplicationServlet
I am hoping this is a simple fix in pom.xml or web.xml.
Thanks.