Re: [appengine-java] Re: 404 for app thats deployed successfully.

2011-10-10 Thread Manilal K M
On 7 October 2011 16:33, Manilal K M libreg...@gmail.com wrote: I forgot to add all the configuration files in my earlier email: WEB-INF/web.xml: http://pastie.org/2654599 WEB-INF/spring/application-config.xml http://pastie.org/2654607 WEB-INF/spring/servlet-config.xml

Re: [appengine-java] Re: 404 for app thats deployed successfully.

2011-10-10 Thread Manilal K M
On 10 October 2011 21:27, Manilal K M libreg...@gmail.com wrote: On 7 October 2011 16:33, Manilal K M libreg...@gmail.com wrote: I forgot to add all the configuration files in my earlier email: WEB-INF/web.xml: http://pastie.org/2654599 WEB-INF/spring/application-config.xml

Re: [appengine-java] Re: 404 for app thats deployed successfully.

2011-10-07 Thread Manilal K M
On 6 October 2011 11:27, Nichole nichole.k...@gmail.com wrote: 2 things to fix in your web.xml: --param-value should be single valued --url-pattern ExampleApp/* should be changed.    url-pattern has the following rules       path mapping:      starts with /, ends with /*       extension

Re: [appengine-java] Re: 404 for app thats deployed successfully.

2011-10-07 Thread Manilal K M
I forgot to add all the configuration files in my earlier email: WEB-INF/web.xml: http://pastie.org/2654599 WEB-INF/spring/application-config.xml http://pastie.org/2654607 WEB-INF/spring/servlet-config.xml http://pastie.org/2654618 WEB-INF/spring/spring-security.xml http://pastie.org/2654633

[appengine-java] Re: 404 for app thats deployed successfully.

2011-10-05 Thread Nichole
2 things to fix in your web.xml: --param-value should be single valued --url-pattern ExampleApp/* should be changed. url-pattern has the following rules path mapping: starts with /, ends with /* extension mapping: begins with *. default servlet: single character /