sputnik wrote:
is there a way to include JSP files which are located in a JAR?

i.e <%@ import file=\"/pathToJar.jar!include.jsp\"%>

afaik the jasper compiler can load taglibs out of JARs, might be that there\'s 
already a solution to do this with JARs?
You can precompile JSPs before deploying, you'll have to add servlet mapping for each precompiled JSP to web.xml. There's ant task to do the job.

You can also try Velocity.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to