> From: Scott Purcell [mailto:[EMAIL PROTECTED] 
> Subject: Re: Help Configuring Engine/Host/Context
> 
> I was hoping I would call www.myurl.com and it would call
> www.myurl.com/unique.

That is exactly what will happen if you replace the Tomcat ROOT app with
your own.  Read the rules for the <Context> tag carefully, especially
with regards to where to put the .xml file and the allowable attributes.
If you've hacked at the Tomcat config already, you might want to do a
clean reinstall, then simply delete the ROOT webapp and put your own in
as ROOT.war or under the ROOT directory.  Don't change appBase, don't
set the path or docBase attributes.  (You probably don't even need a
<Context> for your app, unless you have specific security or resource
requirements.)  Get it working the simple way before experimenting with
more esoteric configurations.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to