trouble creating an custome netlet channel

I am trying to create a channel that will have a certain number of application links appear on it. Each application link should open up a telnet netlet session with tghe appropriate server. Each link will call an applet and the applet will be responsible to opening up the telnet session with the corrent machine. I am able to open the correct netlet ports and have the reflection applet load for each application. But what the applet loads I am never able to connect to the server correctly. Either the telnet session tells me i am disconnected or i am left looking at a blank telnet screen. When i look at the java console i see that all of the correct ports have been opened. This is what the java console looks like:

Netlet Starting (16)

Netlet found IE

Netlet config: https://access.advocatehealth.com:443/http://portal-srv0.advocatehealth.com:808 0/NetletConfig?func=loadResources

Netlet not using proxy (IE)

Netlet sessionID: nxpgxvjvugkkpkcnoc6q0rpq3q95r8304@uggc@cbegny-fei0.nqibpngrurnygu.pbz@8080@/Rzc yblrr

Netlet rule 0: local:2080 destination:algra1.chmc.advocatehealth.com:2080

Netlet rule 1: local:8030 destination:TARGET:23

Netlet rule 2: local:8000 destination:portal-srv0.advocatehealth.com:8080

Netlet rule 3: local:30010 destination:TARGET:23

Netlet rule 4: local:30000 destination:TARGET:23

Netlet config: https://access.advocatehealth.com:443/http://portal-srv0.advocatehealth.com:808 0/NetletConfig?func=setLoaded

creating MSSecure

cache dir: C:\WINNT\Java\reflectionweb\cache

MY SESSION: Loading configuration [https://access.advocatehealth.com/http://portal-srv0.advocatehealth.com:8080/w rq/session/vt_telnet.config].

MY SESSION: Reflection v4.1.34.528 starting

Netlet got connection on port: 8030 from port:1416 to gateway:access.advocatehealth.com on port:443

Netlet showing port warning dialog:8030

Any help would be appreciated,

[1981 byte] By [708891] at [2007-11-25 4:35:14]
# 1

I see you have configured 5 netlet rules. All the netlet rules seem to have the same name what are your netlet rules ?

Also your applet would not have to connect to the server in a format like this ..

In the netlet channel you would have to go and add a target host for each of the netlet rules.

for rule 1 you would have to add a target machine name like hostname.domain.com then do a

telnet localhost 30000 and see if gets forward to that hostname.

Karthik_Krishnamoorthy at 2007-6-29 2:47:11 > top of Java-index,Web & Directory Servers,Portal Servers...