Unable to create the directory error

后端 未结 5 1182
[愿得一人]
[愿得一人] 2020-12-10 04:34

I created a new subdomain and uploaded the WAR file into its directory, but the server returns following error.

java.io.IOException: Unable to create the dir         


        
5条回答
  •  离开以前
    2020-12-10 05:34

    try:

    sudo chown -R tomcat:tomcat /home/jack/public_html/
    

    probably you shouldn't need to change for the entire public_html, but you can try to see if it works, and then restrict permissions to your desired folder.

提交回复
热议问题