On Wed, Jul 22, 2009 at 12:10 PM, Lisa D Beggs/AC/VCU<ldbe...@vcu.edu> wrote:

Sorry, didn't even look at this before:

>        <Host name="www.websitename.edu"
> appBase="\webapps\InfoViewApp\logon.jsp"

Totally wrong -- change to  appBase="/webapps"

>        <Context path="" docBase="."/>

Remove the Context element totally from server.xml.

Then remove the existing ROOT context and rename yours to ROOT
(or ROOT.war, depending on how you're deploying).

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to