This content has been marked as final.
Show 1 reply
-
1. Re: How to create a Webapp in Jboss 3.0
tbfmicke Sep 4, 2002 6:24 PM (in response to ebu990)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