1 Reply Latest reply on Feb 9, 2004 10:31 PM by juha

    jetty vs tomcat

    chrisfaulkner

      Hello

      I was happily using jboss-3.0.8_tomcat_4.1.x release but have been asked to move to 3.08 where jetty seems to be the servlet container. The .ear and .war files that worked perfectly well with Tomcat aren't working with jetty.

      With jetty, I saw error messages saying that the web.xml was missing and that it was expected below webapp/WEB-INF. It seems that with jetty, I have to put everything into webapp subdirectory within the .war, even the WEB-INF. This sort of works - I can see the static files, although they are now below this new webapp directory but I cannot hit any of my servlets.

      Formerly I had http://domain/context/file.htm and http://domain/context/servlet

      Now the static stuff is OK below http://domain/context/webapp/file.htm but I cannot hit any of my servlets.

      Any ideas, other than returning to jboss + tomcat ?



      Thanks


      Chris

        • 1. Re: jetty vs tomcat

          For the smoothest future migration path to JBoss 3.2.x series for example, I would recommend staying with Tomcat.

          Don't have much knowledge on Jetty so can't help you there, sorry.