Author Login
Post Reply
I've changed my appengine-web-app as you said but i still get the same
error. You can see it here (in a new application):
https://anicetoapp3.appspot.com/
Regards
2010/3/10 Lukasz Lenart <lukasz.lenart@(protected)>
> 2010/3/10 Oscar <oscar.kalderon@(protected)>:
> > Do you mean in web.xml right? Well, no. This is the web.xml as you can
> see:
>
> No, in appengine-web.xml, as below
>
> <?xml version="1.0" encoding="utf-8"?>
> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
>
> <application>gruuf-done</application>
> <version>2</version>
>
> <sessions-enabled>true</sessions-enabled>
>
> <system-properties>
> <property name="java.util.logging.config.file"
> value="WEB-INF/classes/logging.properties"/>
> </system-properties>
>
> <static-files>
> <include path="/struts/*" />
> <include path="/js/*" />
> </static-files>
>
> </appengine-web-app>
>
>
> Regards
> --
> Łukasz
> http://www.lenart.org.pl/
> Kapituła Javarsovia 2010
> http://javarsovia.pl
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>
>
--
Oscar