Posts

Showing posts from August, 2015

Other Way to solve Apache Tomcat start-up error......

Image
Steps to solve the Problem: 1.Open the Netbeans    then Services    then goto - Servers 2.Select the Apache server    then Start the server    it will show dialog with "Starting of Tomcat failed" 3.Then again right click on Apache server,     then click on Properties 4.It will show you a screen ,    Select the startup tab from the frame showed 5.Check the checkbox shown to you,     it will show you a browse option 6. Select the "catalina.bat" File path from your drives     and then open it 7.Close the frame and refresh the Apache server,     again start the server     The server will start up Note : To get the '.bat' file read the next post

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....!!!!!!!!