2010/3/10 Oscar <oscar.kalde...@gmail.com>:
> 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-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to