Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/400.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 无法从netbeans macOSX启动Apache Tomcat(问题1:部署错误:启动Tomcat失败,问题2:端口8080已在使用) 这就是我的工作方式。 1) 转到**/Downloads/apache-tomcat-9.0.37/conf** 在server.xml文件中,在HTTP/1.1的连接器元素中,添加以下属性:server=“Apache Coyote/1.1”。 例子: 2) 转至netbeans8.2。应用程序->右键单击显示包内容->内容->资源->netbeans->企业->模块-> 然后您可以找到文件(“org-netbeans-modules-tomcat5.jar”)并将其替换为“https://issues.apache.org/jira/secure/attachment/12994224/org-netbeans-modules-tomcat5.jar"_Java_Tomcat_Netbeans - Fatal编程技术网

Java 无法从netbeans macOSX启动Apache Tomcat(问题1:部署错误:启动Tomcat失败,问题2:端口8080已在使用) 这就是我的工作方式。 1) 转到**/Downloads/apache-tomcat-9.0.37/conf** 在server.xml文件中,在HTTP/1.1的连接器元素中,添加以下属性:server=“Apache Coyote/1.1”。 例子: 2) 转至netbeans8.2。应用程序->右键单击显示包内容->内容->资源->netbeans->企业->模块-> 然后您可以找到文件(“org-netbeans-modules-tomcat5.jar”)并将其替换为“https://issues.apache.org/jira/secure/attachment/12994224/org-netbeans-modules-tomcat5.jar"

Java 无法从netbeans macOSX启动Apache Tomcat(问题1:部署错误:启动Tomcat失败,问题2:端口8080已在使用) 这就是我的工作方式。 1) 转到**/Downloads/apache-tomcat-9.0.37/conf** 在server.xml文件中,在HTTP/1.1的连接器元素中,添加以下属性:server=“Apache Coyote/1.1”。 例子: 2) 转至netbeans8.2。应用程序->右键单击显示包内容->内容->资源->netbeans->企业->模块-> 然后您可以找到文件(“org-netbeans-modules-tomcat5.jar”)并将其替换为“https://issues.apache.org/jira/secure/attachment/12994224/org-netbeans-modules-tomcat5.jar",java,tomcat,netbeans,Java,Tomcat,Netbeans,在搜索进程id后终止进程 ps-ef | grep tomcat 然后 kill-9 然后再次启动tomcat。问题在于netbeans。Apache tomact服务器通常使用./catalina.sh start命令启动,但从netbeans它不会启动 This is how it worked for me. 1) Go to **/Downloads/apache-tomcat-9.0.37/conf** In the server.xml file, in the Connector


在搜索进程id后终止进程
ps-ef | grep tomcat
然后
kill-9


然后再次启动tomcat。

问题在于netbeans。Apache tomact服务器通常使用./catalina.sh start命令启动,但从netbeans它不会启动
This is how it worked for me.
1) Go to **/Downloads/apache-tomcat-9.0.37/conf**

In the server.xml file, in the Connector element for HTTP/1.1, add the following attribute: server="Apache-Coyote/1.1".

Example:

<Connector
  connectionTimeout="20000"
  port="8080"
  protocol="HTTP/1.1"
  redirectPort="8443"
  server="Apache-Coyote/1.1"
/>

2) Go to netbeans8.2 . app -> right click show package contents ->contents->resources->netbeans->enterprise->modules->

then you can find and replace the file ("org-netbeans-modules-tomcat5.jar") with "https://issues.apache.org/jira/secure/attachment/12994224/org-netbeans-modules-tomcat5.jar"