Ce contenu n'est pas disponible dans la langue sélectionnée.
2.5. Windows directory structure
The following is the default directory layout after a successful installation:
|-- bin
|-- doc
|-- etc
| |-- httpd
| |-- postinstall.bat
| |-- ssl
| `-- sysconfig
|-- include
|-- lib64
|-- sbin
|-- share
| |-- apache-tomcat-5.5.28
| |-- apache-tomcat-6.0.24
| |-- java
| |-- tomcat5
| `-- tomcat6
`-- var
|-- cache
|-- log
|-- run
`-- www
The Windows directory structure follows Red Hat Enterprise Linux conventions:
- The
binandsbindirectories contain the executable files for Apache HTTP Server and Tomcat. - The
etcdirectory contains configuration files for Apache HTTP Server and the post-installation script. - The
sharedirectory contains Apache Tomcat 5 and 6 installations and shared Java JARs. - The
varcontains two sub-directories:log- This directory contains the log files for Apache HTTP Server and Tomcat.
www- Apache HTTP Server looks in this directory for web content in the
defaultconfiguration.