tomcat installation exception

后端 未结 10 761
忘掉有多难
忘掉有多难 2020-12-16 16:06

I\'m trying to install tomcat-7.0.27 on windows 7. I then clicked bin/startup.bat, a window shows up and I see \"INFO: Server startup in 761 ms\" at the last line. I then tr

相关标签:
10条回答
  • 2020-12-16 16:29

    Check whether CATALINA_HOME environment variable is set to correct tomcat path

    0 讨论(0)
  • 2020-12-16 16:39

    google directed me here when searching for:

    HTTP Status 500 - java.lang.IllegalStateException: No output folder
    

    I am a Mac OS X 10.8.2 Mountain Lion user. What I needed to do was, after going to usr/local

    sudo chown -R <YOUR_USERNAME> apache-tomcat-7.0.34
    

    Of course everything happens in Terminal. You should also pay attention to change numbers in folder name appropriate to your apache tomcat version.

    0 讨论(0)
  • 2020-12-16 16:39

    Thanks for the solution.

    this problem is solved in my computer with below step.

    1. right click "startup.bat" located in the "bin" folder of your apache installation.

    2. Click "Run as Administrator"

    0 讨论(0)
  • 2020-12-16 16:43

    You do not have required access rights for creating folders inside your system drive.

    You can solve this by

    1. right click "startup.bat" located in the "bin" folder of your apache installation.

    2. Click "Run as Administrator"

    0 讨论(0)
提交回复
热议问题