Hi!
I've run into a problem with my
servlet that has left me baffled, and I'm hoping some one here would be able to help me out.
My servlet creates a pdf-document from some data in a database. After the document is created, the servlet should redirect the user's browser to this new pdf.
This works fine on my own computer, but when I transferred the files to the server where it should run the redirection stopped working.
The URL into which the servlet redirects is parsed from a known directory structure and the referer address.
The servlet runs on
Tomcat 4.0.3, and the form which calls the servlet is on IIS 5.0. Both of these reside on the same Win2K server. (The combination of all these was NOT my idea.)
Here is the line that should do the redirect:
Any help is greatly appreciated.