[
https://issues.apache.org/jira/browse/AXIS2-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491429
]
Marco Battaglia commented on AXIS2-2527:
----------------------------------------
The problem is resolve with modify web.xml. The engine not find axis2.xml in
WEB-INF/conf ot the web application , i put axis2.xml in the folder
home/res/axis2.xml of the oracle application server, and modify the web.xml .
<param-name>axis2.xml.path</param-name>
<param-value>./res/axis2.xml</param-value>
I add the loggingPhase in the axis2.xml
> userguide example of using a module does not work
> -------------------------------------------------
>
> Key: AXIS2-2527
> URL: https://issues.apache.org/jira/browse/AXIS2-2527
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: samples
> Affects Versions: 1.1.1
> Environment: Windows XP
> Reporter: Charles McElrea
>
> use ant to build the userguide examples via ant generate.service
> use ant to build the logging module via ant.generate.module
> modify axis2.xml (according to the instructions in the User Guide) to add the
> loggingPhase to the various phaseOrder elements
> start the standalone Axis2 server
> type in ant run.client.servicewithmodule
> The system responds with the following error:
> [java] SEVERE: Invalid service MyServiceWithModule.aar due to invalid phase
> please check axis2.xml loggingPhase for the handler InFlowLogHandler
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]