user manual

Chapter 4: Web components 29
Borland web container implementation
can be placed in .htaccess files, check the Context of the directive. You can
control which directives can be placed in .htaccess files by configuring the
AllowOverride directive in the main configuration files.
Apache directory structure
After installing the Apache web server, by default, the following Apache-
specific directory structure appears in:
<install_dir>/var/domains/<domain_name>/configurations/
<configuration_name>/mos/<apache_managedobject_name>/
Borland web container implementation
The Borland web container supports development and deployment of web
applications. All BES products (with the exception of VisiBroker Standalone
installation option) provide the Borland web container which is based on
Tomcat 4.1. The Borland web container is a sophisticated and flexible tool that
provides support for Servlets 2.3 and JSP 1.2 specifications.
As a "Partition service", all the Borland web container configuration files are
located in each of your Partitions' data directory under:
adm/tomcat/conf/
By default, a Partition's data directory is located in:
<install_dir>/var/domains/<domain_name>/configurations/
<configuration_name>/mos/<partition_name>/
For example, for a Partition named "standard", by default the Borland web
container configuration files are located in:
<install_dir>/var/domains/<domain_name>/configurations/
<configuration_name>/mos/standard/adm/tomcat/conf/
Otherwise, for the location of a Partition data directory, go to the
configuration.xml file located in:
<install_dir>/var/domains/<domain_name>/configurations/
<configuration_name>/
Table 4.1 Apache-specific directories
Apache-specific Directory Name Description
conf Contains all configuration files.
htdocs Contains all HTML documents and web
pages.
logs Contains all log files.
CGI-bin Contains all CGI scripts.
proxy Contains the proxies for your web
application.
icons Contains the icon images in .gif format.