Hello,
I just stumbled over an "old" Web Start tip that
Matt Payne posted last year in July in his blog.
Matt writes:
Traditionally you edit httpd.conf to set the mime
type for files with the jnlp extension, then have
links like <a href=foo.jnlp>Launch foo</a>
With this script, you just say <a
href=jnlp.php?fn=foo.jnlp>Launch foo</a> And you don't
have to edit the httpd.conf file. Great for boxes
where you don't have pull with the root persons.
This PHP script sets the mime type:
<?php header('Content-Type:
application/x-java-jnlp-file'); $fn=$_REQUEST['fn'];
include($fn); ?>
Full story @
http://mattpayne.org/b.cgi/2003/07/31#jnlp.php
- Gerald
PS: If you have any Web Start tips to share, I invite
you to post them either to the lopica-announce or
lopica-talk mailinglist depending on if you want to
kick off a discussion or not.
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
lopica-announce mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lopica-announce