Hi I have installed Apache 1.3.22 and Tomcat 4.0.
I can view all files at the following url like http://localhost/examples/servlets/edipo.edi but I cannot view http://localhost/examples/servlets/myxml.xml file I can open the file from C drive and see I can view by typing the url address. Can Any one tell me what could have gone wrong here. Both these files are in C:\Tomcat4.0\webapps\examples\servlets\ folders Attaching my my httpd.conf file. I have added the four points in Httpd.conf 1. LoadModule webapp_module modules/mod_webapp.so 2. AddModule mod_webapp.c 3. Alias /examples/ "C:/Tomcat4.0/webapps/examples/" <Directory "C:/Tomcat4.0/webapps/examples/"> AllowOverride None Options None Order allow,deny Allow from all </Directory> 4. <IfModule mod_webapp.c> WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples WebAppInfo /webapp-info </IfModule>
httpd.conf
Description: httpd.conf
-- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
