mvn clean didn't do it. But, blowing away the "target" directory manually and then doing a mvn package did the trick.
Thanks Chak On 2/8/08 4:30 PM, "Kevin Brown" <[EMAIL PROTECTED]> wrote: > How are you starting the server? This seems to work for me: > > http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html > > You might want to try a mvn clean before doing mvn jetty:run. > > On Feb 8, 2008 4:23 PM, Chak Nanga <[EMAIL PROTECTED]> wrote: > >> Hi Bruno, >> >> Tried that path before - does not work. >> >> As mentioned below, the "files" dir does NOT have the container, >> samplecontainer sub-dirs. >> >> I took a look at the gadgets.war file that gets produced and it does not >> contain the "container" or the "samplecontainer" dirs >> >> Thanks >> Chak >> >> On 2/8/08 4:10 PM, "Bruno Bowden" <[EMAIL PROTECTED]> wrote: >> >>> This is the new url: >>> >>> http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html >>> >>> This was a change from Kevin to make the War configuration consistent >> with >>> the Jar, which coincidentally will allow the samplecontainer to run >>> successfully on Orkut too (but not just yet). >>> >>> >>> On Feb 8, 2008 4:03 PM, Chak Nanga <[EMAIL PROTECTED]> wrote: >>> >>>> Hi, >>>> >>>> I updated my source tree (after about a week or so) and now I¹m unable >> to >>>> access the samplecontainer. >>>> >>>> I used to be able to hit >>>> http://localhost:8080/gadgets/samplecontainer/samplecontainer.html and >> get >>>> to the samplecontainer page. Now I get a 404. >>>> >>>> Looking at the dir where the war gets extracted to, I no longer see the >>>> ³container², ³samplecontainer² directories like I used to. I just see >> the >>>> ³gadgets² dir and the ³opensocial6to7.js² file under a new directory >> named >>>> ³files². >>>> >>>> Any ideas? >>>> >>>> Thanks >>>> Chak >>>> >>>> >> >> >>

