When I go to C:\Apache24\bin
and install apache using httpd -k install
, it installs into C:\Program Files
.
I am unable to do anything with the war files when this happens, because I always get the error
java.io.IOException: Unable to create the directory
What must I write in the C:\Apache24\httpd.conf
file to make it install to C:\Apache Tomcat
instead of C:\Program Files
?