On Wed, Jul 22, 2009 at 12:10 PM, Lisa D Beggs/AC/VCU<[email protected]> 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 ------------------------ [email protected] twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
