1 Reply Latest reply on Sep 4, 2002 6:24 PM by tbfmicke

    How to create a Webapp in Jboss 3.0

    ebu990

      Hi Guys,
      I have installed Jboss 3.0 on my linux machine. I have to put a .war file in order to create a web app. But, if I did no't have war file, I still want to create a web app, Anyone can tell me how to create a webapp without using .war file.


      Thanks a lot

      Eddy

        • 1. Re: How to create a Webapp in Jboss 3.0
          tbfmicke

          You can use a war directory.

          Call your directory myapp.war (the .war extension is important) and put it in the deploy directory. Your webapp directory needs to have a WEB-INF directory inside it for it to be recognized as an webapp.

          Regards