Hi,

>How is server.xml configured on a virtual private server (VPS) web
host.
>
>Where should appBase point for the virtual hosts?

That depends on what exactly you mean.  There are a couple of ways to go
about this.  One is what you posted: an Engine element in server.xml
with numerous Hosts.  For this case each appBase should be the directory
where the user for the host is putting their webapps.

Another way is to use the user webapp feature, which lets you do things
like http://a.b.com/~user1 and http://a.b.com/~user2 served out of user1
and user2's public_html directories respectively.  There are other
configuration options as well: see the Host config reference section
titled User Web Applications at
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html.  For
this case, the appBase doesn't matter much: leave it as Tomcat's default
most likely.

Yoav



This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


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

Reply via email to