cancel
Showing results for 
Search instead for 
Did you mean: 

How to Sample Example application in MDK 2.5 where JSP is not Running

Former Member
0 Kudos

Hello All,

I am unable to Run Sample Application where it shows no error,But what i got a message as follows,

<b>Use the MobileEngine classloader

Collect jar: C:\Program Files\SAP Mobile Infrastructure\lib\jasper.jar

Collect jar: C:\Program Files\SAP Mobile Infrastructure\lib\MEg.jar

Collect jar: C:\Program Files\SAP Mobile Infrastructure\lib\pinstall.jar

Collect jar: C:\Program Files\SAP Mobile Infrastructure\lib\servlet.jar

Collect jar: C:\Program Files\SAP Mobile Infrastructure\lib\webserver.jar

-


Initialize framework ...

Configuration initialized. Installation Base = c:\program files\SAP Mobile Infrastructure

Path settings adjusted

Timezone initialized; use timezone id 'Asia/Calcutta'

Trace initialized. Log is switched on.

Framework singletons initialized.

Gzip data compression configuration initialized.

Registry initialized.

MI OS installer lib (c:\program files\SAP Mobile Infrastructure\bin\NATSTART.DLL) loaded successfully.

Dlls loaded.

Timed Sync initialized.

Persistence initialized.

Smart Sync initialized.

CCMS initialized.

Agents initialized.

Communication server initialized.

Client Installer Packages status updated.

-


Framework initialized

-


Check if running inside installation server

Installation toolkit parameters c:\program files\SAP Mobile Infrastructure/itool.properties not detected

Use normal startup: true

Starting tomcat. Check logs/tomcat.log for error messages</b>

Please any would help me on this issue,

where jsp page is not running by tomcat.

thanks and Regards,

Venu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi VenuGopal,

After you get this, Try to open a browser and type http://localhost:4444/<your_application_MCD_Name>/start

This will trigger your start page of your application.

Regards

Ak.

Former Member
0 Kudos

Hi Arun,

I am Unable to create an MCD,I hope MCD is Required at the time of full deployment,is there any other way to Run that JSP.

Even i didn't get my Device Id yet.

Any steps to upload this Application Zip File to MCD.

Waiting for your Reply.

Thanks And Regards,

Venu

Former Member
0 Kudos

hi Venu,

If you check any documentation on MI it says, Deploy the application atleast once before you work with it.

Deploying application registers the application with the MI Registry and hence your application is recognized by the MI Client.

Now, to create MCD, you need to do the following.

1. Logon to http://serverhost:port/me/index.html.

2. You can find Create an MCD or upload your MDK War file to an existing MCD.

3. Later assign it to your device.

4. After assigning, Synchronize from your client.

5. It will get downloaded into the client.

6. You may run the application after that using my previous post.

Without deploying the application it is not possible to run. But Jo Gel has written a blog to workaround the same. Pl. check it out... Here's the link.

http://jogel.sdn.googlepages.com/milad

But the problem is that i don't think you can synchronize with the MI Server because the server won't have registered this application with it. So, just to see the UI or check navigaiton, you can use Jo Gel's Local Application Deployer Method.

Good luck

Regards

Ak.

Message was edited by: Arunkumar Ravi

Answers (0)