You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by bigcache1 <sh...@gmail.com> on 2011/10/02 09:25:07 UTC

Configuration problem? Not launching properly, after renaming of some packages

I have done some refactoring recently, and now when I'm launching an
application, I'm getting just list of tml files, instead of being redirected
to the login page.
http://cs9464.vk.com/u34640775/142808764/z_e54f894e.jpg 
http://tapestry.1045711.n5.nabble.com/file/n4861415/z_e54f894e.jpg  

Notification from the login page:
http://cs9464.vk.com/u34640775/142808764/z_2bd7e144.jpg 
http://tapestry.1045711.n5.nabble.com/file/n4861415/z_2bd7e144.jpg  

And this is the structure of the project:
http://cs9464.vk.com/u34640775/142808764/z_fe769493.jpg 
http://tapestry.1045711.n5.nabble.com/file/n4861415/z_fe769493.jpg  

What should I do, to launch it properly?

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Configuration-problem-Not-launching-properly-after-renaming-of-some-packages-tp4861415p4861415.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: Configuration problem? Not launching properly, after renaming of some packages

Posted by Steve Eynon <st...@alienfactory.co.uk>.
Does the "tapestry.app-package" context parameter in your web.xml
still point to the correct place where T5 can find your Module class?

http://tapestry.apache.org/configuration.html

<web-app>
    <display-name>My Tapestry Application</display-name>
    <context-param>
        <param-name>tapestry.app-package</param-name>

        * check the value below *
        <param-value>org.example.myapp</param-value>

    </context-param>
    <filter>
        <filter-name>app</filter-name>
        <filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
    </filter>
    <filter-mapping>
        <filter-name>app</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>
</web-app>

Do you see any T5 logging output in the console?




On 2 October 2011 15:25, bigcache1 <sh...@gmail.com> wrote:
> I have done some refactoring recently, and now when I'm launching an
> application, I'm getting just list of tml files, instead of being redirected
> to the login page.
> http://cs9464.vk.com/u34640775/142808764/z_e54f894e.jpg
> http://tapestry.1045711.n5.nabble.com/file/n4861415/z_e54f894e.jpg
>
> Notification from the login page:
> http://cs9464.vk.com/u34640775/142808764/z_2bd7e144.jpg
> http://tapestry.1045711.n5.nabble.com/file/n4861415/z_2bd7e144.jpg
>
> And this is the structure of the project:
> http://cs9464.vk.com/u34640775/142808764/z_fe769493.jpg
> http://tapestry.1045711.n5.nabble.com/file/n4861415/z_fe769493.jpg
>
> What should I do, to launch it properly?
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/Configuration-problem-Not-launching-properly-after-renaming-of-some-packages-tp4861415p4861415.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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