Hello,
I've seen other messages where people seem to be loading the certificate for
a servicemix-http BC configuration using the classpath, like this:
<http:ssl>
<http:sslParameters keyStore="classpath:keystore.jks"
keyStorePassword="changeit"
trustStore="classpath:keystore.jks"
trustStorePassword="changeit"/>
</http:ssl>
If I use that configuration, I get the following exception:
URLException: unknown protocol: classpath
I notice in the code, it expects a string then I guess it must give it to a
url resource handler. Is there anyway to look up the keystore on the
classpath, or does it have to be an actual file location?
Thanks!
Ryan