Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pkainulainen committed Oct 14, 2014
1 parent dcbe6ea commit aa1675d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions running-solr-with-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,15 @@
<configuration>
<stopPort>9966</stopPort>
<stopKey>stop</stopKey>
<!-- Listen to port 8983 -->
<httpConnector>
<port>8983</port>
<idleTimeout>60000</idleTimeout>
</httpConnector>
<!-- Read system properties from profile specific configuration file -->
<systemPropertiesFile>${project.basedir}/profiles/${build.profile.id}/config.properties
</systemPropertiesFile>
<!-- Set the context path -->
<webApp>
<contextPath>/solr</contextPath>
</webApp>
Expand Down

0 comments on commit aa1675d

Please sign in to comment.