0 Replies Latest reply on Jul 19, 2002 4:48 AM by joelvogt

    JB2.47 tomcat4.04 war and ear behaviour

    joelvogt

      Hi everyone,

      Has anyone come across or can explain problems with deploying two files, one say foo.ear and one foo.war?
      In my case the foo.ear has a .war itself, foo-web.war, with web context configured to blah.

      From my testing, my app fails to start up (web start client running off war) with a broken pipe coming from, the 'default servlet's service method', according to good old catalina.

      If I rename the foo.war to say foo-start.war, everything seems to work.

      Can anyone explain this to me?

      Ta, Joel.