It doesn't work !!!
I wrote WebAppDeploy /var/www/mysite.com conn / in httpd.conf but the jsp
pages don't work.
How can I setup the server.xml? I have to create a tag <host>..</host>
Tomcat home is in /usr/tomcatb6
My sites (html and jsp file) are in /var/www/...
Roberto.
----- Original Message -----
From: "Pier P. Fumagalli" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 21, 2001 3:42 PM
Subject: Re: Configuration
> Roberto B. at [EMAIL PROTECTED] wrote:
>
> > <VirtualHost xxx.xxx.xxx.xxx>
> > DocumentRoot /var/www/mysite.com
> > ServerName www.mysite.com
> > WebAppConnection conn warp localhost:8008
> > WebAppDeploy mysite.com conn /var/www/mysite.com
> > </VirtualHost>
>
> Your WebAppDeploy is wrong.... As written in the install.txt file it
should
> be
>
> WebAppDeploy /var/www/mysite.com conn /
>
> Pier
>