• 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

JSP Precompile not working in exploded web app

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I precomipled the JSPs using the weblogic.jspc and placed them in WEB-INF/classes.
When i place these files in a war and deploy the web app, the JSPs are loading faster (i.e. precompiled jsps are working).
But if we deploy the application in the exploded format (as a folder and not as war), and copy the files to the webapp/WEB-INF/classes/jsp_servlet, the server is recompiling the jsps to webapp/WEB-INF/_tmp_war_WEBAPP_webapp folder.
My environment - WebLogic 6.1 sp4.
I want to know why it is working when i deploy as a war file and not working when deployed in the exploded format
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Prasad,
I had worked on precompiling of Jsp's a few months back and it seems to work on other projects other than my own( even in exploded format ). I could not find out the reason.
 
Seriously? That's what you're going with? I prefer 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