Steve Major wrote:
Okay, success! THANK YOU! Success defined as my app now working, I just have to try some SSI with it. ;-)

Great. Now you just have to watch out for the known issues:
https://issues.apache.org/bugzilla/show_bug.cgi?id=44391
https://issues.apache.org/bugzilla/show_bug.cgi?id=44392

There are on the to-do list. I hope to get to them soon.

My apps seem to have Context.xml 's in:

$CATALINA_HOME/webapps/manager/META-INF/Context.xml

and

$CATALINA_HOME/webapps/probe/META-INF/Context.xml

These seem to have the privileged=true contained within.

I did the same with my webapp e.g. $CATALINA_HOME/webapps/myapp/META-INF/Context.xml

Are those necessary in addition to $CATALINA_HOME/conf/[enginename]/[hostname]/yourapp.xml ? Or is this all that I really need?

$CATALINA_HOME/conf/[enginename]/[hostname]/yourapp.xml is the only one you need. The one in META-INF is copied there on deployment *if* $CATALINA_HOME/conf/[enginename]/[hostname]/yourapp.xml does not exist. The idea is:
- deploy your app
- modify context settings in $CATALINA_HOME/conf/[enginename]/[hostname]/yourapp.xml
- update your app
- your modified context settings do not get over-written

So, META-INF/context.xml should contain your preferred default settings so they are used when you deploy your app to a new Tomcat instance.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to