The moose likes JNLP and Web Start and the fly likes Dynamic JNLP not working with JBoss? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "Dynamic JNLP not working with JBoss?" Watch "Dynamic JNLP not working with JBoss?" New topic
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() %>" >
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Dynamic JNLP not working with JBoss?
 
Similar Threads
How to un jnlp app offline?
ClassNotFound Exception..
How to embed JavaFX 2.0 application with jsp (to deploy it on server)
Download Swing application from web
JNLP I am getting the File Not found exception