From: Mary K. on
Our company provides a web application which uses Apache Tomcat
connected to a SQL Server database.

We provide reports to our customers in SSRS. Most of our customers are
on SSRS 2005, but we've recently started implementing customers with
SSRS 2008.

In 2005, we create JSP pages on the application server to send the
report URL to the report server, included authentication with the
HttpClient class from org.apache.commons. This is not working for us
in 2008.

I know SSRS 2008 goes directly to http.sys. Does anyone know if there
would be a different JSP class or method needed to perform the
authentication?

(Please bear with me as I'm in over my head. I know very little about
servers and authentication. But I can design really pretty reports!)

Thanks,
Mary K.