1 Reply Latest reply on May 7, 2011 8:23 AM by geschtli

    Is it possible with jboss make applets available?

    geschtli

      In the moment i must run an separate Tomcat to deliver Applets and libraries to client

      browsers.

       

      It seem that jboss is not good layoutet in the moment for delivering client-site classes.

      Curious, with a separate tomcat works, what with an integrated tomcat does not work.

       

      Does someone have a solution for that problem?

      I think it is not a good idea, run jboss with its own tomcat, and then

      run another tomcat, for delivering applets and its libraries.

       

      But perhaps, jboss is not made for such requests and a separate tomcat

      server is really nessesary. I don't know.

        • 1. Re: Is it possible with jboss make applets available?
          geschtli

          Sorry, i have found a solution.

          Jboss can handle the applet stuff good.

           

          It is a problem from eclipse that can not handle such

          delivery. The new eclipse creates project profiles for

          enterprise applications and they work good for server-site-classes,

          how servlets or EJB's, but delivering client-site-classes

          how applets, that was not foreseen in a project profile .

           

          A lack from jboss tools???

           

          The solution was, creating a correct war file manually

          and put it in the deploy folder.

          (How in the old IT- day's  :-) )

           

          I think, in the moment the jboss tools has no answer for

          such requirements.