• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Tomcat/Windows 2003 page mangling

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

We're running Tomcat/Windows 2003 with a number of JSP pages and have found some very odd behaviours. The biggest one is that the page seems to get regenerated in random places, like:


|----------------------------
| This is my page
| some content...
|
| |--------------------
| | This is my page
| | some content...
| |

So, the page is being generated twice in a single page. We've never seen this before - and it only happens sometimes.

Any suggestions?

Any help with this is very much appreciated as we're completely at a loss.

Cheers,

Steve
 
Steve Wood
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just to add a bit more, we're getting the following from the server:

javascript: op%00p%00l%00%1A%00%01enFirefl%00%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A<!DOCTYPE HTML PUBLIC

Which is supposed to read openFirefly - and then it inserts the page again (as indicated by the HTML PUBLIC. The java script isn't anything special.

Cheers,

Steve
 
Won't you be my neighbor? - Fred Rogers. tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic