message java.lang.IllegalStateException: No output folder

前端 未结 11 1154
野性不改
野性不改 2020-12-06 04:01

I am new to Tomcat on Windows. I am trying to deploy my Java project which I have made in RHEL 5 using Tomcat. Now I want to run that project on window. So I copied and past

11条回答
  •  萌比男神i
    2020-12-06 04:31

    I have changed the permissions for the work directory and it's working...

    Steps:
    1. Go to the directory where tomcat is present
    2. Execute the command:
    sudo chmod 777 work

提交回复
热议问题