Let me start by telling you that I’ve no SSL experience myself.
Then, some things I know and those might give you an approach to solving your problem.
TaminoWebDAV Standalone IS a Tomcat, a Tomcat with just one installed webapp, TaminoWebDAVServer, of course.
So you should be able to use any HowTo on the topic “Running Tomcat behind a SSL Apache”.
There are always two possibilities to make Apache forward requests to Tomcat:
- by using a Proxy directive in httpd.conf to the Tomcat machine and port (this requires two ProxyPass entries in httpd.conf, but I am not sure it works with SSL)
- by using JK (the mod_jk module), which integrates the two more tightly.
I hope these hints help you along!
Best regards, Andreas
#webMethods#API-Management#Tamino