cancel
Showing results for 
Search instead for 
Did you mean: 

Ajax portal logon screen customization and deployment as new component.

Former Member
0 Kudos

Hello,

I tried to follow this guide:

I imported the war archive in the studio but after that what should I change to make it deployable as a new war file because the old war file should remain on the system.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hello,

> I tried to follow this guide:

> I imported the war archive in the studio but after that what should I change to make it deployable as a new war file because the old war file should remain on the system.

As described here http://help.sap.com/saphelp_nw73/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm p.4.a

In the EAR, view the General tab of the file <project_name>/EARContent/META-INF/application-j2ee-engine.xml.

a. Enter a provider name for your application.

The provider name defines your namespace where your applications reside on the AS Java.

If you enter example.com, the application deploys to the following path:

<ASJava_Installation>/j2ee/cluster/apps/example.com/<project_name>

so, it will deploy it separetly and old file (in sap.com vendor namespace)will remain on the system

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you. It is changed and deployed. This topic is also useful:

Edited by: Teodor Tanev on Jan 13, 2012 3:09 PM

Former Member
0 Kudos

Hi,

While importing you change name of project. So old file remians in system.