I use Jetty. After build shindig, I copied and pasted shindig-server-3.0.0-SNAPSHOT.war
to webapps directory. I move your test.html to webapps/root. http://localhost/test.html works fine. However, mvn -Prun was failed. Thanks. ----- Original Message ---- From: Wouter Charle <[email protected]> To: [email protected] Sent: Sat, January 29, 2011 11:25:39 PM Subject: Re: HTTP ERROR 404 Hi again. I'm not familiar with the Java version of Shindig, but (I assume) independent from that: Make a test.html file (content: <html><head></head><body><p>Hello world!</p></body></html>) in your shindig directory on the webserver and then goto http://localhost/test.html If "Hello world!" is displayed, I wouldn't have a clue about how to solve your problem. If not, your localhost is just not pointing to where Shindig is installed. In that case, consider creating a virtualhost called shindig or something that points to your Shindig installation. Then goto http://shindig/gadgets/ifr?... and it should work. I hope this solves your problem :) On Sat, Jan 29, 2011 at 1:56 PM, Xue-Feng Yang <[email protected]> wrote: > Thanks Wouter. > > I tried by removing the port number. It's the same. > > I was testing in XP and Java 1.6.0_23. > > > > ----- Original Message ---- > From: Wouter Charle <[email protected]> > To: [email protected] > Sent: Sat, January 29, 2011 5:39:44 PM > Subject: Re: HTTP ERROR 404 > > Hi Yang, > Did you try to remove the port number from your url? > http://localhost/gadgets/ifr?... > Is localhost the virtualhost pointing to your Shindig folder? > What is your environment? > > On Fri, Jan 28, 2011 at 6:37 PM, Xue-Feng Yang <[email protected]> > wrote: > > > Hi All: > > > > I am new to shindig. Followed apache-shindig.pdf, I checked out source > > code, > > built shindig and installed the built WAR to Jetty. I saw everything was > > fine > > but a few warning messages. > > > > However, when I opened > > > > >http://localhost:8080/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml >l > >l > > > > I saw the following error message. > > > > Did I miss anything? > > > > > > HTTP ERROR 404 > > Problem accessing /gadgets/ifr. Reason: > > Not Found > > ________________________________ > > Powered by Jetty:// > > > > > > > > > >
