
tomcat
夏天的风欧阳冰嫣
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jdk++ tomcat
最近装了一下tomcat,适用于ubuntu16.04 (jdk +eclipse +tomcat) 言归正传 1.首先,安装JDK 百度搜索jdk,选择第一个,网站是Oracle Jdk。点击进去 2.点击Download,到官网下载linux版本的jdk。选择自己对应的操作系统及32或64位版本,这里我原创 2017-11-09 15:02:41 · 346 阅读 · 1 评论 -
Ubuntu: eclipse tomcat unknown version of tomcat was specified
在ubuntu下,在eclipse中设置“Runtime Environment”, 配置tomcat时, 提示“eclipse tomcat unknown version of tomcat was specified”。 是权限问题,因为配置tomcat需要访问tomcat目录下的lib库。 通过如下命令:在/opt目录下: chmod -R 777 apache-tomc原创 2017-11-09 15:49:10 · 2401 阅读 · 1 评论 -
tomcat添加工程及启动时报错Could not load the Tomcat server....The configuration may be corrupt or incomplete.
给Tomcat server添加工程时(中下方的Tomcat server右键Add and Remove 把工程名字添加到右边的时候)报错Could not load the Tomcat server configuration at \Servers\Tomcat v5.5 Server at localhost-config. The configuration may be corr原创 2017-11-09 17:14:03 · 15653 阅读 · 1 评论 -
bootstrap.jar which is referenced by the classpath, does not exist.
The archive: /opt/apache-tomcat-9.0.1/bin/bootstrap.jar which is referenced by the classpath, does not exist. 启动Tomcat服务器时说:(类似,自己当时没截图,自己用的linux,但是错误类型一样的.... bootstrap.jar ...classpath,does not原创 2017-11-09 17:56:56 · 1792 阅读 · 0 评论 -
Tomcat端口被占用
今天在eclipse上配置Tomcat,在最后一步布置我的一个WebDemo,开启server时,有时总弹出“Several ports (8005, 8080, 8009) required by Tomcat v6.0 Server at localhost are already in use“的错误,这是因为当前的8080端口被占用了,我们需要将占用该端口的进程干掉。 在终端中输入$原创 2017-11-09 19:29:04 · 285 阅读 · 0 评论 -
Eclipse+Tomcat问题
The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. 原因:把项目导入eclipse后,没有修改web.xml里面的内容,启动页面是原来的index.html. 解决:修改web.xml内容:原创 2018-01-15 14:46:09 · 330 阅读 · 0 评论