cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to precompile JSPs ???

Former Member
0 Kudos

We use WebAS 6.40.

Message was edited by: Jens Rothweiler

Accepted Solutions (1)

Accepted Solutions (1)

SidBhattacharya
Product and Topic Expert
Product and Topic Expert
0 Kudos

In web.xml specify the parameter 'load on startup' (in Web Objects tab in dev studio) to pre-compile the jsps. The value specifies the order in which you want to pre compile these JSPs.

hth

sid

Answers (1)

Answers (1)

swapan_saha
Employee
Employee
0 Kudos

Hi Jens,

As Sid replied, you can do it. For more information, click on the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/51/b0b739631458488582dbc917f6fb75/frameset.htm

For J2EEngine 6.20

The JSPs can be compiled on startup of the servlet_jsp service engine and this can be set in the servlet_jsp service -> properties file:

There is a property:

CompileOnStartUp=false

The default value is false and you can set it to true and this feature will be activated.

Thanks,

Swapan