ssage-
From: Steve Widmar [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 24, 2007 8:43 AM
To: Tomcat Users List
Subject: Tomcat refuses to return dynamically generated images from
TCD-deployed war
We use TCD [
http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html#Deploying%20
using%
ed the web and mailing lists, I see no comments on this issue
so here I am. Hoping it's something boneheaded & simple.
Guidance, anyone?
Cheers & thanks,
Steve Widmar
Ps: Tomcat 5.5.23, jvm 1.5.
-
To start a new to
Jason:
If your webapp is also outside tomcat, and you follow the rules (
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
), then so long as they're not in WEB-INF they should be accessable to
browsers.
Then its just a matter of getting the image URL correct (relative or
absolute URL,
The continuing (mundane) saga...
Martin - Good Morning to you, and thanks for your reply.
If I understand you, you're talking about my reload troubles.
I'm inferring from your post that reload should reload everything (incl.
META-INF/context.xml and WEB-INF/web.xml)...
Howevah, looking again at
This is partially resolved.
Turns out there was a copy of
$CATALINA_HOME/conf/[enginename]/[hostname]/(my-context-name).xml
around from earlier.
Not sure if I put it there or tomcat did, but removing that and
redeploying got it to recognize my custom props.
However,
It seems like whenever a
I'm trying to configure a mail server resource,
but I can't seem to get tomcat to honor the custom property values I've
provided.
In short, it uses [localhost] as the mail.smtp.host even if I set it to
something else (my actual smtp server).
Here's the details:
My META-INF\context.xml:
(