I have problem with starting Apache Tomcat 8.* from Netbeans IDE 8.2.
When I click "start", I got "Starting of Tomcat failed".
set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%"
:noJuliManager
set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER%"
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%
:noJuliManager
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER%
Before:
After:
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.
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:
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
Tags:
Java
It has teach far from what I know
ReplyDelete