cancel
Showing results for 
Search instead for 
Did you mean: 

Internet Sales: User Admin Modification using NWDS

Former Member
0 Kudos

Hi all

I am new to NWDS.

My main task is to modify some JSPs and Classes present in the SAP CRM <b>User Admin Application</b>(Internet Based -- which basically a .WAR application ).

I have found the path in which the Application is stored in the Server.

And i have created a new Web Module Project(in NWDS) for modifying the JSP and Classes. But i am not sure of the path (Project Stucture) to be imported into the Dev Studio.

Could anybody help me out ???

Points assured !!!!

Thanks

KK

Message was edited by: KK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Once you have created the Web application project go to the J2ee Explorer view in NWDS . And open the web project . you would be able to see two folder named source and web content . The source folders will conatin the java and servlet classes and the jsp shd be in the web content folder . just right click on the web project and click on the option import file . Then click on the browse ( from Directory :)and select the source folder where is jsp is present .

Also check where you want to import this(InTo Folder: ) and select the web content folder by clicking browse .

similary the Java and servelts can also be imported .

Hope this helps , if yes do not forget to reward points

regards

rajesh

Former Member
0 Kudos

Thanks Rajesh !!!

Basically i am planning to modify an Existing Application .

If i make changes in the Some JSP and Deploy the EAR in the Server, could i able to access my Customed Application like the Standard application with its ear name?

Former Member
0 Kudos

Hi

You can modify an existing application, the only thng you need to take care is the structure of the deployed src and the Customised application must be the same .

hope this helps . please let me know if you have any more concerns with respect to this .

regards

rajeshkr

Former Member
0 Kudos

So , u mean to say that i can access the Customed application using the URL like:

www.<host>:<port>/myUserAdmin/init.do

The major prequisite is that i have to deply the myUserAdmin.EAR into the Application Server !!!

Please confirm !!!

Thanks

Former Member
0 Kudos

Hi

yes you have to deploy the ear. Also please check the alias name given in the application.xml. where you can define in the element named context-root

for ex : for the url www.<host>:<port>/<u>myUserAdmin</u>/init.do

<module>

<web>

<web-uri>example.war</web-uri>

<context-root><u>myUserAdmin</u></context-root>

</web>

</module>

Hope this helps,if yes please do not forget to reward points

regards

rajeshkr

Former Member
0 Kudos

Rajesh

I getting the following error :

[<b>b]Application error occurred during the request procession.

Details: <b>com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:</b>

Error parsing [/start.jsp] of alias [myUserAdminEnWar] of J2EE application [sap.com/myUserAdminEnEar].

Exception id: [0015605365DE005E00000062000021DC000412CBA94E96C0]</b></b>

Any Idea !!!

Thanks

Message was edited by: KK

Former Member
0 Kudos

Got nearly the same problem when deploying. Answers which could help would be nice.

thx

Former Member
0 Kudos

I have the same problem, any solution????

Thanks in advance,

Regards,

Answers (0)