one way to solve apache not start in netbeans IDE


http://stackoverflow.com/questions/22225764/starting-of-tomcat-failed-from-netbeans
 
the path should like C:Program FilesApache Software FoundationApache Tomcat 8.0.27bin
Find the bellow configuration in your catalina.bat file.

:noJuliConfig
set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%"
:noJuliManager
set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER%"

Just remove the double quotes

:noJuliConfig
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%
:noJuliManager
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER%
,

Leave a Reply

Your email address will not be published. Required fields are marked *