最近装了一个Ubuntu系统 在配置tomcat的时候总是出现这样的问题
Could not load the Tomcat server configuration at /Servers/Tomcat v7.0 Server at localhost-config. The configuration may be corrupt or incomplete.
我首先配置的是tomcat-7.0.27,我以为这不行。后来换成tomcat6.0结果还是报同样的错误 最后导致2个都添加不进去了如图:
解决方案:
1.首先你的eclipse的配置需要重新回复到重装的状态,但是Eclipse没有这个功能,不过你可以更换一个新的workspace, file-switch workspace-other ,在新的workspace,原来的配置就不能用了。
2.重新添加servers 。Window-showView-servers. 然后在servers里面右键-new-server,添加你电脑上的Tomcat版本.最后点击finish,此时可能会出现如下提示:/opt/tomcat/conf/catalina.policy(权限不够),如图:
直接点击ok-finish.完成添加。
3.此时在<eclipse workspace>/Servers/<Tomcat version> Server at localhost-config下面应该有如下文件:
catalina.policy
catalina.properties
context.xml
server.xml
tomcat-users.xml
web.xml
当我查看我的eclipse workspace,上面的文件没有在相应的文件夹,为了解决这个问题,你需要把这些文件从/opt/tomcat/conf文件夹中复制到<eclipse workspace>/Servers/<Tomcat version> Server at localhost-config下面。
www.linuxidc.com @linuxidc:/opt/apache-tomcat-7.0.27/conf$ ls -la
总用量 200
drwxr-xr-x 2 root root 4096 3月 31 22:45 .
drwxr-xr-x 9 root root 4096 6月 18 00:59 ..
-rw------- 1 root root 11955 3月 31 22:45 catalina.policy
-rw------- 1 root root 5402 3月 31 22:45 catalina.properties
-rw------- 1 root root 1394 3月 31 22:45 context.xml
-rw------- 1 root root 3288 3月 31 22:45 logging.properties
-rw------- 1 root root 6435 3月 31 22:45 server.xml
-rw------- 1 root root 1530 3月 31 22:45 tomcat-users.xml
-rw------- 1 root root 152716 3月 31 22:45 web.xml
www.linuxidc.com@linuxidc:~/java/test/Servers/Tomcat v7.0 Server at localhost-config$ sudo cp */home/bobo/java/test/Servers/Tomcat\v7.0\Server\at\localhost-config/
4.改变这些文件的权限,要不然就会报错。
www.linuxidc.com@linuxidc:~/java/test/Servers/Tomcat v7.0 Server at localhost-config$ sudo chmod 777*
5.单击eclipse的Servers,按F5(刷新),或者右键-refresh.
6.启动服务
7.测试成功
相关推荐
2、 拷贝/usr/dt/config/Xservers 文件到 /etc/dt/config 目录下: ---cp /usr/dt/config/Xservers /etc/dt/config 3、 编辑/etc/dt/config/Xservers 文件在最后一行前加“#”号并存盘 ---#:0 Local local@lft0 /...
通过添加 Tomcat 7.0 的 "tomcat-juli.jar" 包,我们可以解决 MyEclipse 8.5 中的 "Could not find the main class" 问题。这个解决方案对于使用外带的 Tomcat 服务器的用户非常有帮助。 拓展知识 在解决这个问题...
Could not load dynamic library 'cublas64_11.dll'; Could not load dynamic library 'cublasLt64_11.dll'; Could not load dynamic library 'cufft64_10.dll'; Could not load dynamic library 'curand64_10.dll';...
解决Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll, Could not load dynamic library ‘cudnn64_7.dll‘; dlerror cudnn64_7.dll not found
cublas64_10.dll+cublas64_11.dll+cublasLt64_11.dll+cudart64_101.dll+cudart64_110.dll+cudnn64_8.dll+cufft64_10.dll+curand64_10.dll+...Could not load dynamic library 'cublas64_11.dll';此类报错的dll资源
### "could not create the java virtual machine" 解决办法 在开发过程中,我们经常会遇到 “could not create the java virtual machine” 这样的错误提示。这个问题通常出现在启动基于Java的应用程序时,比如...
自己用的解决 "The Network Adapter could not establish the connection" 的连接oracle问题。网上查的一些片段资料。主要是用自己去公司用的。
#### 错误描述:“Could not load com.mysql.jdbc.Messages Could not load java.net.BindException MySQL JDBC应放置于WEB-INF\lib目录,此时只需将%TOMCAT_HOME%\lib中的文件复制到WEB-INF\lib。异常跨越MySQL库从...
### Ubuntu 18.04 下解决 Qt 出现 qt.qpa.plugin: Could not load the Qt platform plugin “xcb” 问题 #### 问题背景及描述 在 Ubuntu 18.04 系统中,安装并尝试运行 Qt 5.15.0 版本的应用程序时可能会遇到以下...
cudart64_110 cufft64_10 cublas64_11 cublasLt64_11 cusolver64_11 curand64_10 cusparse64_11 cudnn64_8等
Could not load dynamic library ‘cudart64_110.dll‘; dlerror: cudart64_110.dll not found Could not load dynamic library ‘cublas64_11.dll‘; dlerror: cublas64_11.dll not found Could not load dynamic...
jasperreport 用maven打包后找不到字体解决方案 net.sf.jasperreports.engine.JRRuntimeException: Could not load the following font
### "Could Not Find the Main Class, Program Will Exit" 错误解析及解决方法 在Java编程过程中,我们经常会在开发环境中遇到各种各样的错误提示,其中“Could not find the main class, program will exit”是一...
问题原因:apt还在运行 解决方法:杀死与你下载有关的apt进程 引用:ps afx|grep apt 引用:sudo kill -9 (你所要杀死的进程)
解决Could not load font file: C:\Windows\FONTS\mstmc.ttf 对应问题贴https://blog.csdn.net/guozhangjie1992/article/details/103679640
vscode 报错之 Could not read source map for file... 解决方案
NULL 博文链接:https://lbay.iteye.com/blog/784874
报错:AH01620: Could not open password file: D:/Repositories/htpasswd 解决方法:https://stackoverflow.com/questions/60248318/svn-could-not-open-password-file 操作:D:/Repositories 文件夹属性 - 安全 - ...
win7 系统 the security settings could not be applied to the database 在安装mysql的时候,就会遇到以下错误。遇到错误不可怕,怕的就是被错误所击倒! The security settings could not be applied to the ...