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

jspc on wls 7

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys, i'm trying to precompile my jsps on wls7/sp2. i know there is a 'precompile = true' setting in the xml, but i want to use jspc to place the class files in the web-inf/classes folder. i can do that successfully. but weblogic does not seem to use those class files.
it recompiles everything again.
is there a way to tell weblogic to use those classes?
thanks.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Don't set precompile parameter to true in the
<jsp-descriptor> element of the weblogic.xml deployment descriptor or it'll allways precompile when u deploy, so if u have already precompiled it u should no use the parameter.
regards,
Marcos Maia.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey guys,
I seem to be having the same problem. I am compiling my jsps and placing the compiled files in the WebApp/classes/jsp_servlet directory. However the AppServer is still recompiling the jsps. I have not set parameters in my weblogic.xml descriptors. Any other ideas.
Thanks.
 
I didn't say it. I'm just telling you what this tiny ad said.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic