Trying to change the webroot directory,
I modified the server.xml file ,
this line :
<Host name="127.0.0.1" appBase="webapps"
unpackWARs="true" autoDeploy="true" docBase="C:/SitesPlarts">
i put : docBase="C:/SitesPlarts"
I get an error , It is looking in : C:\lucee\tomcat\webapps\ROOT
Where do i need to modify in server.xml ?
Thanks for help.
Pierre