Hi All -
I have a very basic tomcat setup that generally worked right out of the
"box". To make upgrades simplier, I move my webapps and conf files out of
CATALINE_BASE and specifically set my own CATALINA_HOME env variable. In
the past, to upgrade tomcat, I simply changed my CATALINA_HOME va
Hi All -
I have quite a few installs of Tomcat on the same server (same
CATALINA_HOME, different CATALINA_BASE), and I am interested in making my
configs a little more portable. I'm trying to make certain unique items
in my server.xml variable ( ${variablename} ), being pulled from my
CATALIN
> > I have quite a few installs of Tomcat on the same server (same
> > CATALINA_HOME, different CATALINA_BASE), and I am interested in making
my
> > configs a little more portable. I'm trying to make certain unique
items
> > in my server.xml variable ( ${variablename} ), being pulled from my
> I have the following configuration (config files below) and am
> encountering the error
> “ajp_connection_tcp_get_message::jk_ajp_common.c (1033): wrong
> message format 0x4854 from 127.0.0.1:8082” when attempting to access
> a URL that matches one of my JKMounted entries. My versions are
> li