Current SVN head has bug in start transport libraries. It prevents our test server finding key and trust stores. Workaround i used was to change this line: final String keystorePath = path.toExternalForm ().substring (6); to final String keystorePath = path.toExternalForm ().substring (5); And this allowed our tomcat(linux) ap to load key-stores. without modification it could not find key-stores. I think problem may stem from differences in file path representations on diffrent operating systems. code running on our client on windows xp seemt to find stores correctly with out mod. jk
Hardware | None |
Product | Java START |
Operating System | Linux |
Component | Access Point |
Version | None |
Severity | trivial |
Resolution | Fixed |
URL | None |
Comments
Seems better now! jk