Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4531885
Votes 1
Synopsis Improved JNLP url support in application manager
Category javawebstart:app_mgr
Reported Against 1.0 , 1.2 , 1.0.1 , jaws-1.0-fcs
Release Fixed 1.4.2(mantis)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs 4396410 , 4474887 , 4652084
Submit Date 27-NOV-2001
Description




java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)


JNLP URLs ought to be directly openable from the Java Web Start application
launcher.  this would allow programs to launch even from servers that aren't
properly set up to serve the JNLP mime type.

you would just have a "File" -> "Open URL" type menu item in which you could
type http://servername/filename.jnlp.  this would get around situations
where your server wasn't set up to properly specify the MIME type to make
Java Web Start handle JNLP files.  for example, on my ISP's server :-)  i
can create a JNLP file, but if i create a link to it, it doesn't trigger
Java Web Start.  so... it would be nice to be able to tell people the direct
URL and let them copy & paste it into Java Web Start directly.  i also ran
into this situation over the past few weeks trying to download an xxxxx 
party's JNLP application before they had their server set up properly.  the
JNLP file would just load as text in my browsers and i couldn't get to the
application at all :-(

this would also get around situations where your browser might not be set up
properly for the JNLP MIME type (e.g. strange browser or corrupted
configuration).  finally, it would, indeed, be useful to load local JNLP
files for testing.
(Review ID: 135394) 
======================================================================
Work Around
N/A
Evaluation
fixed for hopper

although from a browser, you still need the web-server to have the jnlp mime 
type set correctly, this is no longer necessary from java web starts point of
view.  You can now run: javaws http:server.com/myfile.jnlp when the server
server,com is not set up with the java web start mime type.  If you set the 
remote apps url in the application manager a page with a link to 
http:server.com/myfile.jnlp, then that app will show up in the application 
manager and can be launched from there.


 xxxxx@xxxxx  2002-02-11

Although no menu item "Open url",
I think the remaining part of this rfe will be implemented by the AppMan change
to move the remote url location bar to the main page of appman.  So I am
re-assigniong to Thomas, and committing to mantis.

 xxxxx@xxxxx  2002-07-22

This will be implemented by moving the remote url combo box to the main page of application manager.  The combo box will accpet either a html file with list of jnlp hrefs or just a single jnlp file url.

This provide a better accessibility to the remote url combo box (similar to a web browser experience).


 xxxxx@xxxxx  2002-07-30
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang