eclipse中启动SSM项目,报这个错是啥原因?用的Tomcat8.0和jdk8.0。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse中启动SSM项目,报这个错是啥原因?用的Tomcat8.0和jdk8.0。相关的知识,希望对你有一定的参考价值。
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1333)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1167)
java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener
你没有在WebContent文件夹下面新建一个.jsp文件,没有jsp文件就无法显示网页,因为没有网页可以显示,所以报错了,你能访问tomcat主页是因为用eclipse启动tomcat了(和直接手动启动一样的效果)所以能访问主页。
python Django启动报错是啥原因
Type 'manage.py help <subcommand>' for help on a specific subcommand.
Available subcommands:
[django]
check
compilemessages
createcachetable
dbshell
diffsettings
dumpdata
flush
inspectdb
loaddata
makemessages
makemigrations
migrate
runserver
sendtestemail
shell
showmigrations
sqlflush
sqlmigrate
sqlsequencereset
squashmigrations
startapp
startproject
test
testserver
Note that only Django core commands are listed as settings are not properly configured (error: The TEMPLATE_DIRS setting must be a list or a tuple. Please fix your settings.).
python manage.py runserver
以上是关于eclipse中启动SSM项目,报这个错是啥原因?用的Tomcat8.0和jdk8.0。的主要内容,如果未能解决你的问题,请参考以下文章