Re: How to Deploy Axis1.3 webservice on HTTPS enabled Tomcat server

2006-03-15 Thread Richard Gregory

Hi Mohit,

I don't know if you're still having problems here. I have services 
deployed to be invoked over https, and I just deployed them as I would 
any other web service. From the WEB-INF directory I used the command:


java org.apache.axis.client.AdminClient 
classes/de/biomax/pedant3/ws/taxonomy/deploy.wsdd


It should not make any difference if the service is ultimately going to 
be invoked over http or https.


Hope this helps. If you still have problems, get back to me and I'll try 
to help you further.


Richard.

Mohit_Goyal wrote:

Hi all... i have developed a webservice which needs to be deployed 
over https on Tomcat 5 server. I tried using the same stepa which we 
follow for a regular deployment over http but i keep getting 
exceptions when running the
 
java org.apache.axis.client.AdminClient 
-lhttps://domain:443/axis/services/Servicename deploy.wsdd
 
Can anyone who has done deployment over Tomcat or faced similar 
problem tell me what steps to follow to deploy the service over https
 
 
Thanks a lot in advance

Mohit

DISCLAIMER:
This email (including any attachments) is intended for the sole use of 
the intended recipient/s and may contain material that is CONFIDENTIAL 
AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or 
copying or distribution or forwarding of any or all of the contents in 
this message is STRICTLY PROHIBITED. If you are not the intended 
recipient, please contact the sender by email and delete all copies; 
your cooperation in this regard is appreciated..






Re: How to Deploy Axis1.3 webservice on HTTPS enabled Tomcat server

2006-03-13 Thread Junaid . Bhatra
See the section on Security in the Axis Wiki
http://wiki.apache.org/ws/FrontPage/Axis

It has a section on deploying and accessing Web Services over SSL

- Junaid



   
 Rhimbo
 <[EMAIL PROTECTED] 
 >  To 
   axis-user@ws.apache.org 
 03/11/2006 04:49   cc 
 PM
   Subject 
   Re: How to Deploy Axis1.3   
 Please respond to webservice on HTTPS enabled Tomcat  
 [EMAIL PROTECTED] server  
  he.org   
   
   
   
   
   




Hi Mohit,

I don't really know the answer to your question but I did see
something on this page:

http://ws.apache.org/axis/java/building-axis.html

Under "Building with JSEE" it says this:

This is needed for https support.

   1. Download the required Class libraries
  (jsse.jar, jnet.jar,jcert.jar) to $(axis.home)/java/lib.

   You can download this from http://java.sun.com/products/jsse/
   Recommended version : 1.0.3


I don't know if this helps.  Sorry.

Vartan


--- Mohit_Goyal <[EMAIL PROTECTED]> wrote:

> Hi all... i have developed a webservice which needs to be deployed over
> https on Tomcat 5 server. I tried using the same stepa which we follow
> for a regular deployment over http but i keep getting exceptions when
> running the
>
> java org.apache.axis.client.AdminClient
> -lhttps://domain:443/axis/services/Servicename deploy.wsdd
>
> Can anyone who has done deployment over Tomcat or faced similar problem
> tell me what steps to follow to deploy the service over https
>
>
> Thanks a lot in advance
> Mohit
>
>
> DISCLAIMER:
> This email (including any attachments) is intended for the sole use of
> the intended recipient/s and may contain material that is CONFIDENTIAL
> AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or
> copying or distribution or forwarding of any or all of the contents in
> this message is STRICTLY PROHIBITED. If you are not the intended
> recipient, please contact the sender by email and delete all copies;
> your cooperation in this regard is appreciated.
>


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com




Re: How to Deploy Axis1.3 webservice on HTTPS enabled Tomcat server

2006-03-11 Thread Rhimbo
Hi Mohit,

I don't really know the answer to your question but I did see 
something on this page:

http://ws.apache.org/axis/java/building-axis.html

Under "Building with JSEE" it says this:

This is needed for https support.

   1. Download the required Class libraries 
  (jsse.jar, jnet.jar,jcert.jar) to $(axis.home)/java/lib.

   You can download this from http://java.sun.com/products/jsse/
   Recommended version : 1.0.3


I don't know if this helps.  Sorry.

Vartan


--- Mohit_Goyal <[EMAIL PROTECTED]> wrote:

> Hi all... i have developed a webservice which needs to be deployed over
> https on Tomcat 5 server. I tried using the same stepa which we follow
> for a regular deployment over http but i keep getting exceptions when
> running the
>  
> java org.apache.axis.client.AdminClient
> -lhttps://domain:443/axis/services/Servicename deploy.wsdd
>  
> Can anyone who has done deployment over Tomcat or faced similar problem
> tell me what steps to follow to deploy the service over https
>  
>  
> Thanks a lot in advance
> Mohit
> 
> 
> DISCLAIMER:
> This email (including any attachments) is intended for the sole use of
> the intended recipient/s and may contain material that is CONFIDENTIAL
> AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or
> copying or distribution or forwarding of any or all of the contents in
> this message is STRICTLY PROHIBITED. If you are not the intended
> recipient, please contact the sender by email and delete all copies;
> your cooperation in this regard is appreciated.
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


How to Deploy Axis1.3 webservice on HTTPS enabled Tomcat server

2006-03-11 Thread Mohit_Goyal
Hi all... i have developed a webservice which needs to be 
deployed over https on Tomcat 5 server. I tried using the same stepa which we 
follow for a regular deployment over http but i keep getting exceptions when 
running the
 
java org.apache.axis.client.AdminClient 
-lhttps://domain:443/axis/services/Servicename deploy.wsdd
 
Can anyone who has done deployment over Tomcat or 
faced similar problem tell me what steps to follow to deploy the service over 
https
 
 
Thanks a lot in advance
MohitDISCLAIMER:This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated..