Base document does not exist or is not a readable directory

0

Hi, I'm looking at a tutorial and when I run the server I get the following error:

  

The Base Document   C: \ work \ SpringMVCSignupLoginPasswordEncoder \ target \ SpringMVCSignupLoginPasswordEncoder-0.0.1-SNAPSHOT   does not exist or is not a readable directory

File server.xml of Tomcat 7.0         

    <!-- SingleSignOn valve, share authentication between web applications
         Documentation at: /docs/config/valve.html -->
    <!--
    <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
    -->

    <!-- Access log processes all example.
         Documentation at: /docs/config/valve.html
         Note: The pattern used is equivalent to using pattern="common" -->
    <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" pattern="%h %l %u %t &quot;%r&quot; %s %b" prefix="localhost_access_log." suffix=".txt"/>

  <Context docBase="C:\work\SpringMVCSignupLoginPasswordEncoder\target\SpringMVCSignupLoginPasswordEncoder-0.0.1-SNAPSHOT\" path="/SpringMVCSignupLoginPasswordEncoder" reloadable="true" /></Host>

In the tutorial it says to copy the URL where the project is located, what I already did, if someone could help me, I would appreciate it very much.

  

Tools:   -Java 8   -Spring 4 MVC   -Tomcat 7.0   -MySql

    
asked by Rodrigo Cortes 26.09.2018 в 19:19
source

1 answer

0

Here they propose a solution to the same problem.

link

    
answered by 27.09.2018 в 21:00