Re: Context Name replacement variable for conf/context.xml

2022-10-03 Thread Mark Thomas
Chris, I think you misunderstood the requirement. My reading of the OP request is that they want to add a standard element to conf/context.xml so each web application uses the same custom session manager implementation. They want to be able to configure that session manager with at least one

Re: Context Name replacement variable for conf/context.xml

2022-10-02 Thread Christopher Schultz
Kok Hoor, On 10/1/22 10:20, Chew Kok Hoor wrote: I would like to configure $CATALINA_BASE/conf/context.xml to set up a Manager Don't do this. but would like to add the context name as one of the parameters to the manager (keyPrefix). It's much easier to copy webapps/manager/META-INF/cont

Context Name replacement variable for conf/context.xml

2022-10-01 Thread Chew Kok Hoor
Hi all, I would like to configure $CATALINA_BASE/conf/context.xml to set up a Manager but would like to add the context name as one of the parameters to the manager (keyPrefix). Is there a variable or a list of variables I can use for this purpose? As using environment or java defined var