Hi Christopher,

I don't use a WAR.  Everything is static (folder structure is already
set up in docRoot folder).  The WEB-INF folder is in the root.

Server.xml:

<Host name="aaaaaa.bbbbbb.net" debug="0"
appBase="c:\domains\aaaaaa.bbbbbb.net" unpackWARs="true" >
   <Valve className="org.apache.catalina.authenticator.SingleSignOn"
debug="0" />
   <Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs" prefix="staging_access." suffix=".log"
pattern="common" />
   <Logger className="org.apache.catalina.logger.FileLogger"
directory="c:\domains\aaaaaa.bbbbbb.net/logs " prefix="sa"
suffix=".txt" timestamp="true" />

   <Context path="/manager" privileged="true"
docBase="c:\Tomcat7\webapps\manager" />

   <Context path="/" docBase="" debug="0" reloadable="true"
crossContext="true" />
</Host>

On Thu, Jan 30, 2014 at 12:52 PM, Christopher Schultz
<ch...@christopherschultz.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Jerry,
>
> On 1/30/14, 1:31 PM, Jerry Malcolm wrote:
>> I have a virtual server that has one app (other than manager), and
>> this app resides at the root of the domain. I know that is not the
>> best practices recommended... but it is what it is, and it works,
>> at least other than with the manager.
>>
>> The manager lists the "/" context and tells me how many active
>> sessions, etc.  But when I try to stop and restart the app using
>> the buttons on that line on the manager, I get:
>>
>> FAIL - No context exists for path /
>>
>> Is there something I can do to the configuration to make the
>> manager be able to stop/start this app?
>>
>> Thx.
>>
>> Jerry
>>
>> Server: Apache Tomcat/7.0.27 JVM:  1.7.0_13-b20 Win Server 2008
>
> Where is your WAR file (or exploded WAR dir) located (and what is it
> called)? How have you configured Tomcat to deploy the WAR (auto-deploy
> from webapps/, XML-file deployment from
> conf/[engine]/[host]/[webapp].xml, or directly in server.xml)?
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQIcBAEBCAAGBQJS6p9uAAoJEBzwKT+lPKRYW84P/Ax+WPeKtLl3rgoimHFWNOUZ
> 29HB2yMxyJfiD0iKoJyuGDDsYh86nutxXPjx9SViqHcObn7r8TwIWNYU+oHKPfxC
> b8EotWCqf2nW+CrdJFFRjTJtetn3JeAiU1pm9UwIkxhWci0loL0Zo3UpG/KITED/
> FVvz7pu9xtQuoSLV2UDQ//5UAZgjXaGRC2TzJIBkTVe3LmxGck2epXzcQV1iGmQf
> SwWsUsgGzq3bQU0prZ+4IFnyEZK+tvLtW/uJsmkomXeTVyFRlGY7tPpZmyir80Px
> 69fheYIwJAIWTNKgRfPkHCnPTcfrbH5e4vtfVmQXqaeA0G+k8oGV7Z1oCR21S6qM
> uqQJhm8b68mACMv2ZeiSlixjyV78Fux4wXPr+SBZYtD//wqT5SHm9Il4Dipx9i3r
> NdrecjPWvLjtmL8t3hZXVMk3KmROmUuaRwS7zEndA7XYFf1nRDN2fLEhpFeO4bZE
> 4JxW87PpwLVN7Z90Uvg1XUTCIjwONj8kSstmhFA+3vwXwmy+UJDHiLp8jsPybyv2
> ZxDdBLH+l+eZufEh2m5q2lM9+wC4otqytS5kgL4lcb/Hh2rKU6zZ6sH1icTOmxvP
> JEiTm/N4UkMq5J4posI2sXptGDiLS2YPRjmEd1WRQbUKlH1ui0YaxlpjJjjw8yaf
> vTkJkawVvN5wPfQBQzD5
> =9qSC
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

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

Reply via email to