Subject: Re: Setting up a virtual host
From: "Hyunjin Kim" <[EMAIL PROTECTED]>
===
Assuming you are using mod_webapp, add the following to <virtualhost
directive:
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy [tomcat webapp name] warpConnection /
<VirtualHost 211.116.250.145>
ServerName asdf.com
ErrorLog logs/asdf.com-error_log
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy [tomcat webapp name] warpConnection /
</VirtualHost>
Good luck.
"Diego, Emil" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I have a web server configured to use apache 1.3 and tomcat 3.2.3 on
Redhat
> Linux 7.2. It is currently working fine without any problems.
>
> My problem is that I setup a virual host on the apache server using a
Named
> based virtual host tag. The web part of it works fine. But the JSP files
I
> put in there don't work any more. What do I need to do to setup tomcat to
> process the jsp files in this virtual site?
>
>
> Emil Diego
> Web Coordinator
> University of Miami School of Business
> [EMAIL PROTECTED]
> ph: 305.284.5449
> fx: 305.284.3404
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>