1 Reply Latest reply on Aug 16, 2004 8:17 AM by kkaal

    Applet Problems

    kkaal

      Hi,
      I am using JBoss and it works nicely. But now, I have a problem which might have to do with adjustments in embeded Tomcat.

      I am using an applet which works fine in the intranet. When I access the same server from the internet, the applet does not show up (gray square). No info in log files.

      I tried different options: codebase="entryform" or codebase="/entryform", but only this works in my intranet: codebase="./entryform"

      Thanks for your hints.

      Klaus

      --------------- 8< code -----------------------------------


      Applet HTML Page



      <H3>Applet HTML Page</H3>


      <APPLET codebase="./entryform" code="ProcessOrder.class" width=840 height=410>


      <FONT SIZE=-1>Generated by NetBeans IDE


        • 1. Re: Applet Problems
          kkaal

          Found the problem:

          Inside the applet, I called some images, which hat problems with the context-path.

          Thanx for your interest anyhow.

          Klaus