AW: Using appelts with different clients

2005-06-08 Thread Heiner . Amthauer
Well, I discovered the following facts:

- I've created a jsp-page with the following line:
  jsp:plugin type=applet code=applet.MyApplet codebase=. width=100
height=100/

- I've deployed all files to BEA weblogic. The page loades fine on IE and
firefox.
- I've deployed all files to tomcat. The page loads on IE, however, it
doesn't on firefox. 

Therefore, I assume that this is either a bug, or tomcat just doesn't
support different clients.

Heiner

-Ursprüngliche Nachricht-
Von: Mark Thomas [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 7. Juni 2005 20:38
An: Tomcat Users List
Betreff: Re: Using appelts with different clients


[EMAIL PROTECTED] wrote:
 Other
 servers create the corret page by using the jsp:pluggin tag. Tomcat
doesn't.

In what way does Tomcat not support this? As far as I am aware it does 
in both 4.1.x and 5.5.x

Mark

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: AW: Using appelts with different clients

2005-06-08 Thread Heiner . Amthauer
u r right, of course. It's just that weblogic generates the page OK for both
clients.

This is the code generated for firefox:

EMBED type=application/x-java-applet code=applet.MyApplet codebase=.
align=top archive=applet.jar height=100 name=MyApplet
width=100/EMBED

This works perfectly well. I've JRE1.4.1_03 installed.


-Ursprüngliche Nachricht-
Von: Jost Richstein [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 8. Juni 2005 09:49
An: Tomcat Users List
Betreff: Re: AW: Using appelts with different clients


Tomcat 5.5.9 generates the following code snippet, requesting version 1.2.2
of the plugin:

OBJECT classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
width=100 height=100
 
codebase=http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#V
ersion=1,2,2,0
  PARAM name=java_code value=applet.MyApplet
  PARAM name=java_codebase value=.
  PARAM name=type value=application/x-java-applet;

Firefox requires version 1.3.0_01 or better
(http://www.mozilla.org/support/firefox/faq#q2.2).
Maybe it's that version mismatch that leads to your problem?

And: could be a firefox issue as well.

[EMAIL PROTECTED] wrote:
 Well, I discovered the following facts:
 
 - I've created a jsp-page with the following line:
   jsp:plugin type=applet code=applet.MyApplet codebase=.
width=100
 height=100/
 
 - I've deployed all files to BEA weblogic. The page loades fine on IE and
 firefox.
 - I've deployed all files to tomcat. The page loads on IE, however, it
 doesn't on firefox. 
 
 Therefore, I assume that this is either a bug, or tomcat just doesn't
 support different clients.
 
 Heiner
 
 -Ursprüngliche Nachricht-
 Von: Mark Thomas [mailto:[EMAIL PROTECTED] 
 Gesendet: Dienstag, 7. Juni 2005 20:38
 An: Tomcat Users List
 Betreff: Re: Using appelts with different clients
 
 
 [EMAIL PROTECTED] wrote:
 
Other
servers create the corret page by using the jsp:pluggin tag. Tomcat
 
 doesn't.
 
 In what way does Tomcat not support this? As far as I am aware it does 
 in both 4.1.x and 5.5.x
 
 Mark
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Using appelts with different clients

2005-06-07 Thread Heiner . Amthauer
Hi,

I want to include a java applet into a webpage, to be loaded correctly
depending on the client (ie, firefox, opera, etc., etc.). Of course, I could
check the client myself by reading http headers. However, I'm sure, that
some else already did this and there is no need to reinvent the wheel. Other
servers create the corret page by using the jsp:pluggin tag. Tomcat doesn't.
How can this be done with tomcat?

regards
Heiner


T-Systems
BU Ulm
Dipl. Ing. Heiner Amthauer
Systementwickler
Magirusstr. 39/1, D-89077 Ulm
+49 731 9344-4422 (Tel.)
+49 731 9344-4409 (Fax)
+49 177 7873405 (Mobil)
E-Mail: [EMAIL PROTECTED]
http://www.t-systems.com http://www.t-systems.com 




AW: jsp:plugin type=applet... and firefox

2005-06-02 Thread Heiner . Amthauer
Original message:
 missing plugin. Other servers, such as BEA weblogic, are creating the
same
 page very well for various kinds of clients. 
Which means: I've deployed the exact same page to weblogic, and it works
fine with firefox. 

Of course, I've already tried to install the plugin, but firefox says the
plugin is unknown. 

-Ursprüngliche Nachricht-
Von: Jost Richstein [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 1. Juni 2005 14:00
An: Tomcat Users List
Betreff: Re: jsp:plugin type=applet... and firefox


Maybe it's not the server generating a wrong page...your browser
is just not able to load the plugin.

I would install the plugin for Firefox first!

[EMAIL PROTECTED] wrote:

 Hi there,
 
 I'm using an applet, with the following line:
 
 jsp:plugin type=applet code=applet.MyApplet codebase=. width=100
 height=100/
 
 I've assumed, that this works fine for any client. Loading the page with
 iexplorer does, however, loading it into firefox results in the message
 missing plugin. Other servers, such as BEA weblogic, are creating the
same
 page very well for various kinds of clients. 
 Now the question is how to get this work with the combination
 tomcat/firefox. And is there any hassle to be expected with other clients,
 e.g. opera.
 
 regards
 Heiner
 
 
 T-Systems
 BU Ulm
 Dipl. Ing. Heiner Amthauer
 Systementwickler
 Magirusstr. 39/1, D-89077 Ulm
 +49 731 9344-4422 (Tel.)
 +49 731 9344-4409 (Fax)
 +49 177 7873405 (Mobil)
 E-Mail: [EMAIL PROTECTED]
 http://www.t-systems.com http://www.t-systems.com 
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jsp:plugin type=applet... and firefox

2005-06-01 Thread Heiner . Amthauer
Hi there,

I'm using an applet, with the following line:

jsp:plugin type=applet code=applet.MyApplet codebase=. width=100
height=100/

I've assumed, that this works fine for any client. Loading the page with
iexplorer does, however, loading it into firefox results in the message
missing plugin. Other servers, such as BEA weblogic, are creating the same
page very well for various kinds of clients. 
Now the question is how to get this work with the combination
tomcat/firefox. And is there any hassle to be expected with other clients,
e.g. opera.

regards
Heiner


T-Systems
BU Ulm
Dipl. Ing. Heiner Amthauer
Systementwickler
Magirusstr. 39/1, D-89077 Ulm
+49 731 9344-4422 (Tel.)
+49 731 9344-4409 (Fax)
+49 177 7873405 (Mobil)
E-Mail: [EMAIL PROTECTED]
http://www.t-systems.com http://www.t-systems.com