Skip to content

Commit

Permalink
remove AJP port field
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritakaSoma committed Aug 4, 2020
1 parent 523079a commit f91b748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup/installer/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<arg value="$INSTALL_PATH/${TOMCAT}" />
<arg value="${tomcat.port}" />
<arg value="${tomcat.shutdown.port}" />
<arg value="${tomcat.ajp.port}" />
<arg value="8009" />
</args>
</executable>
</pack>
Expand Down
2 changes: 2 additions & 0 deletions setup/installer/user-input-spec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
<spec id="tomcat.shutdown.port" size="6" set="8005" txt="Tomcat port (shutdown)"/>
<validator class="com.izforge.izpack.util.IsPortValidator" txt="Invalid server shutdown port!" />
</field>
<!--
<field type="text" variable="tomcat.ajp.port">
<spec id="tomcat.ajp.port" size="6" set="8009" txt="Tomcat port (AJP)"/>
<validator class="com.izforge.izpack.util.IsPortValidator" txt="Invalid AJP port!" />
</field>
-->
</panel>

<!-- Repository configuration -->
Expand Down

0 comments on commit f91b748

Please sign in to comment.