Hello,
I tried to follow this guide: Changing Logon Page on Netweaver 7.3
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.
Teodor Tanev wrote:
Hello,
> I tried to follow this guide: Changing Logon Page on Netweaver 7.3
> 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
Hi,
While importing you change name of project. So old file remians in system.
Thank you. It is changed and deployed. This topic is also useful:
Getting started with Netweaver 7.3 portal Part 2 - NWDS and Logon Page
Edited by: Teodor Tanev on Jan 13, 2012 3:09 PM