此内容没有您所选择的语言版本。
4.6. Folder Structure
The following is the default folder layout after a successful installation:
|-- bin
|-- doc
|-- etc
| |-- httpd
| |-- postinstall.bat
| |-- ssl
| `-- sysconfig
|-- include
|-- lib[64]
|-- sbin
|-- share
| |-- apache-tomcat-5.VERSION
| |-- apache-tomcat-6.VERSION
| |-- java
| |-- tomcat5
| `-- tomcat6
`-- var
|-- cache
|-- log
|-- run
`-- www
The Windows folder structure follows Red Hat Enterprise Linux conventions:
- The
binandsbindirectories contain the executable files for Apache HTTP Server and Tomcat. - The
etcfolder contains configuration files for Apache HTTP Server and the post-installation script. - The
sharefolder contains Apache Tomcat 5 and 6 installations and shared Java JARs. - The
varcontains four sub-directories:-
cache - The
cachecontains resources cached by the server.. -
log - This
logfolder contains the log files for HTTP Server and Tomcat. -
www - Apache HTTP Server looks in this folder for web content in the
defaultconfiguration. -
run - The
runfolder contains PID files.
-