Skip to content

Commit

Permalink
IDE-618
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerson committed Jun 1, 2012
1 parent ca345bf commit 3220235
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,9 @@ private static File ensurePortalIDEPropertiesExists(
Properties props = new Properties();

props.put( "include-and-override", "portal-developer.properties" );

props.put( "com.liferay.portal.servlet.filters.etag.ETagFilter", "false" );
props.put( "com.liferay.portal.servlet.filters.header.HeaderFilter", "false" );

props.put("auto.deploy.tomcat.conf.dir", configPath.append("conf/Catalina/" + hostName).toOSString());

Expand Down

0 comments on commit 3220235

Please sign in to comment.