[rt-users] (no subject)
Adam R Prato
arp-rt2 at metachar.net
Thu Oct 11 16:54:57 EDT 2001
Hi there,
I was trying to work out my issue where I didnt want to have to
authenticate when grabbing rt.jpg. After poking around I found:
{sys1:/proj/request/demo/WebRT# find . -type f | xargs grep rt.jpg
./data/obj/STANDARD/Elements/Header:$_out->('/rt.jpg" alt="RT"></TD>
./data/obj/STANDARD/SelfService/Elements/Header:$_out->('/rt.jpg" alt="RT">
./html/CVS/Entries:/rt.jpg/1.1.2.2/Mon Dec 11 06:46:25 2000//Trt-1-1
./html/Elements/Header:<TD><IMG SRC="<%$RT::WebPath%>/rt.jpg" alt="RT"></TD>
./html/SelfService/Elements/Header: <IMG SRC="<%$RT::WebPath%>/rt.jpg" al
should that be
<TD><IMG SRC="<%$RT::WebUrl%>/rt.jpg" alt="RT"></TD>
^^^^^^
instead of
<TD><IMG SRC="<%$RT::WebPath%>/rt.jpg" alt="RT"></TD>
My webserver is running on a different port than port 80, thus its looking at
the wrong server for the rt.jpg
If I were to modify this to check myself, where would I be modifying it?
Please advise.
Adam
More information about the rt-users
mailing list