Hi,

 I am trying to deploy an application on tomcat 4.1 and apache 2.0 with
module webapp. 
Configurations are :

Httpd.conf

<VirtualHost abc.lll.com>
        ServerName abc.lll.com:80(added due to port bug or deprecation)
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /var/tomcat4/webapps/examples/
        WebAppConnection conn  warp  localhost:8008
        WebAppDeploy examples conn /
</VirtualHost>


error in access_log

[Wed Jul 23 19:00:55 2003] [error] Cannot deploy application examples
[Wed Jul 23 19:00:55 2003] [error] Cannot deploy application examples
[Wed Jul 23 19:00:55 2003] [error] Cannot deploy application examples


If instead of the deploying on / I use the /examples/ then I am able to
get 

http://abc.lll.com/examples/

but I need the url to be http://abc.lll.com/ 


In apache 1.3 it seems to work ...

any ideas ?????






-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to