| Author |
Dynamic JNLP not working with JBoss?
|
Jingwei Yang
Greenhorn
Joined: Dec 01, 2009
Posts: 3
|
|
Hi Guys,
I have a Jsp page containing dynamic jnlp info like this:
The test.jar file is put under the root web folder. It's working with Tomcat (Tomcat 5.5), but not with JBoss (only tested with JBoss 4.0.5 and JBoss 4.2.0). The error is
java.io.FileNotFoundException: http://localhost:8080/test.jnlp
Can anyone please enlighten what I should do?
Thanks!
|
 |
Jingwei Yang
Greenhorn
Joined: Dec 01, 2009
Posts: 3
|
|
|
By the way, I tried the servlet way suggested by this post: http://www.coderanch.com/t/200653/JNLP-Web-Start/java/create-Dynamic-jnlp-files. But it has no success with JBoss either.
|
 |
Jingwei Yang
Greenhorn
Joined: Dec 01, 2009
Posts: 3
|
|
Problem resolved. The optional attribute "href" of the tag jnlp shouldn't be supplied.
<jnlp spec="1.0+" codebase="http://<%= request.getServerName() %>:<%= request.getServerPort() %>" >
|
 |
 |
|
|
subject: Dynamic JNLP not working with JBoss?
|
|
|