I have only one war file... which has the Java Code and all axis related jars.
This is the classpath entry <classpathentry exported="true" kind="lib" path="/wsapp/saaj.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jaxrpc.jar"/> <classpathentry kind="src" path="JavaSource"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/WebSphere v5.1 JRE"/> <classpathentry kind="con" path="com.ibm.wtp.server.java.core.container/com.ibm.etools.websphere.runtime.core.runtimeTarget.v51/was.base.v51"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-discovery-0.2.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/axis.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.0.4.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/axis-ant.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/wsdl4j-1.5.1.jar"/> <classpathentry sourcepath="/wsapp/log4j.jar" kind="lib" path="/wsapp/log4j.jar"/> <classpathentry sourcepath="/wsapp/rowset.jar" kind="lib" path="/wsapp/rowset.jar"/> <classpathentry sourcepath="/wsapp/ojdbc14.jar" kind="lib" path="/wsapp/ojdbc14.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-configuration-1.1.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-lang-2.1.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-digester-1.7.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-collections-3.1.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/classes12.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/saaj.jar"/> <classpathentry kind="output" path="WebContent/WEB-INF/classes"/> AxisUser wrote: > > When I deployed my web service locally, I renamed the webservices.jar > temporarily in the websphere runtime. > This solution worked, but now I am running into issues deploying into Test > enviroment. Using PARENT_LAST and MODULE settings did not work. > It seems to be picking webservices.jar before saaj.jar. > > Is there any solution for this.. besides deleting or renaming > webservices.jar? > > -- View this message in context: http://www.nabble.com/Deploying-AXIS-1.4-Web-Service-in-Websphere-5.1-tp15071669p15072512.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
