running concurrent xlets on IRT RI

I am trying to make two xlets run concurrently on IRT's RI and make them communicate using the inter-xlet communication API. However, when I enter navigator after starting the first one, the navigator destroys the first xlet. How do I get it to run several xlets concurrently?

And another matter is that I want my xlet to stay available over switching services , so my guess is that I need to configure it to be an external application. How do I configure this in IRT RI?

I only know how to configure the basic stuff (org id, app id, ...) in the configurations file. The docs seems quite weak or maybe im just blind.

[636 byte] By [meemua] at [2007-9-24]
# 1
well just posting if someone else runs into this.. i had to edit system.cfg to get the navigator not to kill running xlets.. its commented in the file how to do it if someone needs something similar..
meemua at 2007-7-13 > top of java,Java Mobility Forums,Consumer and Commerce...
# 2

The xlet shouldn't be killed when switching from service A to service B if there is an AIT in service B with similar orgid and appid entries than those used in service A. Another way of ensuring the xlet will continue to run is to add EAAD entries for it (eternal application authorisation descriptor table).

Could you tell us where the IRT RI can be found?

Bernard

bernardva at 2007-7-13 > top of java,Java Mobility Forums,Consumer and Commerce...
# 3
IRT MHP RI is a product of IRT.....you can get more info about it in the site http://www.irt.de
woodheada at 2007-7-13 > top of java,Java Mobility Forums,Consumer and Commerce...