0
Good afternoon. I’m having a problem that Crawler4j (an external jar) tries to create files and folders in a Tomcat application but presents the following error:
Couldn’t create this Folder: /data/Crawl/root
How can I allow Tomcat to create files and folders?
The source code is https://github.com/MarcelorjOliveira/CrawlerSpring
Thank you in advance, Marcelo