Richard,

try to turn out the axis2 logs. Assuming you're using tomcat, open
$CATALINA_HOME/webapps/axis2/WEB-INF/classes/commons-logging.properties
and uncomment the last line. If you're using log4j, add this section to
your log4j (i.e. the log4j.properties which goes into your .aar file)

log4j.appender.axis2=org.apache.log4j.RollingFileAppender
log4j.appender.axis2.layout=org.apache.log4j.PatternLayout
log4j.appender.axis2.layout.ConversionPattern=%-5p %C{1}:%M - %m%n

log4j.appender.axis2.File=${catalina.home}/logs/axis2_logs.log

log4j.appender.axis2.MaxFileSize=40000KB
log4j.appender.axis2.MaxBackupIndex=1


# Truncate 'axis2_logs.log' if it aleady exists.
log4j.appender.axis2.Append=false

log4j.category.org.apache.axis2=TRACE, A1, axis2 

Michele


On Wed, 2007-03-28 at 10:47 -0600, Richard DeGrande wrote:
> Michele,
> 
> I added the logging  module to the global section.  Doesn't seem to make a 
> difference.  The problem is I have no idea where to look to see what the root 
> issue is.  All I know is that the module is not configured or deployed. not 
> why.
> 
> thx
> rick
> 
> >>> Michele Mazzucco <[EMAIL PROTECTED]> 3/28/2007 10:41:21 AM >>>
> Richard,
> 
> I'm quite sure that if your module is not globally engaged, i.e. if you
> don't add
> 
> <module ref="logging" />  
> 
> in the global modules section, than you have to engage it on the
> services.xml file of your service (see step #5 of the tutorial) - this
> is not needed if your module is globally engaged.
> 
> Michele
> 
> On Wed, 2007-03-28 at 10:32 -0600, Richard DeGrande wrote:
> > Michele,
> > 
> > Does it need to be Globally engaged?  I just deployed it like they 
> > described on  http://ws.apache.org/axis2/1_1/modules.html 
> > I did engage the module for all Services.
> > 
> > Rick
> > 
> > 
> > >>> Michele Mazzucco <[EMAIL PROTECTED]> 3/28/2007 10:26:43 AM >>>
> > On Wed, 2007-03-28 at 10:18 -0600, Richard DeGrande wrote:
> > > I'm only posting the phase portion because that is all I changed
> > 
> > Is the module globally engaged? If so, you have to add something like
> > 
> > <module ref="module_name" />  
> > 
> > in the global modules section. The module name is the value specified in
> > module.xml as name attribute.
> > 
> > 
> > Michele
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED] 
> > For additional commands, e-mail: [EMAIL PROTECTED] 
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED] 
> > For additional commands, e-mail: [EMAIL PROTECTED] 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
> For additional commands, e-mail: [EMAIL PROTECTED] 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to