One possible problem is with the file extension of the user interface definition files.
For instance the "hello world" app loads index.xal. Running the samples on Apache has no problem; running on IIS requires configuring the "XAL" extension as a mime type, in this case XML. Possibly Jetty has a similar requirement? -----Original Message----- From: Scholten, Dan [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:16 AM To: [email protected] Subject: RE: getting started Ok, I looked at the build file and saw that webappsRoot was pointing to the /staging directory, which was created once I ran "build examples". I then set my Jetty server to use the staging folder as its deployment area. I started up the server but when I clicked on the examples, no dynamic content was loaded. The pages were blank for the most part. Are there file associations that I need to somehow link with the with the XAP source? Also, I noticed there was a "build all" which runs the test cases for you. After I set the jsunit-server-properties xml file to use my Firefox browser, I ran the build all command. I received the following error: <testCase name="http://localhost:9999/jsunit/testsrc/xap/taghandling/_TestPluginR egistryImpl.html:testAddPluginDescription <http://localhost:9999/jsunit/testsrc/xap/taghandling/_TestPluginRegist ryImpl.html:testAddPluginDescription> " time="0.016"> <error> Error message is: "TypeError: ConsoleLog.s_logWindow has no properties" There is a stack trace I can post if needed. Did I forget to download something or am I configuring it wrong? Thanks, Dan
