It is a placeholder.

Unfortunately, every time I paste a link in an email and send it to the list I get it returned as undeliverable by the Apache List Software as spam. I get it back with this:

   There was a SMTP communication problem with the recipient's email
server.  Please contact your system administrator.
   <valadd.com #5.5.0 smtp;552 spam score (5.7) exceeded threshold>


So I stopped trying to send links in the emails.

It does resolve to h t t p : // w w w . a c o r r e c t d o m a i n n a m e . c o m /images/bg_hdr_logo.gif

I would post the real link if the firewall allowed 8080 traffic through because then you could see the difference between the 'domain reference'/images/bg_hdr_logo.gif and the 'domain reference':8080/images/bg_hdr_logo.gif. The 8080 URL displays fine. The one at :80 displays nothing but a missing image.

I also tried Andre's suggestion to use

<Location /MyApp>
 SetHandler jakarta-servlet
</Location>

and it made no difference.

The Tomcat application is installed at ROOT so tonight I may try installing it at a different context and change the JKMount point and see if that makes a difference. I do have an identical application installed on a different server using Tomcat and Apache at a different context and behind ISA server and it works fine. I am just trying to get to the bottom of why this particular application instance installed at ROOT on Tomcat is responding OK and rendering OK at :8080/MyApp but through AJP it has no images at :80/MyApp.

Pete

Rainer Jung wrote:
On 19.02.2009 05:35, Pete Helgren wrote:
What do the URL's look like?  Here is an example.  If I right click and
get the properties on the "missing" image, I see this (well I'd add a
more "real" looking URL but the this mailing list has rejected my last 9
attempts as spam...):

MyDomain/images/bg_hdr_logo.gif and the image does NOT display.

What is MyDomain? Some placeholder you chose instead of showing us the real value, or is it actually sying "MyDomain"?

If so, where does that come from? The config you showed us doesn't contain a glimpse of "MyDomain".

The actual source from that page <view source> shows this:

<td valign="top" class="body12"><img src="images/bg_hdr_logo.gif"
width="254" height="132" border="0"></td>

---------------------------------------------------------------------
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