cancel
Showing results for 
Search instead for 
Did you mean: 

jsp precompiler for CE 7.1

Former Member
0 Kudos

Hi

Do we have any commandline jsp precompiler for NW CE 7.1, like we have jasper for tomcat etc.

I want to compile the jso before the server starts.

Thx

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

No. JSP pages are compiled on first request.

\-- Vladimir

Former Member
0 Kudos

Thnx for the reply.

Its strange to know NetWeaver removed some of these useful tools which are still there in ther j2ee compaint servers. Other tools which i strongly miss from NW is deploying the ear or sca files remotely through admin browser like what we get from weblogic or other servers.

just want to know if it has any flag or something to auto compile all the jsps on start up?

redgs,

Ashutosh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes there is such option: there is a web container's property "CompileOnStartUp" that specifies whether to compile JSPs on application startup. If set to false, a JSP file is compiled upon first request to it.

You can use the following telnet command in order to change it to true

setsp -p CompileOnStartUp true servlet_jsp

Best Regards,

Violeta Georgieva