Peter Crowther wrote:
From: Andromeda Mobile [mailto:andromedamob...@gmail.com]
I tried moving the include to the head of my document but this does
not appear to have made any difference. Must it be in the head or
should it be even above this?

Ideally it would be wherever AdMob's documentation says it should appear, as I 
would assume they have at least tested their JSP implementation in the popular 
servlet containers.  Where does it suggest?

Assuming the JSP emits the HTML markup for an image at whatever point it is 
included, the earliest realistic point to include it would be after the body 
tag.

This is a bit of a shot from the hip, but I think that if you are trying to set this cookie header too late in the cycle, you may get some error message in the logs like "response already committed". It's probably worth checking anyway.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to