This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes BEA/Weblogic and the fly likes WLS8.1 serving old jsp pages after installing new ear file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "WLS8.1 serving old jsp pages after installing new ear file" Watch "WLS8.1 serving old jsp pages after installing new ear file" New topic
Author

WLS8.1 serving old jsp pages after installing new ear file

debbie shifferd
Greenhorn

Joined: Oct 16, 2003
Posts: 11
We use Weblogic Server 8.1 SP4 on Sun Solaris. Typically, to install an upgrade to our web app - we bring Weblogic down, remove old package, install new package (via System V packaging pkgadd command), and restart Weblogic Server. Then once WLS is up, we test.

Last couple of installs, we have had to manually clear out the WLS cache files because WLS is serving up old pages instead of picking up the changes in our newly installed ear file.

We have never had to login to WLS console and hit redeploy button or anything else like that. It is our understanding that WLS should pick up the changes when you bounce it.

Are our assumptions wrong? Has anybody else had this problem and know why this is happening?
Ajay Reddy
Ranch Hand

Joined: Apr 08, 2005
Posts: 43
I have the same problem. Basically the old war file is cached by weblogic even after deploying the old war file. I have to manually remove the cached war file. The work around is when deploying a new war, deploy it with a new name(like test.build#.war).
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: WLS8.1 serving old jsp pages after installing new ear file
 
Similar Threads
Problem with EAR file in a struts app deployed in weblogic
Redeploying EAR files on Server Start up
Deployment
Problem with EAR file in a struts app
Runtime changes to log4j.properties