How to solve Apache Tomcat start-up problem in Netbeans
To remove the error which you get while working with Netbeans
Follow the following Step:
1. Go to Tomcat Apache Folder where you have installed
2. Double Click on the folder.
3. Click on the bin folder
4. Search for catalina.bat ..Right click on it..Click on Edit
5. Check for set Java_opts=%Java% %logging_config%
6 Check for set Java_opts=%Java% %logging_manager%
Remove double quote from the above two set
Restart the Tomact Server
Execute the page
Your page would be compiled
Warm Regards
for further query give your feedback....!!!!!!!!
Comments
Post a Comment