Custom tokens like the ones you mentioned are an enhancement we'd like
to add in the next version (bug 173161). We're aware of the situation
you describe as a reason for such an enhancement (bug 93750). For now, I
believe the only options you have are to either use a full path as you
are doing... or place the keystore under /WEB-INF using:

<keystore-file>{context-root}/WEB-INF/security/dsl.keystore</keystore-fi
le>

(The latter, of which, is not ideal).



-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of simonjpalmer
Sent: Wednesday, August 29, 2007 10:12 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] rtmps keystore location

can anyone advise on how I set the keystore-file tag on a secure rtmp
destination to be a relative path on the server.  It seems crazy that I
have to put in a file path, especially as my entire application is
deployed as a war file and I already have a valid keystore for https.

I have tried...
<keystore-file>${jboss.server.home.dir}/conf/dsl.keystore</keystore-file
>

a combination of relative path modifiers like this
<keystore-file>../../../conf/dsl.keystore</keystore-file>

and the only one which works is
<keystore-file>c:\hopefully-secure-folder\dsl.keystore</keystore-file>

what I want to do is refer to the server home directory like I can in
the rest of my configuration.

Any ideas?

Simon



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



Reply via email to