cancel
Showing results for 
Search instead for 
Did you mean: 

How to "redeploy" a changed JSp only

Former Member
0 Kudos

Hi all,

I just played around with developing the Car-rental application from the J2EE examples of SAP. Everything works quite fine, but one question is still open. If I have only a slight change in one or another JSP and want to "redeploy" only this JSP to the web container, not the whole WAR or even EAR, what to do then. From Tomcat I know, that putting the JSP in a specific directory solves this issue. But how to handle this within the J2EE Engine?

Thanks

Volker

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Volker,

I would try the following workaround to re-deploy the SCA:

telnet <host> <port>

use j2ee_admin and password

type:

jump 0 (means you go to the server0, used to be default, but better to make this step)

add deploy

deploy <path to your SCA file> version_rule=all

BR,

Krisztian

Former Member
0 Kudos

Hi Volker.

The best way to do that is to use the UPDATE_FILES shell command of the Deploy Service on J2EE Engine. Read more about it here: http://help.sap.com/saphelp_webas630/helpdata/en/ae/01343ef3f9ff2de10000000a114084/frameset.htm (this is 6.30 SP2 documentation, but I think it has not changed in 6.40).

To execute the command, connect to the engine with the Telnet administrator.

Regards,

Ivo