cancel
Showing results for 
Search instead for 
Did you mean: 

Automtically deploying webapps during SP3 installation

Former Member
0 Kudos

Hi,

we are currently on BOXI r3 Sp2 and planning to move to SP3. We have the standard tomcat 5.5 supplied as part of the original BOE installation but we do have some customisations for SSO.

Duirng the installation of SP3 I'm a bit confused as to whether I should be automtaically reploying web apps or choosing the option to manully re-deply. Could someone please explain under what circumstances each should be used?

If I choose to automatically redploy web apps will my chang es to the deployment descriptor (web.xml) be retained. A SAP consultant we had on site said these should be re-packaged into the war file during the automatic re-deployment.

I seem to be gettting conflicting advice on this and am getting confused. And there was me thinking applying a SP would be a simple procedure.

Thanks in advance for any advice.

Paul.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

the automatical re- deploy of the Web Applications will set them back to default.

When i have such an Environment like you i backup the designated files first. So for your case i would backup all relevant web.xml files and the server.xml and then choose to re- deploy the Web Applications during the setup.

Regards

-Seb.

Answers (1)

Answers (1)

BasicTek
Advisor
Advisor
0 Kudos

If you make your updates that are in the tomcat55\webapps\... directory also to the boinstall\boe12\warfiles\webapps\... then all changes should be merged into the tomcat\warfiles with an automatic deployment.

If not then an issue can be raised with the deployment team boj-bip-dep

Regards,

Tim

Former Member
0 Kudos

Hi Tim,

thanks for the advice.

I've checked the files under boinstall\boe12\warfiles\webapps\... and these have not had the changes applied to them.

So I'm planning to do the following steps:

1. Install SP3 and choose to manually deploy web apps.

2. Unpack each war file under boeinstall\boe12\java\applications. My understanding is that this is where sp3 will put the new war files. Are they also copied to boinstall\boe12\warfiles\webapps\... ?

3. Make changes to web.xml.

4. Repackage the war file to include the amended web.xml

5. Undeploy the currently deployed boe apps using wdeploy.

6. Redeploy all apps.

6. Restart tomcat...

Does that look correct?

Regards

Paul.

BasicTek
Advisor
Advisor
0 Kudos

sounds like a lot of work. Again if you simply update the warfiles directory (and maybe backup your web.xmls just in case) and then auto deploy (this is how I upgrade in house) But if you prefer manual that is ok too.

Regards,

Tim