cancel
Showing results for 
Search instead for 
Did you mean: 

Java offline deployment

Former Member
0 Kudos

Hi everyone

Can someone explain what is the process of Java offline deployment in the startup process of AS 7.1? What happens during this process?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

steffen_mezger
Explorer
0 Kudos

Hi Jozsef,

old thread, but i have a further question.

How can i see if a SCA needs a offline deployment ? Sometimes this information is very helpfull before the system goes down...

Thank you !

Best regards, Steffen

Former Member
0 Kudos

Thanks for your reply Ervin. I am aware of both online and offline deployment. If you go to the link: https://cw.sdn.sap.com/cw/docs/DOC-106308, you will see that the start up process, step 4, is OFFLINE DEPLOYMENT. I was asking, what does the engine deploy at that step?

Jozsó
Explorer
0 Kudos

Hi,

Ervin asked me to check this thread.

Offline deployment in 7.10 and higher works like this:

1. JSPM puts the content in a temp folder on the file system

2. JSPM restarts the server in SAFE mode

3. during this startup the offline deployment process puts the content into the DB

4. JSPM restarts the server in NORMAL mode

This is the only scenario when the offline deployment process is started.

Regards,

Jozsef

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nader,

there are online and offline deployments. For offline deployment the enginemust be stopped (offline), for online the engine must run (online). It is useful to know that the deployment of which SCA files are offline, because during an offline deployment your engine will be restarted automatically by the system.

I hope this answers your question.

Best Regards,

Ervin