cancel
Showing results for 
Search instead for 
Did you mean: 

After importing SC into the production system using CMS, how can i visit or

Former Member
0 Kudos

Hi all,

I have developed an software component which contains an EAR project, an EJB project and an

WEB project. The EAR refers to the other two.

I developed it by using NWDI and successfully imported the SC into the production system

using CMS.

MY QUESTION IS HOW CAN I VISIT THIS SOFTWARE COMPONENT OR THE EAR?

component name: TESTMOBILE

vendor: dimn.com

location: J2E_testMbl_C

version: 1.0 SP0 (1000.1.0.0.0.20070329040605)

EAR name: abc3-ear

EJB name: abc-ejb

WEB name: abc2-web

thanks in advance

Xiao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

what do you mean by visit. I suppose you want to call the web page or servlet you created. Then you must call

http://productionhost:port/contextroot/yourservlet

the context root is defined in application.xml in the enterprise app project.

I don't know if this helps...

Good luck.

Former Member
0 Kudos

Thank you very much. The problem has been solved.

I used to have the development j2ee engine and production system on the same host. So I think the link http://productionhost:port/contextroot/yourservlet refers to be the one I deployed while developing. After importing into the production system, this application has been overlaid. The sdm log shows this. Now I can visit the application I want. Thanks again.

Answers (0)