【发布时间】:2010-10-27 07:09:07
【问题描述】:
我有一个使用 Eclipse IDE 开发的标准(我认为)Web 项目。我希望将其移植到 Intellij IDEA 8.1 - 我认为,除其他外,它具有更好的 taglib 支持。
我的项目结构如下:
Project Folder
./src [java source files etc.]
./conf [configuration files - log4j, spring beans...]
./buid [ant files]
./WebContent
./WebContent/images [image files]
./WebContent/META-INF
./WebContent/META-INF/context.xml
./WebContent/pages [.jsp+.html files]
./WebContent/scripts [.js files]
./WebContent/skins [.css files]
./WebContent/WEB-INF
./WebContent/WEB-INF/classes [.class files]
./WebContent/WEB-INF/lib [.jar files]
./WebContent/WEB-INF/tags [.tag files]
./WebContent/WEB-INF/web.xml
我似乎无法使用我的本地 tomcat 服务器(版本:apache-tomcat-6.0.18)配置此项目。
我认为一个好的答案将是一个标准的、逐步的、关于如何移植(以及如何在 intellij idea 中正确定义 tomcat Web 应用程序)的食谱答案。
谢谢大家!
【问题讨论】:
标签: eclipse tomcat maven-2 intellij-idea