[mailto:mgai...@hotmail.com]
Sent: Friday, September 25, 2009 4:17 PM
To: Tomcat Users List
Subject: RE: Using administration url in application
you mentioned admin? ..for the most part i would suggest using JMXBean
instead
with JMX you are installing a listener on a different port so there is
no
t; From: mgai...@hotmail.com
> To: users@tomcat.apache.org
> Subject: RE: Using administration url in application
> Date: Fri, 25 Sep 2009 16:05:56 -0400
>
>
> one possible solution
>
> $CATALINA_HOME/conf/[enginename]/[hostname]/ROOT.xml
> where
>
> /*docBase is &
one possible solution
$CATALINA_HOME/conf/[enginename]/[hostname]/ROOT.xml
where
/*docBase is "an absolute pathname for this directory or WAR file, or a pathname
that is relative to the appBase directory of the
owning Host."*/
the reference for Context element and attribute docu
> From: Zeitlin, Michael (USAEO) [mailto:michael.zeit...@usdoj.gov]
> Subject: RE: Using administration url in application
>
> I did remove my existing ROOT directory and replaced
> it with my application.
Did you also remove the admin directory underneath the original ROOT? (Y
display the admin application at
the /[somethingElse] url?
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Friday, September 25, 2009 3:10 PM
To: Tomcat Users List
Subject: RE: Using administration url in application
> From: Zeitlin, Michael (US
> From: Zeitlin, Michael (USAEO) [mailto:michael.zeit...@usdoj.gov]
> Subject: Using administration url in application
>
> I have configured a Tomcat 5.5 server on and deployed my
> application onto in the root context.
Exactly how did you do this? The proper way is to remove the existing
webap