| Author |
Compilling JSPs at starttup time ?
|
Leandro Melo
Ranch Hand
Joined: Mar 27, 2004
Posts: 401
|
|
|
How can i compile all my jsps at the same time a start up the server?
|
Leandro Melo <br />SCJP 1.4, SCWCD 1.4<br /><a href="http://www.pazbrasil.org/" target="_blank" rel="nofollow">http://www.pazbrasil.org/</a>
|
 |
Vicky Mohan
Ranch Hand
Joined: Oct 14, 2004
Posts: 130
|
|
it depends on the application server that is being used. you can check on the documentation of the application server in which you are deploying your code. I know weblogic has its entry in the weblogic.xml for this. so, check with your application server specifications or tell us the application server.
|
 |
Leandro Melo
Ranch Hand
Joined: Mar 27, 2004
Posts: 401
|
|
|
I`m using jboss.
|
 |
Rafael Forte
Greenhorn
Joined: Dec 07, 2004
Posts: 8
|
|
Why don't you pre-compile your JSPs? Regards, Rafael Forte
|
 |
 |
|
|
subject: Compilling JSPs at starttup time ?
|
|
|