Grails: what are the main issues (and his solutions) when deploying in weblogic?

浪尽此生 提交于 2019-12-10 00:08:25

问题


I'm trying to deploy my grails application (*.war) in a weblogic server. But now I'm getting error:

"/index.gsp" not found.

While I run to solve this I'm think what more problems can happen when someone change deploy from Apache Tomcat to Oracle Weblogic.

Anybody have a list of commons problems/solutions to share?

Thanks


回答1:


A list of common problems with different application servers and how to deal with these problems can already be found in the FAQ on the Grails community page.

  • http://www.grails.org/FAQ#Application Servers
  • http://www.grails.org/Deployment#Weblogic 11g


来源:https://stackoverflow.com/questions/6193390/grails-what-are-the-main-issues-and-his-solutions-when-deploying-in-weblogic

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!