1) yes
2) right, no filtering
3) looked at parent pom.  no .name variable calls.

On Fri, Oct 16, 2015 at 4:03 PM, Ray Bon <r...@uvic.ca> wrote:

> 1) You are performing a variable substitution for server.prefix with the
> variable ${server.name}, thus when you run the application, does
> server.prefix = https://myserver.com:8080/cas?
> 2) Your response indicates that you are not using maven filtering so this
> is most likely not your problem.
> 3) If you were/are experiencing the same problem as me, this would be a
> workable solution.
>
> Ray
>
>
> On 2015-10-16 14:55, Jonas Steinberg wrote:
>
> 1) What do you mean the "result" of server.prefix?
> 2) How could maven filtering help me?
> 3) Really?  .nom?!?
>
> On Fri, Oct 16, 2015 at 3:51 PM, Ray Bon <r...@uvic.ca> wrote:
>
>> What is the result of server.prefix while running?
>> Are you performing any maven filtering?
>>
>> We have some values filtered into our CAS application at build time. I
>> found that maven would perform a substitution of the project name
>> (defined at the top of pom.xml) for any variable ending in .name; e.g.,
>> ${server.name} or ${foo.bar.name}.
>> I changed the few locations in the code from ${server.name} to
>> ${server.nom}.
>>
>> Ray
>>
>> P.S. When I get some breathing room I intend to investigate this more
>> and submit a bug report (to Maven) if I can reproduce with a simple
>> project.
>>
>>
>> On 2015-10-16 14:07, Jonas Steinberg wrote:
>> > so my ticketRegistry starts but the page I pointed cas.properties at
>> does not resolve the basic cas login screen.  Here's my cas.properties file
>> in a nutshell:
>> >
>> > server.name= <https://myserver.com:8080>https://myserver.com:8080
>> > server.prefix=${server.name}/cas
>> > cas.securityContext.status.access=hasIpAddress('IPv4serveraddress')
>> > cas.security.statistics.access('IPv4serveraddress')
>> > host.name=myserverhostname
>> >
>> > I haven't changed anything else.  It starts without errors but the page
>> doesn't resolve.
>> >
>> > The cas.properties is attached.
>> >
>> >
>>
>>
>> --
>> You are currently subscribed to <cas-user@lists.jasig.org>
>> cas-user@lists.jasig.org as: jonassteinbe...@gmail.com
>> To unsubscribe, change settings or access archives, see
>> http://www.ja-sig.org/wiki/display/JSG/cas-user
>>
>
> --
> You are currently subscribed to cas-user@lists.jasig.org as: r...@uvic.ca
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>
> --
> You are currently subscribed to cas-user@lists.jasig.org as: 
> jonassteinbe...@gmail.com
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to