Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 java 版本“1.6.0_29”和 jboss 版本 4.0.5 将我的 web 应用程序部署到 linux 机器
现在将 jboss 升级为 jboss 版本 jboss-as-6.1.1.Final 和 java 版本“1.7.0_10”
我部署了像“AP.war”这样的应用程序不工作,说像 http 400 错误这样的错误
有人建议我。
我在我的 jsp 上使用以下表达式
<c:set var="flag" value="false" />
我在每个循环中都有一个条件,我可能想将此变量更改为 true。有没有办法做到这一点。我到处寻找,但找不到解决方案。