Hi all,
my thinking is same as Dave's,
add config browser plugin to see what things are after app has started.
Also You can try http://myserver/myapp/catchall
to see if it is mapped by a convention plugin.

http://cwiki.apache.org/S2PLUGINS/config-browser-plugin.html

Best greetings,
Paweł Wielgus.


2009/8/28 Dave Newton <newton.d...@yahoo.com>:
> Rusty Wright wrote:
>>
>> I can't get struts.convention.result.path to work.
>>
>> <package name="default" extends="struts-default">
>>  <action name="catchall" >
>>    <result>/catchall.jsp</result>
>>  </action>
>> </package>
>
>> ...
>>
>> <constant name="struts.convention.result.path"
>>          value="/WEB-INF/views/jsp/" />
>>
>> But it's always looking for the catchall.jsp file in the top level
>> directory of my web app, ~tomcat/webapps/sample002.
>
> My impression was that the convention result path was for *conventionally*
> defined results--you're defining that one manually.
>
> I'd expect the behavior you're seeing, but I could be wrong.
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to