cancel
Showing results for 
Search instead for 
Did you mean: 

How to re-compile JSP files??

Former Member
0 Kudos

After jsp files are updated, they don't get re-compiled

Is there any way to automate recompilation?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jung-Yong Lee,

If SAP MII is running on top of a SAP NetWeaver in production mode, a change in the JSP page does not cause the JSP to be recompiled.

You can disable production mode by doing the following:

1. To modify the properties of the Web Container Service using the NetWeaver Administrator, use the Java System Properties function.

2. In the Services tab, select Web Container Service. On the Extended Details tab page, a list of all service properties is displayed.

3. Find the ProductionMode property in the list of properties and set its value to false.

4. Choose Save Changes.

Regards,

David Flam

Former Member
0 Kudos

Hi David.

Nice tip!

It did work for me.

Regards

Italo Stefani

Vetta Group

Answers (0)