Re: axis2 over HTTPS - Help!

2011-07-28 Thread Sagara Gunathunga
Can you try for this in two steps as follows. 1.) First without Axis2 just configure your Tomcat for SSL properly , there are number of good documentations on web or you can contact Tomcat user list for this. There are number of sample web applications available on Tomcat so you can test SSL for o

Re: axis2 over HTTPS - Help!

2011-07-28 Thread Denise Wu
Hi, About SSL test: when I open https://localhost:443 I get the apache startup page. However, when I try to open the webservice url https://localhost:443/axis2/services/MyService.MyServiceHttpEndpint/ I get the following error page. --- HTTP Status 403 - Access to the requested resource has bee

Re: axis2 over HTTPS - Help!

2011-07-27 Thread Jose Marin
Hi Denise, Have you ascertained your ssl is installed properly, and you can pull up an https page on your server via the web? What about your error logs, what do they say? JM On 7/27/2011 8:32 AM, Denise Wu wrote: Hi, I've been strugling with the following error for days, can you help ple

axis2 over HTTPS - Help!

2011-07-27 Thread Denise Wu
Hi, I've been strugling with the following error for days, can you help please? I am using the following configuration: * Axis2 1.5.4 * Apache tomcat 7.0.8 * Java 1.6.0_26-b03 Server configuration: == I have the following in my tomcat server.xml I restarted t