Hello i have read the whole days long possibilities to map a upload folder to tomcat.
What i did:
- create a file /conf/Catalina/localhost/test.xml
Content of the file:
<?xml version='1.0' encoding='utf-8'?>
<context docbase="/home/uploads"></context>
- Start tomcat
- I get the following error: Schwerwiegend: Error deploying configuration descriptor test.xml
What is wrong?
My folder uploads contains a file 4.png so that i thought i should be able to open that file with localhost:8080/test/4.png after the context file could be read.
Hope you guys can help me.