标签: java linux spring-mvc jsp
我在服务器系统中有一个Java Web应用程序,我从客户端通过其ip和端口(192.168.1.100:80)访问它。
客户端(JSP)是否可以在系统重新启动时停留,并且在设备重新启动后重定向到登录页面?
下面的代码是使用GUI的reboot buttom重新启动系统,但是在页面空白之后,我们再次搜索ip。
reboot buttom
Process reboot = Runtime.getRuntime().exec("reboot"); reboot.waitFor();