5 Replies Latest reply on May 11, 2004 5:10 PM by chays

    Applets in JBOSS 3.06

    chays

      I am trying to run an applet in JBOSS ver 3.06. Where do I put the applet class files in relation to HTML page and how do I refer to the codebase for this location? I have tried looking at other posts but they seem to refer to web-console which I do noit believe I have. Would this be easier with a newer version of JBOSS? - Thanks!

        • 1. Re: Applets in JBOSS 3.06
          darranl

          It might be easier to stop running before you can walk.

          This is a fairly simple web application packaging question, if you understand how images are located for web applications then deploying an applet is very similar.

          Do you have a working web application yet (Without the applet) or is this the first task that you are attempting?

          • 2. Re: Applets in JBOSS 3.06
            chays

            I have several pages of servlets and HTML pages that have been up for bout a year. For some reason this packagin deal is baffling me. Currently my web apps are accessed through server:8080/farina-web/servletName

            The source files are in web/WEB-INF/classes fn2/farina/servlets/

            html pages are located in the web/ directory above WEB-INF.

            • 3. Re: Applets in JBOSS 3.06
              darranl

              Are the classes for you applet going to be downloaded in a jar?

              • 4. Re: Applets in JBOSS 3.06
                chays

                If that is what is required. Would this jar go inside the war file with the rest of the web stuff? WHere would I put it in the path and how would I refer to it?

                • 5. Re: Applets in JBOSS 3.06
                  chays

                  Actually what I would really like to do is use exisitng jar files located in jboss/server/default/lib as well as other class files in other packages that are included in the deployment jar/ear