我想使用Intellij IDEA在Maven结构中创建新的Spring MVC项目,但不能这样做.其实我想创建一个类似的项目mkyong.com样,像这样.
注意
我是Intellij IDEA的新手,想要创建一个不从现有项目导入的新项目.
我知道这可以与Ultimate Edition一起使用,但有没有办法在Community Edition中本地调试这些应用程序?
我正在使用IntelliJ IDEA 11.0.2,我已经配置了tomcat实例(context.xml,server.xml,keystores,其他属性文件).我想配置想法使用这个tomcat服务器与所有设置(数据源,ssl连接器),但我在"运行/调试配置" - >"Tomcat服务器"中找不到如何做到这一点.有没有人知道如何在没有编辑想法的文件的情况下以"正确"的方式做到这一点?
更新:
以下是构思11中tomcat配置的示例.我可以指向使用我的自定义server.xml,context.xml和其他conf文件吗?它不使用%tomcat_home%/ conf中的文件.

I'm beginning grails development with IntelliJ but just cannot make and deploy a newly created grails app to a local or external Tomcat following the procedure described in this answer
The manager app in Tomcat shows that the application is up and running but I always get http 404 when opening the index page. I noticed that it's possible to download the index.gsp file - it just seems that grails isn't initialized correctly:

These are the versions I tried: