You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Gustavo Castro <ga...@gmail.com> on 2020/04/06 01:50:24 UTC

Fwd: Netbeans 11.3 - Starting of Tomcat failed, the server port 8181 is already in use.

---------- Forwarded message ---------
De: Gustavo Castro <ga...@gmail.com>
Date: dom., 15 mar. 2020 a las 18:03
Subject: Netbeans 11.3 - Starting of Tomcat failed, the server port 8181 is
already in use.
To: <us...@tomee.apache.org>


Hi
I am testing tomee-plume 8.0.2, on netbeans 11.3. netbeans run the server
(I could prove from the browser that the server is running), but I can't
run my hello world (JSP). No error is displayed in the log.

output netbeans
Packaging webapp
Assembling webapp [helloTomEE] in
[/home/gacs/GS/cursos/javaEE/helloTomEE/target/helloTomEE-1.0]
Processing war project
Copying webapp resources
[/home/gacs/GS/cursos/javaEE/helloTomEE/src/main/webapp]
Webapp assembled in [73 msecs]
Building war:
/home/gacs/GS/cursos/javaEE/helloTomEE/target/helloTomEE-1.0.war
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 15.339 s
Finished at: 2020-04-05T19:44:14-06:00
Final Memory: 18M/167M
------------------------------------------------------------------------
Deploying on Apache TomEE web
    profile mode: false
    debug mode: false
    force redeploy: true
Starting Tomcat process...
Waiting for Tomcat...
Starting of Tomcat failed.


Try solving by changing the ports (8181,8989,8089, etc.) in case it was
some other application that used port 8080, but find that the assigned
port, uses it is the same Tomée.

Wanting to rule out the flaw in netbeans, I tried my hello world (JSP) with
glassfish v5 and it worked fine.
please any solution you advise me

Beforehand thank you very much

Regards