如何在我的服务器应用程序中运行 apache-tomee?

时间:2021-05-10 16:10:26

标签: java web server apache-tomee

嗨,我正在用 java 学习 rest api,我下载了该项目,但它需要一个服务器...手动添加 apache tomee 但是...

这是我在应用程序输出中得到的

(您可以在此处查看代码:https://github.com/jattorri/javaWebServer

我使用的是 netbeans11

ant -f C:\\Users\\Juan\\Desktop\\WebAppServer -Dnb.internal.action.name=run -Ddirectory.deployment.supported=true -DforceRedeploy=false -Dnb.wait.for.caches=true -Dbrowser.context=C:\\Users\\Juan\\Desktop\\WebAppServer run
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Starting Tomcat process...
Waiting for Tomcat...
Starting of Tomcat failed.
C:\Users\Juan\Desktop\WebAppServer\nbproject\build-impl.xml:1041: Deployment error: Starting of Tomcat failed.
See the server log for details.
BUILD FAILED (total time: 2 seconds)

这是我的 apache-tomee 输出

"127.0.0.1" no se reconoce como un comando interno o externo,

Using CATALINA_BASE:   "C:\Users\Juan\Desktop\apache-tomee-microprofile-8.0.6"
programa o archivo por lotes ejecutable.
Using CATALINA_HOME:   "C:\Users\Juan\Desktop\apache-tomee-microprofile-8.0.6"
Using CATALINA_TMPDIR: "C:\Users\Juan\Desktop\apache-tomee-microprofile-8.0.6\temp"
Using JRE_HOME:        "C:\Program Files\Java\jdk-12.0.2"
Using CLASSPATH:       "C:\Users\Juan\Desktop\apache-tomee-microprofile-8.0.6\bin\bootstrap.jar;C:\Users\Juan\Desktop\apache-tomee-microprofile-8.0.6\bin\tomcat-juli.jar"
Using CATALINA_OPTS:   ""

0 个答案:

没有答案
相关问题