RE: [Tn5250j-general] Applet Deployment

2005-05-10 Thread michael
Well...things are different now. :) I removed the .java.policy from one Windows machine, and now it's prompting me for a userid and password...I'm not sure if it wants a network or iSeries userid...doesn't seem to like either one. This one sits behind a proxy server. I tried a different machine (r

RE: [Tn5250j-general] Applet Deployment

2005-05-10 Thread Wim . Van . Leuven
Yup. [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 10/05/2005 15:44 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject RE: [Tn5250j-general] Applet Deployment Hi Wim - Well...hopefully Java is installed correctl

RE: [Tn5250j-general] Applet Deployment

2005-05-10 Thread michael
Hi Wim - Well...hopefully Java is installed correctly...I'm not sure of the client PCs since they were deployed without Java in mind. But, that's fixable if there's a problem. The JNLP file you sent looks simple...thanks for sharing the file. The base URL can be an http:// request rather than fil

RE: [Tn5250j-general] Applet Deployment

2005-05-10 Thread Wim . Van . Leuven
Hello Michael, The emulator is a Java GUI application, which means you cannot launch it as a servlet or as an HTML page. As you told me that you are already launching the emulator as an applet, I presume you have Java installed correctly on the target PCs as I think the applet will not run in a s

RE: [Tn5250j-general] Applet Deployment

2005-05-10 Thread michael
Hi Wim - Thanks for the feedback. What are the alternatives to launching the emulator as an applet? Can I launch it as a servlet? I'll look into web start. Thanks... - Michael > Original Message > Subject: Re: [Tn5250j-general] Applet Deployment > From: [EMAIL PROTECTED] > Da

Re: [Tn5250j-general] Applet Deployment

2005-05-10 Thread Wim . Van . Leuven
Hello Michael, If I'm correct there is no correct way to deploy a java policy file when deploying an applet. So the easiest way would be to sign your applet. You can generate your own (test-)certificate for signing. Another possibility would be to start your emulator with webstart. This allows fo

[Tn5250j-general] Applet Deployment

2005-05-10 Thread michael
Hi folks - Installed tn5250j yesterday and got it working as an applet. Very nice code...thanks for putting it together. Question: Do I have this right? I either need to deploy a .java.policy file to client PCs that want to access my iSeries, or I need to digitally sign the applet. Any good meth