Quote:
quote:Originally posted by wireblock
Hi pls help !!
|
Hello You need to add an Alias in you httpd.conf file The apache webserver needs to be able to find the static resources in the examples directory.
Alias /examples/ "/var/www/jakarta-tomcat-4.1.29/webapps/examples/"
<Directory "/var/www/jakarta-tomcat-4.1.29/webapps/examples/">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Hope this helps
</Directory>