2 Replies Latest reply on Sep 5, 2004 4:29 AM by dnguyen_minh

    cannot use web-console

    dnguyen_minh

      I have just downloaded 2 versions of JBoss, 3.2.5 and 4.0.0RC1, to lean how o use JBoss. I cannot use the web-console installed in both servers. I try to find the problem and i found that the applet.jar file is more than 1 MB. I try to download by this link : http://localhost:8080/web-console/applet.jar but i cannot to download. I make 1 war file to test. In war file, I put 2 applet and use the achive property of tag Applet. 1 applet uses the .jar file less then 5 KB and other uses the .jar file with the size 1 MB. The first applet can run well but the second cannot start. I try to download the 1MB jar file from the web page but I cannot to download.
      Could you give me any help.
      Minh DUc

        • 1. Re: cannot use web-console
          darranl

          Which web browser are you using, is it configured to use the plug-in from Sun?

          Also errors would be helpfully 'I cannot to download' tells us nothing helpfull.

          • 2. Re: cannot use web-console
            dnguyen_minh


            I use 2 browser, IE 6 and Mozila FireFox. My OS is WinXp and Suse 9.1 pro. I try to use web-console by the link : http://localhost:8080/web-console in both browser, I try to start jboss in 2 OS also, but I cannot get the console applet in the browser.
            I build an war file to know the reason why, I found that the applet.jar is bigger than 1 MB so the web server didn't send it to browser. I have 2 applet in the war file. 1 applet run with a smal jar file and othe run with a jar wile bigger than 1 MB. The applet run with small jar file could start but the other failed because the browser could not find the class.
            I think the problem is the configure of the server Tomcat in jboss because I use othe Tomcat server to deploy my war file and 2 applet run well.
            I don know how to do now, could you help me.
            Minh Duc