Hi.
I just struggled with this and here's what I've determined so far. It
depends on where your context xml file lives:
1) If your context XML file is named via the convention
$CATALINA_HOME/conf/[enginename]/[hostname]/[contextname].xml, then you're
fine. Note that the file name is named afte
ok, figured I'd reply to this post one more time because I think this
issue is directly related to the context descriptor and anyone who is
using MySQL and upgrading from tomcat 5.0.28 to 5.5.16, and likely
other versions. You need to configure the resource factory
differently than how the docs di
ok, I solved the problem for my configuration and perhaps my solution
will help you. I'm running tomcat 5.5.16 on win XP and java 1.5_06.
I have my webapp sitting in a directory titled ROOT instead of appName
as I had it in tomcat 5.0.28 (of course I renamed the original ROOT
directory to somethi
I'm having the exact same problem and have followed a similar path
looking for a solution - but no success yet. I'll keep the list
posted if I find anything. I eagerly await suggestions here too of
course.
thx
Eric
On 4/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'm migrating web app
I'm migrating web applications from Tomcat v.4 to v.5.5 and having some
trouble adapting my old virtual hosts setup with the 5.5 recommended
methods.
According to http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
"In addition to nesting Context elements inside a Host element, you can