Pavel Yermolenko wrote:
Hello,
For acceleration to getting articles (.pdf files) from some portal I'm
trying to realize following scenario in Java application:
1. Initial page is read into a string object STRING1
2. STRING1 is analyzed and array ARR1 of links, associated to articles,
is built
3. Unfortunately these links (from ARR1) aren't links to simple pages,
but links to "Java Server Page" (JSP) pages, their content can't be accessed
using dedicated classes (e.g. HttpWebRequest, WebClient)
4. So, the idea is to use Tomcat for running JSP links locally and then
extract in some way the "real" links to the .pdf files, . or access directly
to .pdf content that is captured by Tomcat
Any comments about realization of such scenario are welcome.
Why do you make it so complicated ?
Why do you not just request the link to the JSP page ? does that not return the PDF file
that you want ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org