migar wrote:

I would like to set up my Apache2/Tomcat4.1 server so that my domain root the.domain.com will point directly

<VirtualHost *:80 >
  ServerName the.domain.com
  DocumentRoot "C:/some/directory"
  #Add the auto aliasing here
  JkAutoAlias C:/some/directory
  JkMount /*.jsp ajp13
</VirtualHost>



MT.

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



Reply via email to