The jetty/webapps dir is where you would place apps if you were using standalone Jetty.
Even back in 2.4.x the intention was for you to place them in jboss/deploy, packaged in a war (which was optionally packaged in an ear). 2.4 included a jetty/webapps dir because it included an entire Jetty distro. This is no longer the case in JBoss3. The Jetty service is now completely integrated and needs no home tree of it's own. Good Luck ! Jules Mitchell Kim wrote: > I included the war file in a ear file in the deploy directory. But, I > was able to deploy only the war file as well. > > Mitchell > > ----- Original Message ----- > *From:* Sheng Zou <mailto:[EMAIL PROTECTED]> > *To:* '[EMAIL PROTECTED]' > <mailto:'[EMAIL PROTECTED]'> > *Sent:* Wednesday, June 12, 2002 5:57 PM > *Subject:* [JBoss-user] Where to deploy servlets in jboss3.0 > > Hi, > > I am upgrading jboss2.4.4 to jboss3.0. Where should I place files > used to be at "jboss-jetty/jetty/webapps" in jboss2.4.4 now in > jboss3.0? I presume that it is going to be > jboss/server/myserver/deploy now? If so, do I have to generate a WAR > file? > > thanks, > sheng > _______________________________________________________________ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
