Just tried doing that. It works for the first pass (clears out the working code), but then it gets rebuilt and the problem remains ...
Main Topics
Browse All TopicsHello,
I recently upgraded from Tomcat 5.5.9 to 5.5.27. I must have messed something in the config up, because now I am having a bit of a problem. These pages use an HTML to PDF converter product called "PD4ML".
I load page #1 with certain query params. All is good.
I load page #2 with different query params. All is good.
I load page #1 with its original params. The parameters from page #2 are now there!
If I make any changes to the source code, then the application resets, and the page request is fine. Same thing if I restart the server.
I have done some text file logging to make sure that the actual "header_file" variable has the correct query parameter data. It does. It seems that the pd4ml tag line: watermarkUrl="<%=header_fi
Thank you! If you need more information, I will be happy to provide it!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry, that's a rather unfortunate typo on my part :-(
There is only "page #1". That is, "page #2" should read "page #1". It is the same page being called with two different sets of query parameters.
The variables in the page are changing alright, its the "watermarkUrl="<%=header_fi
i'm rather confused now, do you have problem with the jsp or with pd4ml:header?
by seeing ur code it looks to me header_file is more or less hard coded except the level 1 and level 2 values. if you get the correct values in those 2 then it should work fine. If you still get the correct header_file value and pd4xml:header is not updated with the new value then try setting the cache to false and make it request new page every time.
response.setHeader("Cache-
response.setHeader("Pragma
response.setDateHeader ("Expires", 0);
-Murali*
Business Accounts
Answer for Membership
by: MuraliKanthPosted on 2009-05-29 at 10:32:15ID: 24504463
just try deleting the catalina folder under the work directory of ur tomcat also remove the temp folder contents under tomcat