是的,就是因为有两个进程,所以应用程序会报错: java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
如果我是在后台启动的话,只有一个tomcat进程,就可以访问。 |