每当我遇到控制器时,我都想重新启动 vaadin 应用程序。
<action path="/vaadinController"
type="com.thomson.steam.steamadmin.action.VaadinController"
scope="request">
<forward name="createuser" path="/VaadinApplication/?restartApplication" />
</action>
我正在传递?restartApplication
给我的 VaadinApplication,但它不能通过 struts 工作。如果我通过直接点击 url 执行/VaadinApplication/?restartApplication
它工作正常并且应用程序正在重新启动。
谁能帮我解决这个问题。在此先感谢