Application does not show up in the manager console -- Java Web Start

Hi...

I have downloaded the jnlp file so many times but still the aplcation is not displayed in the JWS manager console.

This my jnlp file : -

<?xml version="1.0" encoding="UTF-8"?>

<jnlp spec="1.0+" codebase="http://2m6:8100/jws/" href="ChatApplication.jnlp">

<information>

<title>Chat Trial</title>

<vendor>SAI</vendor>

<description>Just an example</description>

<icon href="images/icon.gif"/>

</information>

<security>

<all-permissions />

</security>

<resources>

<j2se version="1.3"/>

<jar href="chatapplication.jar"/>

</resources>

<application-desc main-class="ChatImpl"/>

</jnlp>

Can anyone give me any suggestions? They are welcome.

-Sid

[915 byte] By [siddharthoak] at [2007-9-26 1:40:31]
# 1
I see the same problem with 1.0.1.01Is there any reported bug against this?Is there any answer from JavaSoft?
kkand at 2007-6-29 2:31:02 > top of Java-index,Desktop,Deploying...
# 2
I got my applet to show up but I specify the completeURL. You might try that.Something like:href=" http://yourServer/stuff/ChatApplication.jnlp">
mirlyd at 2007-6-29 2:31:02 > top of Java-index,Desktop,Deploying...