idea调试SpringMvc, 出现:”Can't find catalina.jar"错误的解决方法

用gradle构建的项目,点击运行出现以下错误提示:

Error running PraticeWeb: Can‘t find catalina.jar 21:54 Error running PraticeWeb Invalid arguments : Already listening [timeout, port, localAddress]

检查tomcat配置发现:

File -> Setting -> Build,Execution,Deployment -> Application Servers

由于我移动了tomcat服务器的路径,虽然改了环境变量,但Tomcat Home和Tomcat base directory还是愿改的路径,改成新的编译通过。

idea调试SpringMvc, 出现:”Can't find catalina.jar"错误的解决方法

时间: 2024-11-18 02:20:44

idea调试SpringMvc, 出现:”Can't find catalina.jar"错误的解决方法的相关文章

touch: cannot touch '/usr/local/tomcat/logs/catalina.out': Permission denied解决方法

logs目录没有创建修改权限 ./startup.sh Using CATALINA_BASE:   /usr/local/tomcat702 Using CATALINA_HOME:   /usr/local/tomcat702 Using CATALINA_TMPDIR: /usr/local/tomcat702/temp Using JRE_HOME:        /usr/java/jdk1.6.0_24 Using CLASSPATH:       /usr/local/tomcat

SpringMVC @RequestBody接收JSON报HTTP 415问题的解决方法

现在做的一个项目是做app服务端的,需要从app接收json的请求数据,服务端框架用的是SpringMVC,所以自然而然的想到直接用@RequestBody来接收json数据, 格式如下: public ResponseProtocolMap login(@RequestBody JSONObject requestJson,HttpServletRequest request) { ResponseProtocolMap responseProtocolMap = null; //中间内容省略

springmvc+font-awesome开发出的页面显示方框乱码的解决方法

在web.xml中配置如下: <!-- springMVC核心配置 --> <servlet> <servlet-name>spring</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> <init-param> <param-name>contextConfigLoca

org.apache.catalina.LifecycleException报错解决方法

严重: A child container failed during startjava.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ums_ssm]] at java.util.concurrent.F

SpringMVC 返回json的日期格式的问题的解决方法

springMVC中josn的日期类型输出默认是时间戳,需要进行日期格式转换. 格式化输出json 方法1. 在实体类的getter方法上面添加@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") 就可以将json的日期格式化.需要导入的json的相关jar包 @JsonFromat存在于jackson-annotations-2.1.0.jar中. Maven项目需要添加的依赖: <!--

板卡调试遇到个JTAG下载失败的问题原因及解决方法

新生产的6块板卡,其中1块JTAG下载老是失败.即使更换下载线.机器重启也无济于事. 遂挨个排查原因: 1.首先怀疑TMS.TDS.TDI.TCK的上.下拉电阻有问题.经过观察.并用万用表测量没有发现虚焊.短路的情况. 2.查FPGA供电,IO电压VCC与GND之间的阻值正常:VCC1.2与GND之间的阻值也正常,阻值较其他几块板卡偏大.但均没有出现短路的情况,应该不影响. 3.给FPGA上电,测量FPGA去耦电容上VCC.GND之间的电压.发现问题,3.3V正常:但1.2V的地方电压只有0.5

springmvc前台传递到controller层的中文乱码解决方法

@RequestMapping("/judge") public String judgeLogger(@RequestParam String userName, @RequestParam String password, @RequestParam String sex, RedirectAttributes redirectAttributes) { // 乱码解决方法 try { String name = new String(userName.getBytes("

springMVC浏览器接受json报406错误的解决方法

这个错误还真难搞,头一次遇见还真没有什么好办法解决,上网找了很多资料,一一试过也不能很好的解决,最后经过朋友,同事一起努力,终于征服了.留下笔记,供大家参考: 1.我后台测试代码如下: @RequestMapping("/json") public @ResponseBody String json() { return "this is json"; } @RequestMapping("/json2") public @ResponseBod

idea调试springMVC报错:通配符的匹配很全面, 但无法找到元素 &#39;mvc:resources&#39; 的声明

错误信息如下: org.apache.catalina.core.ApplicationContext log 严重: StandardWrapper.Throwable org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 39 in XML document from class path resource [spring-mvc.xml] is invalid; nested exceptio