Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
573 views
in Technique[技术] by (71.8m points)

spring - tomcat Exception fixing docBase for context - unable to create the directory

Recently I develop Spring boot project that has complex problems such as downgrading JDK version, changing message format from yaml to properties and using tomcat(I didn't use tomcat because it is Spring boot project. But my senior ordered me to run it with tomcat.).

↓ Project Detail
IDE: IntelliJ.
JDK version: I am trying to change JDK version from 8 to 6.(Senior's order). But this work is actually not finished clearly. Maybe it might be one of causes of another problem
Framework: Spring boot 1.5.2, Spring 4.3.7
Tomcat version: 7.0.92 (not embedded)

Now, I am facing error like this ↓
2021. 1. 11 PM 2:36:44 org.apache.catalina.startup.ContextConfig beforeStart : Exception fixing docBase for context [/hhhh]
java.io.IOException: Unable to create the directory [C:Program FilesApache Software Foundationomcat-7.0.72webappshhhh]

Of course, I have another error but I think I should solve it first. What should I check first for solving this problem?

Thank you.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...