I had some trouble getting dm server 1.0.0 to run on Mac OS X 1.5.5 with java 1.5.
Caused by: LifecycleException: Protocol handler initialization failed: java.lang.Exception: No Certificate file specified or invalid file format
Here's the info from the servletContainer.confg (it's stock as well as the keystore)
{
/*
* HTTPS Connector.
* Documentation at forums won't let me post the url
*/
"enabled": true,
"port": 8443,
"protocol": "HTTP/1.1",
"scheme": "https",
"connectionTimeout": 20000,
"maxThreads": 150,
"emptySessionPath": false,
"clientAuth": false,
"keystoreFile": "keystore",
"keystorePass": "changeit",
"secure": true,
"SSLEnabled": true,
"sslProtocol": "TLS"
},
When I switched to java 1.6 all was well.
Any ideas why this won't work in java 1.5. It seems more a tomcat issue than dm server but maybe someone here knows the answer.
Thanks,
Ted


