• 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

Pre-compiling JSPs and Black Magic

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anyone in this forum dealt with the black art of pre-compiling jsps? If so, check the following:
Given directory x containing let's say 50 jsps...some of which cannot be compiled without the context of another jsp, ie, "<%@ include...", how can one reasonabily discern which files to force compilation on and which files to not (ie, those that require context).
Keep in mind that given the current enviroment, it's too late to request the jsp folk throw all includes into a separate directory (would've been a lovely fix).
Any methodology would be greatly appreciated!
[ January 10, 2003: Message edited by: Cory Wilkerson ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic