This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Cache Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Cache Problem" Watch "Cache Problem" New topic
Author

Cache Problem

Amit M Tank
Ranch Hand

Joined: Mar 28, 2004
Posts: 257
Hi Friends,

I am not sure what could be the problem with this app. But same app works fine in weblogic. it might be a problem with Struts2 on Tomcat.

I have a simple webapp that provides user profile data to the user. The request parameter is the profile id that gets passed to the struts2 action which reads the data from the MYSQL server and sends it back to the browser using a jspx files.

When I invoke the url with param id=0 it works fine.

Example



but when I invoke it with param=1 it sends me back the data for param=0 in the browser.



When I restart tomcat and invoke url with param id=1 then it provides correct result. I put logs in the action file after and it prints correct(expected) results all the time, but it shows wrong result on the browser.



I deployed the same app on weblogic10.3 and it works fine all the time.


Thanks,
Amit


Amit Tank
Linked In
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

It's unlikely this is a Struts 2 issue per se; Struts does no caching on its own. Without the code/etc. it'll be hard to diagnose, though.
Amit M Tank
Ranch Hand

Joined: Mar 28, 2004
Posts: 257
Here is the Action Class



When I do the System out it shows me the correct result(the one I want), but on the browser it sends me the same page for all diff "id"


Here is the jspx file which displays the page




Here is the Struts.xml file


David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

I don't see anything obvious; sorry.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cache Problem
 
Similar Threads
Cache Problem
invalidate session object in struts2
Struts2 config error
struts2 + ssl plugin problem
migration to Struts2