Hi,

I had successfully installed Apache Tomcat/5.0. I can login into
http://domain.com:8080/admin. I am using http-proxy as the connector.
I would like to enable a vhost which i host to run jsp. What should i
edit in the httpd.conf to work with tomcat? Thanks

<VirtualHost 203.208.228.153:80>
<Directory /home/www/monster/html>
      AllowOverride All
</Directory>
      ServerAdmin [EMAIL PROTECTED]
      ServerName monster.domain.com
      DocumentRoot /home/www/monster/html/
      ScriptAlias /cgi-bin/ /home/www/monster/html/cgi-bin/
</VirtualHost>

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

Reply via email to