

Note: Having a favicon image is not a requirement, but modern browsers attempt to load this image by default. You can replace this with your own file, but use the name favicon.ico so browsers will display it properly.
#XAMPP TOMCAT ROOT FOLDER WINDOWS#
Entries in the PAC file resolve domain names to local host allowing testing without the need for a DNS entry or writing an entry in the Windows hosts file.ī) Web pages are served from folder Your Server\www, which is commonly referred to as the server root folder. Creating an Apache Vhost add an entry to this file. In addition the controller provides a menu option to edit or view the Your Server PAC file. For example, just rename "D:\bad path\Your Server" to "D:\good_loc\Your Server". You do not have to delete the directory and reinstall. If the current installation is on a faulty path, the situation can easily be resolved by just moving the your server directory to a proper location. The system restore issue applies mainly to individual component installs. Many applications that will be hosted on the server do not tolerate spaces in paths. Note: The space character restriction is generic and applies to other WAMP stacks as well. We recommend installing to the drive root, such as "C:\" or "D:\" for simplicity, but other locations, such as "C:\test1\appserver" work just as well. Do not use "C:\Program Files", for example (which has other problems as well, such as restricted permissions and system restore inconsistencies). The path to folder for your server must not contain spaces. You now have the following options: Disable (kill process) the offending items


Any IP followed by :80 means port 80 is being used. This produces a list of what ports are being occupied. The following check works on XP home and XP Pro: Start a command prompt start > run > type in cmdĪt the command prompt type netstat -ano | find "LISTENING" | find ":80" Before starting your server make sure you do not have another service running on Port 80. If port 80 is being used by another service or server Your Server will not start.
