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

iPlanet 4.1 SP9

 
Ranch Hand
Posts: 1873
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
We are facing problem in iPlanet4.1 SP9 webserver. We developed application on iPlanet4.1 SP3 and deployed on the production that has SP9 but now it is behaving in wiered way!
In one of the JSP it is changing the value of one of the JSP variables that we get using request.getParameter(). At first time when we get this value it is fine. It is getting the correct value.
But at certain point in the JSP it changes the value to be something else.
To give you little details about this,
we have load balancing on Production that has two servers - server1 and server2. So we have to deploy our JSPs/Servlet to both of the instances and clear the cache and then restart after each upload.
Yesterday while we were testing,
it was not working for long,
then it worked,
now today again its not working!!!
we have not changed the JSP code at all then it was deployed!
this is not a consitent behavior. Does anybody have any idea about what might be going wrong?
Myself don't have control over the Production servers else I would have done all kind of testing.
Thanks!
Maulin.
 
my overalls have superpowers - they repel people who think fashion is important. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic