4 Replies Latest reply on Apr 27, 2010 11:25 AM by peterj

    The JBOSS AS have a TOMCAT buil in?

      Hello every body I have a well some questions I have an instalation of apache-tomcat and i want that run with and JBOSS AS 5.1.0, but i been reading and i undestand that the JBOSS AS have a TOMCAT integration, it is correct ? what is the best way to work with both servers? the JBOSS AS alredy have a WEB SERVER??, maybe the cuestions are so dummys but i want to understan the operation of both servers. Thank you very much is somebody help i gonna apreciate that a lot.

        • 1. Re: The JBOSS AS have a TOMCAT buil in?
          peterj

          I just had this discussion with someone else, see if that helps, if not, let me know:

          http://community.jboss.org/message/539379

          • 2. Re: The JBOSS AS have a TOMCAT buil in?

            Thanks a lot, Im  gonna check that and i tell you.

            • 3. Re: The JBOSS AS have a TOMCAT buil in?

              Hello Peter thanks for the support, i was the same person in the other fourum, and actually i am very confuse about all the products, let me explain you wha I understand and please say me if im wrong or not, i now that are two types off servers one like tomcat that his principal function is process the services for the web pages (web services and web beans) and other product like jboss that his principal function is to process all the java aplication like javabeans, java server pages or servlets. Actually i undestand that tomcat has the ability to process in a real fine way the jsp and servlets and that was one of the principal functions, but my confusion is that what kind off aplications that has to be run or are the principal function off the JBOSS AS? and for a set off aplications that are buil in jsp what is the best solution for run the JBOSS WEB, JBOSS AS i been testing both products and both work fine, i have a problem with pdf that in some case dont upload or there are no display and the browser stay in a eternal loading problem, but all the other components runs fine.

               

              My aproach was that i need to drop tomcat and migrate all the aplications to the jboss as, but in this moment im not quite sure off that.

               

              What do you think of that mess???

               

              :-)

               

              Thank you very much for take the time to disipate that kind of questions.

              • 4. Re: The JBOSS AS have a TOMCAT buil in?
                peterj

                I am confused. At first you write:

                 

                >>I understand . . . product like jboss that his principal function is to process all the  java aplication like javabeans, java server pages or servlets

                 

                And then you write:

                 

                >>my confusion is that what kind off aplications that has to be run or are  the principal function off the JBOSS AS?

                 

                It seems that you have alreayd answered your question. But as I stated in theo ther forum post, JBoss AS is a Java EE application server. As such it must provide support for all Java EE features, which you can find at:

                http://java.sun.com/javaee/technologies/

                 

                >>i have a problem with pdf that in some case dont upload or there are no  display and the browser stay in a eternal loading problem,

                 

                I recall a recent discussion about this. Was that you also? I don't have any insights opther than to compare the setting in the global web.xml and service.xml files.