I am planning to change the webapps folder in tomcat server to use another folder.
I got to know that to do this we need to change appBase attribute in server.xml file, but how to give the full path in windows environment?
It is not detecting if I give something like below
<Host name="localhost" appBase="C:\Users\webapps"
unpackWARs="true" autoDeploy="true">
Could you please suggest how to do it. I am new to using tomcat