http://localhost:8080/jeecg无法访问?
各位前辈,我的3.6.5项目编译如下:Scanning for projects...
------------------------------------------------------------------------
Building jeecg 3.6.5
------------------------------------------------------------------------
The POM for org.jeecgframework:codegenerate:jar:3.6.1-20160718.084151-1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
--- maven-resources-plugin:2.6:resources (default-resources) @ jeecg ---
Using 'UTF-8' encoding to copy filtered resources.
Copying 37 resources
Copying 260 resources
--- maven-compiler-plugin:2.3.2:compile (default-compile) @ jeecg ---
Nothing to compile - all classes are up to date
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 2.758 s
Finished at: 2016-07-21T08:51:53+08:00
Final Memory: 13M/211M
----
但是http://localhost:8080/jeecg
无法访问此页
参考官方启动文档 去掉jeecg的后缀 tomcat 部署出了问题 把tomcat webapps里的项目删除掉,重新部署war包就可以了 Scanning for projects...
------------------------------------------------------------------------
Building jeecg 3.6.5
------------------------------------------------------------------------
>>> tomcat-maven-plugin:1.1:run (default-cli) > compile @ jeecg >>>
The POM for org.jeecgframework:codegenerate:jar:3.6.1-20160919.020334-2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
--- maven-resources-plugin:2.6:resources (default-resources) @ jeecg ---
Using 'UTF-8' encoding to copy filtered resources.
Copying 37 resources
Copying 260 resources
--- maven-compiler-plugin:2.3.2:compile (default-compile) @ jeecg ---
Nothing to compile - all classes are up to date
<<< tomcat-maven-plugin:1.1:run (default-cli) < compile @ jeecg <<<
--- tomcat-maven-plugin:1.1:run (default-cli) @ jeecg ---
Skipping non-war project
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 6.284 s
Finished at: 2016-11-11T14:37:12+08:00
Final Memory: 11M/27M
------------------------------------------------------------------------
运行结果,出现和你一样的问题: http://localhost:8080/jeecg无法访问?
求解决方案
页:
[1]