Re: tons of tiles debug messages!

2002-08-29 Thread Cedric Dumoulin


   I have put it to false in latest builds. I use such flags for testing
and development. They should normally be set to false in struts sources.

   Cedric

Holman, Cal wrote:

 Cedric There is a debug flag set to true in the TilesRequestProcessor.
 Can you make it configurable? Do I open a bug?
 
 Cal
 
 http://www.calandva.com/
 
 -Original Message-
 From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, August 18, 2002 17:38
 To: Struts Users Mailing List
 Subject: Re: tons of tiles debug messages!
 
 
   hi,
 
   This is for struts 1.1b2.
   For struts 1.0.x, you specify definition factory configuration in
 web.xml. Attribute names and values are the same. In your case, set all
 debug attributes to 0 (zero), or remove them from web.xml (zero is the
 default value).
 
Cedric
 
 mpopovits.rm wrote:
 
 
 
 Is this for Struts 1.1 or 1.0?
 I'm using Struts 1.0.
 If so, where does it go in the struts config file.
 
 Thanks,
 Michelle
 --- In [EMAIL PROTECTED], Herve Tchepannou [EMAIL PROTECTED] wrote:
 
 
 
 
 The debug configuation should be in your Tile-Plugin configuration.
 Make sure that the Tiles plugin is defined like this in your
 struts-config.xml file:
 
 !-- == Plugins Definitions == -
 
 
 
 
 -
 
 
 
 
plug-in className=org.apache.struts.tiles.TilesPlugin 
set-property property=definitions-config
 value=/WEB-INF/tiles-defs.xml /
set-property property=definitions-debug value=0 /
set-property property=definitions-parser-details
 
 
 
 
 value=0 /
 
 
 
 
set-property property=definitions-parser-validate
 
 
 
 
 value=true /
 
 
 
 
/plug-in
 
 -Original Message-
 From: mpopovits.rm [mailto:mpopovits@h...]
 Sent: Friday, August 16, 2002 11:28 AM
 To: [EMAIL PROTECTED]
 Subject: tons of tiles debug messages!
 
 
 When I bring up my weblogic server which uses tiles I get pages and
 pages of tiles debug messages from the apache commons digester.
 How do I get rid of these?  I've reduced my action servlet debug
 parms all down to 0, but they still torment me.
 
 -Please help.
 
 Thanks,
 Michelle
 
 
 Here's my action servlet config from web.xml.
 
  servlet
servlet-nameaction/servlet-name
  !-- Specify servlet class to use
If you also plan to use Struts, use
 ActionComponentServlet
If you don't need Struts, use TilesServlet --
  servlet-
 classorg.apache.struts.tiles.ActionComponentServlet/servlet-
 class
!-- Tiles Servlet parameter
Specify configuration file names. There can be
 several comma
separated file names
  --
  init-param
  param-namedefinitions-config/param-name
  param-value/WEB-INF/tiles-defs.xml/param-value
/init-param
 
!-- Tiles Servlet parameter
Specify Tiles debug level.
O : no debug information
1 : debug information
2 : more debug information
  --
init-param
  param-namedefinitions-debug/param-name
  param-value0/param-value
/init-param
 
!-- Tiles Servlet parameter
  Specify Digester debug level. This value is passed to
 Digester
O : no debug information
1 : debug information
2 : more debug information
  --
init-param
  param-namedefinitions-parser-details/param-name
  param-value0/param-value
/init-param
 
!-- Tiles Servlet parameter
  Specify if xml parser should validate the Tiles
 configuration file.
  true : validate. DTD should be specified in file
 header.
  false : no validation
  --
init-param
  param-namedefinitions-parser-validate/param-name
  param-valuetrue/param-value
/init-param
 
init-param
  param-nameapplication/param-name
  param-valueApplicationResources/param-value
/init-param
init-param
  param-nameconfig/param-name
  param-value/WEB-INF/struts-config.xml/param-value
/init-param
init-param
  param-namedebug/param-name
  param-value0/param-value
  /init-param
init-param
  param-namedetail/param-name
  param-value0/param-value
/init-param
init-param
  param-namevalidate/param-name
  param-valuetrue/param-value
/init-param
init-param
  param-namenocache/param-name
  param-valuetrue/param-value
/init-param
load-on-startup2/load-on-startup
  /servlet
 
  servlet
   servlet-namevalidator/servlet-name
   servlet-
 classcom.wintecinc.struts.action.ValidatorServlet/servlet-class
   init-param
 param-nameconfig/param-name
 param-value/WEB-INF/validation.xml/param-value
   /init-param
   init-param
 param-namedebug/param-name
 param-value0/param-value
   /init-param
   load-on-startup2/load-on-startup
 /servlet

RE: tons of tiles debug messages!

2002-08-20 Thread Holman, Cal

Cedric There is a debug flag set to true in the TilesRequestProcessor.
Can you make it configurable? Do I open a bug?

Cal

http://www.calandva.com/

-Original Message-
From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 18, 2002 17:38
To: Struts Users Mailing List
Subject: Re: tons of tiles debug messages!


  hi,

  This is for struts 1.1b2.
  For struts 1.0.x, you specify definition factory configuration in
web.xml. Attribute names and values are the same. In your case, set all
debug attributes to 0 (zero), or remove them from web.xml (zero is the
default value).

   Cedric

mpopovits.rm wrote:

Is this for Struts 1.1 or 1.0?
I'm using Struts 1.0.
If so, where does it go in the struts config file.

Thanks,
Michelle
--- In [EMAIL PROTECTED], Herve Tchepannou [EMAIL PROTECTED] wrote:


The debug configuation should be in your Tile-Plugin configuration.
Make sure that the Tiles plugin is defined like this in your
struts-config.xml file:

!-- == Plugins Definitions == -
  

-


plug-in className=org.apache.struts.tiles.TilesPlugin 
set-property property=definitions-config
value=/WEB-INF/tiles-defs.xml /
set-property property=definitions-debug value=0 /
set-property property=definitions-parser-details
  

value=0 /


set-property property=definitions-parser-validate
  

value=true /


/plug-in

-Original Message-
From: mpopovits.rm [mailto:mpopovits@h...]
Sent: Friday, August 16, 2002 11:28 AM
To: [EMAIL PROTECTED]
Subject: tons of tiles debug messages!


When I bring up my weblogic server which uses tiles I get pages and
pages of tiles debug messages from the apache commons digester.
How do I get rid of these?  I've reduced my action servlet debug
parms all down to 0, but they still torment me.

-Please help.

Thanks,
Michelle


Here's my action servlet config from web.xml.

  servlet
servlet-nameaction/servlet-name
  !-- Specify servlet class to use
If you also plan to use Struts, use
ActionComponentServlet
If you don't need Struts, use TilesServlet --
  servlet-
classorg.apache.struts.tiles.ActionComponentServlet/servlet-
class 
!-- Tiles Servlet parameter
Specify configuration file names. There can be
several comma
separated file names
  --   
  init-param
  param-namedefinitions-config/param-name
  param-value/WEB-INF/tiles-defs.xml/param-value
/init-param

!-- Tiles Servlet parameter
Specify Tiles debug level.
O : no debug information
1 : debug information
2 : more debug information
  --   
init-param
  param-namedefinitions-debug/param-name
  param-value0/param-value
/init-param

!-- Tiles Servlet parameter
  Specify Digester debug level. This value is passed to
Digester
O : no debug information
1 : debug information
2 : more debug information
  --   
init-param
  param-namedefinitions-parser-details/param-name
  param-value0/param-value
/init-param

!-- Tiles Servlet parameter
  Specify if xml parser should validate the Tiles
configuration file.
  true : validate. DTD should be specified in file
header.
  false : no validation
  --   
init-param
  param-namedefinitions-parser-validate/param-name
  param-valuetrue/param-value
/init-param

init-param
  param-nameapplication/param-name
  param-valueApplicationResources/param-value
/init-param
init-param
  param-nameconfig/param-name
  param-value/WEB-INF/struts-config.xml/param-value
/init-param
init-param
  param-namedebug/param-name
  param-value0/param-value
  /init-param
init-param
  param-namedetail/param-name
  param-value0/param-value
/init-param
init-param
  param-namevalidate/param-name
  param-valuetrue/param-value
/init-param
init-param
  param-namenocache/param-name
  param-valuetrue/param-value
/init-param
load-on-startup2/load-on-startup
  /servlet

  servlet
   servlet-namevalidator/servlet-name
   servlet-
classcom.wintecinc.struts.action.ValidatorServlet/servlet-class
   init-param
 param-nameconfig/param-name
 param-value/WEB-INF/validation.xml/param-value
   /init-param
   init-param
 param-namedebug/param-name
 param-value0/param-value
   /init-param
   load-on-startup2/load-on-startup
/servlet



--here's an excerpt of the messages that I get on the console


2002-08-16 11:21:44,619 DEBUG
org.apache.commons.digester.Digester.sax - startEl
ement(,tiles-definitions,tiles-definitions)
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   Pushing b
ody text

Re: tons of tiles debug messages!

2002-08-18 Thread Cedric Dumoulin


  hi,

  This is for struts 1.1b2.
  For struts 1.0.x, you specify definition factory configuration in 
web.xml. Attribute names and values are the same. In your case, set all 
debug attributes to 0 (zero), or remove them from web.xml (zero is the 
default value).

   Cedric

mpopovits.rm wrote:

Is this for Struts 1.1 or 1.0?
I'm using Struts 1.0.
If so, where does it go in the struts config file.

Thanks,
Michelle
--- In [EMAIL PROTECTED], Herve Tchepannou [EMAIL PROTECTED] wrote:
  

The debug configuation should be in your Tile-Plugin configuration.
Make sure that the Tiles plugin is defined like this in your
struts-config.xml file:

!-- == Plugins Definitions == -


-
  

plug-in className=org.apache.struts.tiles.TilesPlugin 
set-property property=definitions-config
value=/WEB-INF/tiles-defs.xml /
set-property property=definitions-debug value=0 /
set-property property=definitions-parser-details 


value=0 /
  

set-property property=definitions-parser-validate 


value=true /
  

/plug-in

-Original Message-
From: mpopovits.rm [mailto:mpopovits@h...]
Sent: Friday, August 16, 2002 11:28 AM
To: [EMAIL PROTECTED]
Subject: tons of tiles debug messages!


When I bring up my weblogic server which uses tiles I get pages and 
pages of tiles debug messages from the apache commons digester.
How do I get rid of these?  I've reduced my action servlet debug 
parms all down to 0, but they still torment me.

-Please help.

Thanks,
Michelle


Here's my action servlet config from web.xml.

  servlet
servlet-nameaction/servlet-name
  !-- Specify servlet class to use 
If you also plan to use Struts, use 
ActionComponentServlet 
If you don't need Struts, use TilesServlet -- 
  servlet-
classorg.apache.struts.tiles.ActionComponentServlet/servlet-
class   
!-- Tiles Servlet parameter 
Specify configuration file names. There can be 
several comma 
separated file names
  -- 
  init-param
  param-namedefinitions-config/param-name
  param-value/WEB-INF/tiles-defs.xml/param-value
/init-param
  
!-- Tiles Servlet parameter 
Specify Tiles debug level.
O : no debug information
1 : debug information
2 : more debug information
  -- 
init-param
  param-namedefinitions-debug/param-name
  param-value0/param-value
/init-param
  
!-- Tiles Servlet parameter 
  Specify Digester debug level. This value is passed to 
Digester
O : no debug information
1 : debug information
2 : more debug information
  -- 
init-param
  param-namedefinitions-parser-details/param-name
  param-value0/param-value
/init-param
  
!-- Tiles Servlet parameter 
  Specify if xml parser should validate the Tiles 
configuration file.
  true : validate. DTD should be specified in file 
header.
  false : no validation
  -- 
init-param
  param-namedefinitions-parser-validate/param-name
  param-valuetrue/param-value
/init-param

init-param
  param-nameapplication/param-name
  param-valueApplicationResources/param-value
/init-param
init-param
  param-nameconfig/param-name
  param-value/WEB-INF/struts-config.xml/param-value
/init-param
init-param
  param-namedebug/param-name
  param-value0/param-value
  /init-param
init-param
  param-namedetail/param-name
  param-value0/param-value
/init-param
init-param
  param-namevalidate/param-name
  param-valuetrue/param-value
/init-param
init-param
  param-namenocache/param-name
  param-valuetrue/param-value
/init-param
load-on-startup2/load-on-startup
  /servlet

  servlet 
   servlet-namevalidator/servlet-name 
   servlet-
classcom.wintecinc.struts.action.ValidatorServlet/servlet-class 
   init-param 
 param-nameconfig/param-name 
 param-value/WEB-INF/validation.xml/param-value 
   /init-param 
   init-param 
 param-namedebug/param-name 
 param-value0/param-value 
   /init-param 
   load-on-startup2/load-on-startup 
/servlet



--here's an excerpt of the messages that I get on the console


2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - startEl
ement(,tiles-definitions,tiles-definitions)
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   Pushing b
ody text ''
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   New match
='tiles-definitions'
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   No rules
found matching 'tiles-definitions'.
2002-08-16 11:21:44,619 DEBUG

tons of tiles debug messages!

2002-08-16 Thread mpopovits.rm

When I bring up my weblogic server which uses tiles I get pages and 
pages of tiles debug messages from the apache commons digester.
How do I get rid of these?  I've reduced my action servlet debug 
parms all down to 0, but they still torment me.

-Please help.

Thanks,
Michelle


Here's my action servlet config from web.xml.

servlet
servlet-nameaction/servlet-name
!-- Specify servlet class to use 
  If you also plan to use Struts, use 
ActionComponentServlet 
  If you don't need Struts, use TilesServlet -- 
servlet-
classorg.apache.struts.tiles.ActionComponentServlet/servlet-
class   
!-- Tiles Servlet parameter 
  Specify configuration file names. There can be 
several comma 
  separated file names
-- 
init-param
  param-namedefinitions-config/param-name
  param-value/WEB-INF/tiles-defs.xml/param-value
/init-param

!-- Tiles Servlet parameter 
  Specify Tiles debug level.
  O : no debug information
  1 : debug information
  2 : more debug information
-- 
init-param
  param-namedefinitions-debug/param-name
  param-value0/param-value
/init-param

!-- Tiles Servlet parameter 
Specify Digester debug level. This value is passed to 
Digester
  O : no debug information
  1 : debug information
  2 : more debug information
-- 
init-param
  param-namedefinitions-parser-details/param-name
  param-value0/param-value
/init-param

!-- Tiles Servlet parameter 
Specify if xml parser should validate the Tiles 
configuration file.
true : validate. DTD should be specified in file 
header.
false : no validation
-- 
init-param
  param-namedefinitions-parser-validate/param-name
  param-valuetrue/param-value
/init-param

init-param
  param-nameapplication/param-name
  param-valueApplicationResources/param-value
/init-param
init-param
  param-nameconfig/param-name
  param-value/WEB-INF/struts-config.xml/param-value
/init-param
init-param
param-namedebug/param-name
param-value0/param-value
/init-param
init-param
  param-namedetail/param-name
  param-value0/param-value
/init-param
init-param
  param-namevalidate/param-name
  param-valuetrue/param-value
/init-param
init-param
  param-namenocache/param-name
  param-valuetrue/param-value
/init-param
load-on-startup2/load-on-startup
  /servlet

  servlet 
   servlet-namevalidator/servlet-name 
   servlet-
classcom.wintecinc.struts.action.ValidatorServlet/servlet-class 
   init-param 
 param-nameconfig/param-name 
 param-value/WEB-INF/validation.xml/param-value 
   /init-param 
   init-param 
 param-namedebug/param-name 
 param-value0/param-value 
   /init-param 
   load-on-startup2/load-on-startup 
/servlet



--here's an excerpt of the messages that I get on the console


2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - startEl
ement(,tiles-definitions,tiles-definitions)
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   Pushing b
ody text ''
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   New match
='tiles-definitions'
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   No rules
found matching 'tiles-definitions'.
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(

  )
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(
  )
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(
  )
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(

  )
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(
  )
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - startEl
ement(,definition,definition)
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   Pushing b
ody text ''
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   New match
='tiles-definitions/definition'
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   Fire begi
n() for ObjectCreateRule
[className=org.apache.struts.tiles.xmlDefinition.XmlDefi
nition, attributeName=null]
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester - 
[ObjectCrea
teRule]{tiles-definitions/definition}New 
org.apache.struts.tiles.xmlDefinition.X
mlDefinition
2002-08-16 11:21:44,665 DEBUG org.apache.commons.digester.Digester -
   Fire 

RE: tons of tiles debug messages!

2002-08-16 Thread Herve Tchepannou

The debug configuation should be in your Tile-Plugin configuration.
Make sure that the Tiles plugin is defined like this in your
struts-config.xml file:

!-- == Plugins Definitions == --
plug-in className=org.apache.struts.tiles.TilesPlugin 
set-property property=definitions-config
value=/WEB-INF/tiles-defs.xml /
set-property property=definitions-debug value=0 /
set-property property=definitions-parser-details value=0 /
set-property property=definitions-parser-validate value=true /
/plug-in

-Original Message-
From: mpopovits.rm [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 16, 2002 11:28 AM
To: [EMAIL PROTECTED]
Subject: tons of tiles debug messages!


When I bring up my weblogic server which uses tiles I get pages and 
pages of tiles debug messages from the apache commons digester.
How do I get rid of these?  I've reduced my action servlet debug 
parms all down to 0, but they still torment me.

-Please help.

Thanks,
Michelle


Here's my action servlet config from web.xml.

servlet
servlet-nameaction/servlet-name
!-- Specify servlet class to use 
  If you also plan to use Struts, use 
ActionComponentServlet 
  If you don't need Struts, use TilesServlet -- 
servlet-
classorg.apache.struts.tiles.ActionComponentServlet/servlet-
class   
!-- Tiles Servlet parameter 
  Specify configuration file names. There can be 
several comma 
  separated file names
-- 
init-param
  param-namedefinitions-config/param-name
  param-value/WEB-INF/tiles-defs.xml/param-value
/init-param

!-- Tiles Servlet parameter 
  Specify Tiles debug level.
  O : no debug information
  1 : debug information
  2 : more debug information
-- 
init-param
  param-namedefinitions-debug/param-name
  param-value0/param-value
/init-param

!-- Tiles Servlet parameter 
Specify Digester debug level. This value is passed to 
Digester
  O : no debug information
  1 : debug information
  2 : more debug information
-- 
init-param
  param-namedefinitions-parser-details/param-name
  param-value0/param-value
/init-param

!-- Tiles Servlet parameter 
Specify if xml parser should validate the Tiles 
configuration file.
true : validate. DTD should be specified in file 
header.
false : no validation
-- 
init-param
  param-namedefinitions-parser-validate/param-name
  param-valuetrue/param-value
/init-param

init-param
  param-nameapplication/param-name
  param-valueApplicationResources/param-value
/init-param
init-param
  param-nameconfig/param-name
  param-value/WEB-INF/struts-config.xml/param-value
/init-param
init-param
param-namedebug/param-name
param-value0/param-value
/init-param
init-param
  param-namedetail/param-name
  param-value0/param-value
/init-param
init-param
  param-namevalidate/param-name
  param-valuetrue/param-value
/init-param
init-param
  param-namenocache/param-name
  param-valuetrue/param-value
/init-param
load-on-startup2/load-on-startup
  /servlet

  servlet 
   servlet-namevalidator/servlet-name 
   servlet-
classcom.wintecinc.struts.action.ValidatorServlet/servlet-class 
   init-param 
 param-nameconfig/param-name 
 param-value/WEB-INF/validation.xml/param-value 
   /init-param 
   init-param 
 param-namedebug/param-name 
 param-value0/param-value 
   /init-param 
   load-on-startup2/load-on-startup 
/servlet



--here's an excerpt of the messages that I get on the console


2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - startEl
ement(,tiles-definitions,tiles-definitions)
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   Pushing b
ody text ''
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   New match
='tiles-definitions'
2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
   No rules
found matching 'tiles-definitions'.
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(

  )
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(
  )
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(
  )
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(

  )
2002-08-16 11:21:44,619 DEBUG 
org.apache.commons.digester.Digester.sax - ignorab
leWhitespace(
  )
2002-08-16 11:21

Re: tons of tiles debug messages!

2002-08-16 Thread mpopovits.rm

Is this for Struts 1.1 or 1.0?
I'm using Struts 1.0.
If so, where does it go in the struts config file.

Thanks,
Michelle
--- In [EMAIL PROTECTED], Herve Tchepannou [EMAIL PROTECTED] wrote:
 The debug configuation should be in your Tile-Plugin configuration.
 Make sure that the Tiles plugin is defined like this in your
 struts-config.xml file:
 
 !-- == Plugins Definitions == -
-
 plug-in className=org.apache.struts.tiles.TilesPlugin 
 set-property property=definitions-config
 value=/WEB-INF/tiles-defs.xml /
 set-property property=definitions-debug value=0 /
 set-property property=definitions-parser-details 
value=0 /
 set-property property=definitions-parser-validate 
value=true /
 /plug-in
 
 -Original Message-
 From: mpopovits.rm [mailto:mpopovits@h...]
 Sent: Friday, August 16, 2002 11:28 AM
 To: [EMAIL PROTECTED]
 Subject: tons of tiles debug messages!
 
 
 When I bring up my weblogic server which uses tiles I get pages and 
 pages of tiles debug messages from the apache commons digester.
 How do I get rid of these?  I've reduced my action servlet debug 
 parms all down to 0, but they still torment me.
 
 -Please help.
 
 Thanks,
 Michelle
 
 
 Here's my action servlet config from web.xml.
 
   servlet
 servlet-nameaction/servlet-name
   !-- Specify servlet class to use 
 If you also plan to use Struts, use 
 ActionComponentServlet 
 If you don't need Struts, use TilesServlet -- 
   servlet-
 classorg.apache.struts.tiles.ActionComponentServlet/servlet-
 class   
 !-- Tiles Servlet parameter 
 Specify configuration file names. There can be 
 several comma 
 separated file names
   -- 
   init-param
   param-namedefinitions-config/param-name
   param-value/WEB-INF/tiles-defs.xml/param-value
 /init-param
   
 !-- Tiles Servlet parameter 
 Specify Tiles debug level.
 O : no debug information
 1 : debug information
 2 : more debug information
   -- 
 init-param
   param-namedefinitions-debug/param-name
   param-value0/param-value
 /init-param
   
 !-- Tiles Servlet parameter 
   Specify Digester debug level. This value is passed to 
 Digester
 O : no debug information
 1 : debug information
 2 : more debug information
   -- 
 init-param
   param-namedefinitions-parser-details/param-name
   param-value0/param-value
 /init-param
   
 !-- Tiles Servlet parameter 
   Specify if xml parser should validate the Tiles 
 configuration file.
   true : validate. DTD should be specified in file 
 header.
   false : no validation
   -- 
 init-param
   param-namedefinitions-parser-validate/param-name
   param-valuetrue/param-value
 /init-param
 
 init-param
   param-nameapplication/param-name
   param-valueApplicationResources/param-value
 /init-param
 init-param
   param-nameconfig/param-name
   param-value/WEB-INF/struts-config.xml/param-value
 /init-param
 init-param
   param-namedebug/param-name
   param-value0/param-value
   /init-param
 init-param
   param-namedetail/param-name
   param-value0/param-value
 /init-param
 init-param
   param-namevalidate/param-name
   param-valuetrue/param-value
 /init-param
 init-param
   param-namenocache/param-name
   param-valuetrue/param-value
 /init-param
 load-on-startup2/load-on-startup
   /servlet
 
   servlet 
servlet-namevalidator/servlet-name 
servlet-
 classcom.wintecinc.struts.action.ValidatorServlet/servlet-class 
init-param 
  param-nameconfig/param-name 
  param-value/WEB-INF/validation.xml/param-value 
/init-param 
init-param 
  param-namedebug/param-name 
  param-value0/param-value 
/init-param 
load-on-startup2/load-on-startup 
 /servlet
 
 
 
 --here's an excerpt of the messages that I get on the console
 
 
 2002-08-16 11:21:44,619 DEBUG 
 org.apache.commons.digester.Digester.sax - startEl
 ement(,tiles-definitions,tiles-definitions)
 2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
Pushing b
 ody text ''
 2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
New match
 ='tiles-definitions'
 2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
No rules
 found matching 'tiles-definitions'.
 2002-08-16 11:21:44,619 DEBUG 
 org.apache.commons.digester.Digester.sax - ignorab
 leWhitespace(
 
   )
 2002-08-16 11:21:44,619 DEBUG 
 org.apache.commons.digester.Digester.sax - ignorab
 leWhitespace(
   )
 2002-08-16 11:21:44,619 DEBUG

RE: tons of tiles debug messages!

2002-08-16 Thread Herve Tchepannou

struts 1.1b2


-Original Message-
From: mpopovits.rm [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 16, 2002 11:40 AM
To: [EMAIL PROTECTED]
Subject: Re: tons of tiles debug messages!


Is this for Struts 1.1 or 1.0?
I'm using Struts 1.0.
If so, where does it go in the struts config file.

Thanks,
Michelle
--- In [EMAIL PROTECTED], Herve Tchepannou [EMAIL PROTECTED] wrote:
 The debug configuation should be in your Tile-Plugin configuration.
 Make sure that the Tiles plugin is defined like this in your
 struts-config.xml file:
 
 !-- == Plugins Definitions == -
-
 plug-in className=org.apache.struts.tiles.TilesPlugin 
 set-property property=definitions-config
 value=/WEB-INF/tiles-defs.xml /
 set-property property=definitions-debug value=0 /
 set-property property=definitions-parser-details 
value=0 /
 set-property property=definitions-parser-validate 
value=true /
 /plug-in
 
 -Original Message-
 From: mpopovits.rm [mailto:mpopovits@h...]
 Sent: Friday, August 16, 2002 11:28 AM
 To: [EMAIL PROTECTED]
 Subject: tons of tiles debug messages!
 
 
 When I bring up my weblogic server which uses tiles I get pages and 
 pages of tiles debug messages from the apache commons digester.
 How do I get rid of these?  I've reduced my action servlet debug 
 parms all down to 0, but they still torment me.
 
 -Please help.
 
 Thanks,
 Michelle
 
 
 Here's my action servlet config from web.xml.
 
   servlet
 servlet-nameaction/servlet-name
   !-- Specify servlet class to use 
 If you also plan to use Struts, use 
 ActionComponentServlet 
 If you don't need Struts, use TilesServlet -- 
   servlet-
 classorg.apache.struts.tiles.ActionComponentServlet/servlet-
 class   
 !-- Tiles Servlet parameter 
 Specify configuration file names. There can be 
 several comma 
 separated file names
   -- 
   init-param
   param-namedefinitions-config/param-name
   param-value/WEB-INF/tiles-defs.xml/param-value
 /init-param
   
 !-- Tiles Servlet parameter 
 Specify Tiles debug level.
 O : no debug information
 1 : debug information
 2 : more debug information
   -- 
 init-param
   param-namedefinitions-debug/param-name
   param-value0/param-value
 /init-param
   
 !-- Tiles Servlet parameter 
   Specify Digester debug level. This value is passed to 
 Digester
 O : no debug information
 1 : debug information
 2 : more debug information
   -- 
 init-param
   param-namedefinitions-parser-details/param-name
   param-value0/param-value
 /init-param
   
 !-- Tiles Servlet parameter 
   Specify if xml parser should validate the Tiles 
 configuration file.
   true : validate. DTD should be specified in file 
 header.
   false : no validation
   -- 
 init-param
   param-namedefinitions-parser-validate/param-name
   param-valuetrue/param-value
 /init-param
 
 init-param
   param-nameapplication/param-name
   param-valueApplicationResources/param-value
 /init-param
 init-param
   param-nameconfig/param-name
   param-value/WEB-INF/struts-config.xml/param-value
 /init-param
 init-param
   param-namedebug/param-name
   param-value0/param-value
   /init-param
 init-param
   param-namedetail/param-name
   param-value0/param-value
 /init-param
 init-param
   param-namevalidate/param-name
   param-valuetrue/param-value
 /init-param
 init-param
   param-namenocache/param-name
   param-valuetrue/param-value
 /init-param
 load-on-startup2/load-on-startup
   /servlet
 
   servlet 
servlet-namevalidator/servlet-name 
servlet-
 classcom.wintecinc.struts.action.ValidatorServlet/servlet-class 
init-param 
  param-nameconfig/param-name 
  param-value/WEB-INF/validation.xml/param-value 
/init-param 
init-param 
  param-namedebug/param-name 
  param-value0/param-value 
/init-param 
load-on-startup2/load-on-startup 
 /servlet
 
 
 
 --here's an excerpt of the messages that I get on the console
 
 
 2002-08-16 11:21:44,619 DEBUG 
 org.apache.commons.digester.Digester.sax - startEl
 ement(,tiles-definitions,tiles-definitions)
 2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
Pushing b
 ody text ''
 2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
New match
 ='tiles-definitions'
 2002-08-16 11:21:44,619 DEBUG org.apache.commons.digester.Digester -
No rules
 found matching 'tiles-definitions'.
 2002-08-16 11:21:44,619 DEBUG