Hi Ed,

Do you have you compiled classes in the "\WEB-INF\classes" ?  I seem to
remember that this location was necessary.
If so have you tried to specify the class attribute to the
<page-specification> ?

Regards,
Andrei Chiritescu

On 1/19/06, Ed Trembicki-Guy <[EMAIL PROTECTED]> wrote:
>
> Raul Raja Martinez <dobleerre <at> estudiowebs.com> writes:
>
> >
> > A long time ago in this list (in 2003) Howard said that:
> >
> > "If you servlet is named myservlet then Tapestry looks for
> > WEB-INF/myservlet.application"
> >
> > I don't know if this still applies but you might want to check on that.
> >
> Yes, I stumbled on that documentation.  Here is my servlet definition in
> web.xml:
>
>         <servlet>
>                 <servlet-name>ApplicationServlet</servlet-name>
>                 <servlet-class>org.apache.tapestry.ApplicationServlet
> </servlet-
> class>
>                 <load-on-startup>1</load-on-startup>
>         </servlet>
>         <servlet-mapping>
>                 <servlet-name>ApplicationServlet</servlet-name>
>                 <url-pattern>/app</url-pattern>
>         </servlet-mapping>
>
> I renamed /WEB-INF/app.application to
> /WEB-INF/ApplicationServlet.application
> Still no change.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to