java - TomEE starts but Netbeans gives "Failed to start" error -


i'm using netbeans 8.0.2 (also, tried in latest nightly build) , trying start tomee plume server on port 8084 (tried on different port too). server starts , works fine, netbeans thinks not started , after approximately 2 minutes of waiting ("waiting tomcat") throws error window "tomcat failed start" or that.

there questions similar mine difference have totally no errors, "tomcat failed start" window, can't put log here says nothing useful. also, available solutions not working me.

i believe there's communication problems between netbeans , tomee, i'm sure problem in netbeans because tomee works , starts should, localhost:8084 gives me tomcat page though netbeans think failed start. there's small chance reason tomee not sending confirmation netbeans after starting, have no ideas how check that.

i've looked same issues, 2 common problems "'127.0.0.1*' not recognized internal or external command" , same have. solution suggested choose "no proxy" in tools-options, still didn't me.

also, sure, i've edited catalina.bat file , checked user permissions roles="admin-gui,manager-gui,admin,manager-script".

i hope faced same issue. also, i'd know problem solvable. thanks.

in server.xml, remove xpoweredby , server attributes connector:

<connector port="8080" protocol="http/1.1"            connectiontimeout="20000"            redirectport="8443" xpoweredby="false"            server="apache tomee" /> 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -