Starting of Tomcat failed from Netbeans

I have problem with starting Apache Tomcat 8.* from Netbeans IDE 8.2.

When I click "start", I got "Starting of Tomcat failed".
  • Error Name: Starting of Tomcat failed:


  • Solution:
  • Step 01: Open and Goto [Operating System Drive]:\Program Files\Apache Software Foundation\Apache Tomcat 8.0.27\bin
  • Step 02: Open [catalina.bat] file with Administrator rights or permission in any editor. Right click on catalina.bat > Select Edit option.
  • Step 03: Find the below configurations lines in your catalina.bat file using find option.
:noJuliConfig
set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%"

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



  • Step 04: Change it as in below by removing the double quotes:
:noJuliConfig
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%
:noJuliManager
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER%

Before:

After:

  • Step 05: Now save your changes, and start your tomcat from NetBeans.


  • Step 06: Enjoy the solution.
Youtube video: Sarthak Edu

1 Comments

Thanks a lot for query or your valuable suggestions related to the topic.

Previous Post Next Post

Contact Form