<%@ taglib uri="http://jakarta.apache.org/taglibs/scrape-1.0" prefix="scrape" %> <scrape:page url="http://artemis.drwilco.net:8000/index.html"> <scrape:scrape id="currentTrack" begin="<font class=logoText>" end="</font>" anchors="true" /> </scrape:page> <h2> <scrape:result scrape="currentTrack" /> </h2> </body> </html> This fails. I am attempting to scrape info off a shoutcast page. I can scrape data off the URL "http://artemis.drwilco.net" just fine, but when I put a port at the end, the scrape fails. No exception is thrown in the page, only blank data is returned from the scrape.