Adding it to the includes seems to work:

   <filter>
       <filter-name>staticFilter</filter-name>
       <filter-class>org.appfuse.webapp.filter.StaticFilter</filter-class>
       <init-param>
           <param-name>includes</param-name>
           <param-value>/scripts/dojo/*,/dwr/*</param-value>
       </init-param>
       <init-param>
           <param-name>servletName</param-name>
           <param-value>dispatcher</param-value>
       </init-param>
   </filter>

Can you please enter an issue for this in JIRA?

http://issues.appfuse.org/browse/APF

Thanks,

Matt

On 6/26/07, peppix <[EMAIL PROTECTED]> wrote:

Thanks for the fastest answer in the World, I tried this but doesn't work.

Peppe



mraible wrote:
>
> This may be caused by the StaticFilter. If you add an exclusion for
> /dwr/*.html - does that fix the problem?
>
> Matt
>
> On 6/26/07, peppix <[EMAIL PROTECTED]> wrote:
>>
>> Hi all,
>> I am using Appsuse 2.0 m5 with the Spring Basic/Hibernate artifact,
>> everything works fine but I have a strange problem.
>>
>> People states that DWR works with no configuration in their projects,  I
>> have just added  bean in dwr.xml, after I start the app both from Idea or
>> with the mvn jetty:run command, if I go to
>> http://localhost:8080/dwr/index.html the 'page not found' message appears
>> and in the logs I have the following error.
>>
>> WARN [btpool0-2] PageNotFound.noHandlerFound(1041) | No mapping for
>> [/dwr/index.html] in DispatcherServlet with name 'dispatcher'
>>
>> Do you have any idea about the misconfiguration that is causing this
>> problem?
>>
>> Thanks
>> Peppe
>> --
>> View this message in context:
>> 
http://www.nabble.com/Problem-with-DWR-configuration-tf3983890s2369.html#a11310811
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> http://raibledesigns.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

--
View this message in context: 
http://www.nabble.com/Problem-with-DWR-configuration-tf3983890s2369.html#a11311579
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to