I have another parallel deployment question: I am deploying Solr within a custom war application and it requires a path to its config files. Before parallel deployment I had this entry in context.xml:
<Environment name="solr/home" value="${ROOTDIR}/app/A1/webapps/search-internal/WEB-INF/classes/solr" type="java.lang.String" override="false"/> But now, I cannot predict the name of the application path (since it looks like this "search-internal##11081701"). I have also been unsucessful in putting this environment entry inside the application itself and using a relative path, since it appears to be relative to tomcat and not to the application. Is there some magic like a ${APP_ROOT} variable I can use? Cheers Ari -- --------------------------> Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org