cancel
Showing results for 
Search instead for 
Did you mean: 

using scenario 3 step by step

Former Member
0 Kudos

I have followed JDI administration manual for "Administration of sap netweaver development infrastructure " for secanrio 3 step by step , after step 9 the import to the test system I have tried to run the application on the test system http://<j2ee_server>:port/contextRoot/tax.jsp

but this file is not found , although everything seems to work fine. even after trying to import the sca file manually to sap j2ee server I can't see the file on the file system and on the mentioned http address

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

what is the error when you try to access the URL http://<j2ee_server>:port/contextRoot/tax.jsp

if it say file not found then try following things.

1. check the SDM password in the configuration of TRACK.

2. check that all the 3 dependencys has been deployed correctly.

finaly after importing the track in NDS and then creating the application in the track and then building the track. does this building of the project gives you error. if yes then i think you dependency file are missing.

Former Member
0 Kudos

I don't have prbolem with sdm password because I can see

the details of the systems , and I don't have problems with dependencies

sid-desh
Advisor
Advisor
0 Kudos

Hi Liron,

The application.xml file is present in the EAR DC that you created. You must have then added the Web Module project to the EAR project.

So please check the application.xml file in the EAR project and see what context root you have defined.

Also what you can do is log in to Visual Admin and in the Deploy service you can check whether your EAR file got deployed. The same thing can also be checked in SDM.

Regards

Sidharth

Former Member
0 Kudos

Hi !

I don't think I have an EAR Project which I have created , I have followed the steps decribed on step 2+ ,step 3 scenario , it describes how to create a product , sc and dc centrally to import the sc configuration to local nwds do a local build and after that check in the changed activities back to the cms.

sid-desh
Advisor
Advisor
0 Kudos

Hi Liron,

In scenario 2+, Step 3 is where you create an enterprise project and a web module project.

Regards

Sidharth

Former Member
0 Kudos

Hi I solved this problem

I missed few steps int the scenario

Former Member
0 Kudos

HI,

in CMS gui, is host name and port for testing system is correct which you intented to test the file, is import is sucess if so is that existing in D/C:\usr\sap\JTrans.

before assembling have you tried running the application was it successful.

Regards,

RK

Former Member
0 Kudos

Ihave the file in the directory JTrans , but how can I run the application locally

sid-desh
Advisor
Advisor
0 Kudos

Hi Liron,

What contextRoot did you give when assembling the tax application.

The actual path is http://<server>:<port>/<contextRoot>/<JSP Name>

<contextRoot> - From application.xml under modules tab.

Hope this helps.

Regards

Sidharth

Former Member
0 Kudos

Where can I find the file application.xml ?