applet problem help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I have to run applet wchich is in my local computer, but this applet must be run form other server (Tomcat 5.5). I try to use tag <applet> but only in Opera when I set codebase="file://localhost..." it works but I want run this applet in Internet Explorer and Mozilla Firefox but it did not work. How to run this applet in this two broses? Help!!

[359 byte] By [kaklusa] at [2007-10-3 2:43:03]
# 1
How about not using a file:// URL but the proper http:// URL? And did you get any error messages?(I can't quite see why it doesn't work for the other browsers, but why not do it correctly right away?)
CeciNEstPasUnProgrammeura at 2007-7-14 20:31:23 > top of Java-index,Java Essentials,New To Java...
# 2
file://localhost.why are you using file, and not http?[url= http://www.catb.org/~esr/faqs/smart-questions.html#bespecific]Use meaningful, specific subject headers[/url]Please don't fill the subject boxes with plings, it is quite rude.
mlka at 2007-7-14 20:31:23 > top of Java-index,Java Essentials,New To Java...
# 3
> (I can't quite see why it doesn't work for the other> browsers, but why not do it correctly right away?)Other browsers don't seam to accept a parameter in the "host" section of a URL for an file.
mlka at 2007-7-14 20:31:23 > top of Java-index,Java Essentials,New To Java...