On Sat, Feb 6, 2010 at 9:43 PM, PC_Nerd <[email protected]> wrote:
> Hi, > > I'm not sure I understand correctly which parts of what url's are used > for the FF plugin. > The stuff after the "?" > > From what I can read into the error message above ( from apache's > error.log) the SampleApplication.html is found, and it makes a > reference or call to this "file/executable/thing" named > sampleapplication which is in ./ yes? > If that's "C:/xampp/htdocs/sampleapplication/", then yes. I think there's also a filename case matching error. However, you say that the basic page is rendered, so it's obviously finding something. > This unknown thing is then not found, but is this the part where the > rest of the url is swallowed by the FF plugin? Apache doesn't use the URL query compnent to find the file, it uses the path component. > I'm certain that the > SampleApplication.html is found - all of the HTML is rendered but the > locations where the button/ui from GWT are added to the page, none of > these GWT elements are rendered/created. > > If this is the case then what am I missing in my directory? The > current file list is: > > hosted.html > response.php > SampleApplication.css > SampleApplication.html > sapleapplication.nocache.js > You're missing the stuff in step 4 from the URL mentioned earlier > Compile your application once using the ant build target. Ideally, you can > use GWT's -war option to generate output files directly into your external > server's static content folder. Otherwise, you'll need to copy the the GWT > output folder from war/<moduleName> to your external server's static > content. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
