I've done this in the past using wget to try and retrieve each page with the special jsp_recompile (or something - see the JSP spec) argument.
The problem I found with JBOSS-Tomcat is that JBOSS would remove all the compiled jsps on shutdown. If this is the root of your problem (it was with me) then you can turn this beahviour off by adding <attribute name="DeleteWorkDirs">false</attribute> to jbossweb-tomcat41.sar\META-INF\jboss-service.xml. You need to add this before <attribute name="Config"> HTH Paul > -----Original Message----- > From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 04, 2004 4:47 PM > To: [EMAIL PROTECTED] > Subject: [OT]JSP Precompile in JBOSS > > > Hi, > Is there anyway I can configure JSP precompile in > JBOSS startup? if so can you help me how to configure the same. > > Any help would be appreciated. > > Thank you in advance, > > Warm Regards, > Ramadoss > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]