• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
Don't mess with me you fool! I'm cooking with gas! Here, read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic