Tomcat: java.io.IOException : Destination “xxx” directory cannot be created"

前端 未结 1 1208
一个人的身影
一个人的身影 2021-01-16 03:25

I would like to do projects backup from one location to another location in network.this sample application has been written in struts.
This was achieved by using

相关标签:
1条回答
  • 2021-01-16 04:02

    You will have to setup a permission (in your case File Permission) for your webapplication as Tomcat runs a Security Manager, for security precautions. See here for configuration.

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