JasperReports Server 5.0.1を使用しています
.xml ファイル (WEB-INF/applicationContext-security.xml) で使用されているポートを検出する方法
私はこのようなことをしたいです(これは私が何をしたいのかをあなたに伝えるためのものです)
<bean class="org.springframework.security.ui.cas.ServiceProperties"
id="authenticationServiceProperties">
<property name="service">
<value>${IP_OR_URL} + ${PORT} + /jasperserver-pro/j_spring_cas_security</value>
</property>
<property name="sendRenew">
<value>false</value>
</property>
</bean>