-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alex,
Alex Epshteyn wrote: | Suppose I have the following in my server.xml: | | <Host name="localhost" appBase="webapps" unpackWARs="true" | autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> | <!-- Serve foo from the root dir of the Tomcat server --> | <Context path="" docBase="foo" debug="0" reloadable="false" cookies="false" /> | <!-- Serve the root webapp from the /root context path --> | <Context path="/root" docBase="ROOT" debug="0" /> | </Host> In Tomcat 5.5, it is recommended to use context.xml files in WAR files (or exploded WAR files in directories) placed directly into the Engine's "appBase" directory. You should not have to specify any <Context> elements in server.xml. If you want to re-name the current ROOT webapp to something else, then simply rename the directory to suit your needs. Name your own webapp ROOT and you should be good to go (note that case is significant, even on case-insensitive file systems like *FAT and NTFS). - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkfv80UACgkQ9CaO5/Lv0PCVuwCfdP6NTlXd8bncqtX+DEJ6wlnh ScEAoJ/BuBGrXOB30GLLh6uNyFizMGe3 =4Mkq -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]