http://wiki.cocoondev.org/Wiki.jsp?page=VirtualHost

this works for us 

check first if your webapp work asking content directly form tomcat 

http://......:8008/examples/test.xml (maybe)

--stavros

On Sat, 13 Dec 2003, Krishna wrote:

> Hi,
> 
>         I have installed Tomcat (tomcat4-4.0.1-1) , Cocoon-2.1 and
> Apache_1.3.23. The installation of these packages went fine.
>         Tomcat configuration files are in /var/tomcat4, Cocoon in
> /var/tomcat4/webapps/cocoon/ and Apache in /usr/local/apache
> 
>         This is my VirtualHost directive
>    <VirtualHost 203.xxx.xxx.yyy>
>     ServerAdmin [EMAIL PROTECTED]
>     DocumentRoot /usr/local/apache/htdocs
>     ServerName www.domain.net
>     WebAppConnection conn warp localhost:8008
>     WebAppDeploy examples conn /examples/
>    </VirtualHost>
> 
>    so, If I access http://203.xxx.xxx.yyy/examples/ , I can see the files
> placed under /var/tomcat4/webapps/examples and the servlets are
>    executing.
>    However when I made a test xml page it does not execute?
> 
>    Any idea? how I should configure it so that everything works under the
> DocumentRoot /usr/local/apache/htdocs/ ....for both xml and jsp pages!
> 
> 
> regards,
> Krishna
> 
> Krishna Shekhar, RHCE
> Network/Systems Engineer
> Spectranet
> http://www.spectranet.com
> 
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.550 / Virus Database: 342 - Release Date: 12/9/2003
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to