6 Replies Latest reply on Jan 22, 2003 10:17 AM by jules

    Session manager in JBoss

    mel2000

      Do there exists a Session Manager in the Servlet container? I have an Application written for the Enhydra api and would like to change to JBoss. In my application I use the "build in" Session manager that comes with Enhydra. What I would like to know is if there is a Session manager in JBoss. Thanks in advance!!

      ..::mel2000::..

        • 1. Re: Session manager in JBoss

          by session do you mean HttpSession ?

          Yes Jetty has a SessionManager, an AbstractSessionManager which you can subclass etc...

          What are your particular requirements - proprietary Enhydra features ?

          I thought Enhydra was a J2EE app server, in which case your servlet, provided that it sticks to standadr APIs should port with no trouble. Have you tried ?

          Jules

          • 2. Re: Session manager in JBoss
            mel2000

            Yes. by session i mean HttpSession.

            Where do I find the Jetty classes? I have downloaded the version of JBoss 3.0.4 integrated tomcat v. 4.1.12.
            Do i need to download another file to get the jetty files?

            ..::mel2000::..

            • 3. Re: Session manager in JBoss
              mel2000

              Yes. by session i mean HttpSession.

              Where do I find the Jetty classes? I have downloaded the version of JBoss 3.0.4 integrated tomcat v. 4.1.12.
              Do i need to download another file to get the jetty files?

              ..::mel2000::..

              • 4. Re: Session manager in JBoss
                mel2000

                Yes. by session i mean HttpSession.

                Where do I find the Jetty classes? I have downloaded the version of JBoss 3.0.4 integrated tomcat v. 4.1.12.
                Do i need to download another file to get the jetty files?

                ..::mel2000::..

                • 5. Re: Session manager in JBoss
                  mel2000

                  Yes. by session i mean HttpSession.

                  Where do I find the Jetty classes? I have downloaded the version of JBoss 3.0.4 integrated tomcat v. 4.1.12.
                  Do i need to download another file to get the jetty files?

                  ..::mel2000::..

                  • 6. Re: Session manager in JBoss

                    Jetty - jetty.mortbay.org (AKA JBossWeb) and Tomcat are two implementations of the same spec. i.e. you take one or the other.

                    If you d/l std JBoss, it contains Jetty.
                    If you d/l the Tomcat bundle you get Tomcat.

                    There are numerous threads about the benefits of both.

                    I support the Jetty/JBoss integration so can only answer questions about that.

                    Take you pick.

                    Jules