digileping
org.apache.tapestry5.TapestryFilter
So your class must be called DigilepingModule...
2009/10/26 Argo Vilberg
> i dont no. here is my web.xml
>
>
> PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
>"http://java.sun.com/dtd/web-app_2_3.dtd";>
>
> Dig
i dont no. here is my web.xml
http://java.sun.com/dtd/web-app_2_3.dtd";>
Digileping
tapestry.app-package
ee.softpro
tapestry.combine-scripts
false
digileping
org.apache.tapestry5.TapestryFilter
digileping
/*
10
2009/10/26 cordenier christophe
> Hi
>
> What name have you given to t
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
> Thanks, seems taht web.xml variants works.
>
> But AppModule.java is no use :)
>
>
> Argo
>
> 2009/10/26 cordenier christoph
How i can see java system properties (-D) ?
web.xml are set
tapestry.combine-scripts
false
And here are my AppModule.java
combine-script are true in this appmodule.
But in working server combine-script are trule false as in web.xml file
// Copyright 2007, 2008 The Apache Software Foundation
/
All of this works for me.
Are you sure there aren't any JVM params set in your app server? And other
configuration points?
On Mon, Oct 26, 2009 at 2:13 PM, Argo Vilberg wrote:
> Thanks, seems taht web.xml variants works.
>
> But AppModule.java is no use :)
>
>
> Argo
>
> 2009/10/26 cordenier ch
Thanks, seems taht web.xml variants works.
But AppModule.java is no use :)
Argo
2009/10/26 cordenier christophe
> Hello
>
> Actually, it is possible to configure Tapestry with (in priority order)
>
> 1. java system properties (-D)
> 2. web.xml context parameters
> 3 contributeApplicationDefa
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
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 to
I put this line in AppModule.java
public static void contributeApplicationDefaults(
MappedConfiguration configuration)
{
configuration.add(SymbolConstants.PRODUCTION_MODE, "false");
configuration.add(SymbolConstants.COMBINE_SCRIPTS, "false");
}
But no suc
In my environment are development mode but if i put some war to production
server, there are production mode.
Some time in AppModule.java is
configuration.add(SymbolConstants.PRODUCTION_MODE, "false");
Argo
2009/10/26 Argo Vilberg
> Secondly, how to tell tapestry production or devel
Secondly, how to tell tapestry production or development mode?
2009/10/26 Carl Crowder
> There's a configuration variable you can set: "tapestry.combine-scripts"
>
> See http://tapestry.apache.org/tapestry5.1/guide/conf.html
>
> Argo Vilberg wrote:
>
>> hi,
>>
>> In tapestry 5.1.0.5 javascript
There's a configuration variable you can set: "tapestry.combine-scripts"
See http://tapestry.apache.org/tapestry5.1/guide/conf.html
Argo Vilberg wrote:
hi,
In tapestry 5.1.0.5 javascript are combained together in one file:
src="
/digileping/assets/virtual/H4sIAJXQUWrDMAyAYTPY065RyhjUT
12 matches
Mail list logo