I checked on server and found Axis was not prperly configured whenver i open
http://localhost:7001/axis/happyaxis.jsp
likn say Error 503--Service Unavailable and on the weblogic console i am getting following exception
<Aug 13, 2009 12:53:43 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set th
e activation state to true for the application _appsdir_axis_dir.
org.apache.commons.logging.LogConfigurationException: Invalid class loader hiera
rchy. You have more than one version of 'org.apache.commons.logging.Log' visibl
e, which is not allowed.
at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF
actoryImpl.java:385)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
Impl.java:529)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
Impl.java:235)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
at org.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:3
7)
at org.apache.axis.transport.http.AxisHTTPSessionListener.><clinit>(AxisH
TTPSessionListener.java:33)
Even i have set <prefer-web-inf-classes>true</prefer-web-inf-classes> into weblogic.xml file in Axis application and copy /web-inf/lib folder (xml-apis.jar,xercesImpl.jar) after that it's not able to set.