i dont no. here is my web.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app
        PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
        "http://java.sun.com/dtd/web-app_2_3.dtd";>
<web-app>
<display-name>Digileping</display-name>
<context-param>
<param-name>tapestry.app-package</param-name>
<param-value>ee.softpro</param-value>
</context-param>
<context-param>
<param-name>tapestry.combine-scripts</param-name>
<param-value>false</param-value>
</context-param>
<filter>
<filter-name>digileping</filter-name>
<filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>digileping</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<session-config>
<session-timeout>10</session-timeout>
</session-config>
</web-app>


2009/10/26 cordenier christophe <christophe.corden...@gmail.com>

> Hi
>
> What name have you given to the TapestryFilter in you web.xml ? 'App'
> prefix
> (in 'AppModule') is the name of the filter.
>
> Regards
> Christophe.
>
> 2009/10/26 Argo Vilberg <wilps...@gmail.com>
>
> > Thanks, seems taht web.xml variants works.
> >
> > But AppModule.java is no use :)
> >
> >
> > Argo
> >
> > 2009/10/26 cordenier christophe <christophe.corden...@gmail.com>
> >
> > > Hello
> > >
> > > Actually, it is possible to configure Tapestry with (in priority order)
> > >
> > > 1. java system properties (-D)
> > > 2. web.xml context parameters
> > > 3  contributeApplicationDefaults
> > > 4. contribteFactoryDefaults
> > >
> > > Check your environment to verify the configuration symbol is not
> > duplicated
> > > with a wrong value
> > >
> > > Regards
> > > Christophe.
> > >
> > >
> > >
> > > 2009/10/26 Argo Vilberg <wilps...@gmail.com>
> > >
> > > > I tried
> > > >        configuration.add(SymbolConstants.COMBINE_SCRIPTS, "true");
> > > >
> > > > and also
> > > >          configuration.add(SymbolConstants.COMBINE_SCRIPTS, "false");
> > > >
> > > >
> > > > But in bot cases there are my localhost always every javascript its
> own
> > > > notation.
> > > > And in production server always are javascript combained together.
> > > >
> > > >
> > > > Why ?
> > > >
> > > >
> > > >
> > > > <meta content="Apache Tapestry Framework (version 5.1.0.5)"
> > > name="generator
> > > > "></meta><script
> > > > src="/digileping/assets/scriptaculous/5.1.0.5/prototype.js<
> > > >
> https://localhost/digileping/assets/scriptaculous/5.1.0.5/prototype.js
> > >"
> > > > type="text/javascript"></script><script src="
> > > > /digileping/assets/scriptaculous/5.1.0.5/scriptaculous.js<
> > > >
> > >
> >
> https://localhost/digileping/assets/scriptaculous/5.1.0.5/scriptaculous.js
> > > > >"
> > > > type="text/javascript"></script><script src="
> > > > /digileping/assets/scriptaculous/5.1.0.5/effects.js<
> > > > https://localhost/digileping/assets/scriptaculous/5.1.0.5/effects.js
> >"
> > > > type="text/javascript"></script><script src="
> > > > /digileping/assets/tapestry/5.1.0.5/tapestry.js<
> > > > https://localhost/digileping/assets/tapestry/5.1.0.5/tapestry.js>"
> > > > type="text/javascript"></script><script src="
> > > > /digileping/assets/blackbird/5.1.0.5/blackbird.js<
> > > > https://localhost/digileping/assets/blackbird/5.1.0.5/blackbird.js>"
> > > > type="text/javascript"></script><script src="
> > > > /digileping/assets/tapestry/5.1.0.5/tapestry-messages.js<
> > > >
> > >
> >
> https://localhost/digileping/assets/tapestry/5.1.0.5/tapestry-messages.js
> > > > >"
> > > > type="text/javascript"></script><script src="
> > > >
> /digileping/assets/app/68abee1e93204a48/pages/js/ckeditor/ckeditor.js<
> > > >
> > >
> >
> https://localhost/digileping/assets/app/68abee1e93204a48/pages/js/ckeditor/ckeditor.js
> > > > >"
> > > > type="text/javascript"></script><script src="
> > > > /digileping/assets/app/68abee1e93204a48/pages/js/ckeditorconfig.js<
> > > >
> > >
> >
> https://localhost/digileping/assets/app/68abee1e93204a48/pages/js/ckeditorconfig.js
> > > > >"
> > > > type="text/javascript"></script><script src="
> > > > /digileping/assets/app/68abee1e93204a48/components/js/everything.js<
> > > >
> > >
> >
> https://localhost/digileping/assets/app/68abee1e93204a48/components/js/everything.js
> > > > >"
> > > > type="text/javascript"></script><script src="
> > > >
> > /digileping/assets/app/68abee1e93204a48/components/js/iepngfix_tilebg.js<
> > > >
> > >
> >
> https://localhost/digileping/assets/app/68abee1e93204a48/components/js/iepngfix_tilebg.js
> > > > >"
> > > > type="text/javascript"></script><script src="
> > > > /digileping/assets/app/68abee1e93204a48/mixins/zone_updater_1_0.js<
> > > >
> > >
> >
> https://localhost/digileping/assets/app/68abee1e93204a48/mixins/zone_updater_1_0.js
> > > > >"
> > > > type="text/javascript"></script></head><body><div id="container"><div
> > > id="
> > > > header"><h1 class="logo"><a
> > > > href="admindigileping.border.homelink/1<
> > > > https://localhost/digileping/admindigileping.border.homelink/1>
> > > > "><span class="hidden">OÜ Digileping</span></a></h1><div
> > > > id="controlpanel"><a
> > > > class="cp iconlink lightbulb"
> > > > href="adminuser<https://localhost/digileping/adminuser>
> > > > ">Adminliides</a>
> > > >
> > > >
> > > >
> > > > And in my production server are :
> > > >
> > > > <meta content="Apache Tapestry Framework (version 5.1.0.5)"
> > > name="generator
> > > > "></meta><script src="
> > > >
> > > >
> > >
> >
> /digileping/assets/virtual/H4sIAAAAAAAAAJXOUWrDMAyAYVPYU68xxijUbliTpoOdJTiOkqlNbGMpo$002bmZerXdYXUggb2k9M2I75d8$002bxUvVyFWUgixFhuliYBJkQnoWZu$002bdT2pVCZyJ1Plg2PHgwd5IiGX7b9p9O$002fLHuoaDI$002fydZKsPRCHYUbTIKq3SZWtNucSQzWzeRLd9uG2bQdEuoHx$002bOfEtfeqSvbHD5Nm2T47Qp7kykemTqTMGSpkF$002bZHbA$002fPtcbZGpsY5ouhcZ13FiyPNfxAGPgb7Vh$002bPVEieNvUeCkYWyibxz$002fu8IKW1PW$002bouh9pRlCkRS7e$002fgHmDWLEDcCAAA$003d.js<
> > > >
> > >
> >
> https://www.digileping.ee/digileping/assets/virtual/H4sIAAAAAAAAAJXOUWrDMAyAYVPYU68xxijUbliTpoOdJTiOkqlNbGMpo$002bmZerXdYXUggb2k9M2I75d8$002bxUvVyFWUgixFhuliYBJkQnoWZu$002bdT2pVCZyJ1Plg2PHgwd5IiGX7b9p9O$002fLHuoaDI$002fydZKsPRCHYUbTIKq3SZWtNucSQzWzeRLd9uG2bQdEuoHx$002bOfEtfeqSvbHD5Nm2T47Qp7kykemTqTMGSpkF$002bZHbA$002fPtcbZGpsY5ouhcZ13FiyPNfxAGPgb7Vh$002bPVEieNvUeCkYWyibxz$002fu8IKW1PW$002bouh9pRlCkRS7e$002fgHmDWLEDcCAAA$003d.js
> > > > >"
> > > > type="text/javascript"></script></head><body><div id="container"><div
> > > id="
> > > > header"><h1 class="logo"><a
> > > > href="admindigileping.border.homelink/1<
> > > >
> https://www.digileping.ee/digileping/admindigileping.border.homelink/1
> > >
> > > > "><span class="hidden">OÜ Digileping</span></a></h1><div
> > > > id="controlpanel"><a
> > > > class="cp iconlink lightbulb"
> > > > href="adminuser<https://www.digileping.ee/digileping/adminuser>
> > > > ">Adminliides</a>
> > > >
> > >
> >
>

Reply via email to