Liferay IDE has support only for
required-deployment-contexts - this is different configuration, which can affect the order of application deployment. There is no support for
recommended-deployment-context.
When deploying application, this context XML is used:
1<?xml version="1.0" encoding="UTF-8"?>
2<Context docBase="/opt/liferay-hsql/tomcat-7.0.23/webapps/BAZ" reloadable="true" source="org.eclipse.jst.jee.server:BAZ"/>
I will investigate a little bit more before giving up...
Please sign in to flag this as inappropriate.