Look in your server documentation to find out whether they provide a command
line tool. If you're using WebLogic, you can compile on the command line
with:

java weblogic.jspc <some options> <your JSP file>

Then write a batch file (or make) to go through all the files.

Hope this helps,

Borislav

> -----Original Message-----
> From: Scott Smith [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 06, 2000 3:16 PM
> To: [EMAIL PROTECTED]
> Subject: forced recompile of jsp's?
>
>
> hi all,
>
> just wondering if anyone knows of or has a utility that will
> recompile all
> the JSPs in a directory (and any subdirectories).  we're
> using jsp includes
> and when you make one change to those files, it forces a
> recompile each
> time (obviously).
>
> i'd like to set something running that will spider through
> the directory
> structure and recompile all the JSPs without having to hit
> each and every
> page manually through your browser.
>
> any help is appreciated!
>
> thanks,
> scott
>
> _______________________________________________________
> Scott Smith                         phone: 703.262.3459
> Proxicom, Inc.                        fax: 703.262.3201
> http://www.proxicom.com     mailto:[EMAIL PROTECTED]
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to