I have configured geronimo-jetty6 2.1 for using axis2 webservice through
these steps:
1.Download axis2.war.
2.Write deployment plan.
3.Deploy axis2 in console.
4.Now I can upload webservice in url http://localhost:8080/axis2.
5.Webservice test ok.
This is my deployment plan.
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1">
<dep:environment
xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
<dep:moduleId>
<dep:groupId>axis2group</dep:groupId>
<dep:artifactId>axis2</dep:artifactId>
<dep:version>1.0</dep:version>
<dep:type>war</dep:type>
</dep:moduleId>
<dep:hidden-classes>
<dep:filter>org.apache.commons</dep:filter>
<dep:filter>org.jdom</dep:filter>
<dep:filter>org.apache.axis2</dep:filter>
<dep:filter>org.apache.axiom</dep:filter>
</dep:hidden-classes>
</dep:environment>
<context-root>/MyProxyService</context-root>
</web-app>
Now I must connect to an existing webservice that requires client
certificate authentication for meeting my client's requirements.How could I
do?I have configured keystore exactly. Thanks!
--
View this message in context:
http://old.nabble.com/How-could-I-access-webservice-by-certificate--tp27320444s134p27320444.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.