Quantcast
Channel: VMware Communities : All Content - vFabric GemFire [ARCHIVED]
Viewing all articles
Browse latest Browse all 990

Relative path in gemfire.properties in Eclipse

$
0
0

How can I define relative path in gemfire.propetties?

 


Example:

 

 

javax.net.ssl.keyStoreType=jks 

javax.net.ssl.keyStore=a.keystore.jks

javax.net.ssl.keyStorePassword=sitpassword

 

And I initliaze gemfire client from gemfire.properties as

 

<util:properties

 

id="gemfire.properties"location="classpath:SIT/gemfire.properties"

/>

 

 

 

<!-- NB, client cache must be defined before the pool, else it won't start

 

 

<gfe:client-cacheid="gemfire-cache"pool-name="gfPool"

 

 

cache-xml-location="classpath:cache.xml"properties-ref="gemfire.properties"/>

 

But i get error a.keystore.jks not found unless I specify the fullpath. How do I make it work?


Viewing all articles
Browse latest Browse all 990

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>