Hi,
We would like to have web service accessible through HTTPS.
According to some literatture found on the web about that (<http://www.pankaj-k.net/WSOverSSL/WSOverSSL-HOWTO.html>
), it seems that some specific environment variables need to be set to make it work properly:set AXIS_HOME=d:\apache\xml-axis-alpha3
set AXIS_SERVLET_DIR=%AXIS_HOME%\webapps\axis
set AXIS_CONTEXT_URL=https://localhost:8443/axis
Because of those environment variables, how can we have both HTTP and HTTPS in the same environment? I was thinking of deploying Axis 2 times into tomcat for example, one under https, the other one under http. Environment variable would prevent that from working.
Any ideas?
Thanks,
Jean-Claude