-
precompiling jsp... (2 messages)
- Posted by: Rak Rak
- Posted on: February 09 2001 10:00 EST
is there any way to precompile jsp ......??Threaded Messages (2)
- precompiling jsp... by Raj Rajen on February 09 2001 12:13 EST
- precompiling jsp... by Roger Rhoades on February 21 2001 18:15 EST
-
precompiling jsp...[ Go to top ]
- Posted by: Raj Rajen
- Posted on: February 09 2001 12:13 EST
- in response to Rak Rak
Yes, you can precompile JSP pages. I'd suggest writing a standalone java program that runs on the server. It looks at the specific directory (or directories) where you store your JSP files and does a URLConnection for each one of them discarding the response. This will effectively duplicate the process of manually hitting each page with a browser.
Hope that helps.
Raj
-
precompiling jsp...[ Go to top ]
- Posted by: Roger Rhoades
- Posted on: February 21 2001 18:15 EST
- in response to Raj Rajen
If you're using WebLogic, you can use the weblogic.jspc JSP precompiler