Alexander Schinko wrote:
> Dear List,
> 
> I'm facing some problems with configuring Longwell. After successfully 
> building and running version 2.5.3, my Internet explorer is showing me 
> "XMLHttpRequest undefined"-errors in my Java-Script Console while I want 
> to browse the data of my OWL-Ontology. The application keeps on 
> displaying "loading..." in each of the widgets which should represent an 
> data entry of my ontology. I Ttried to install 2.5.4 but its not 
> possible due to class-not-found for some logging class during the build.

I'm not familiar with that specific error.  Please try 2.5.5, we don't 
generally have the resources to support older versions of our software. 
  That release is, unfortunately, a bit out of date, so you'll have to 
remove the lines regarding the maven-dependency-plugin from pom.xml; 
delete the following:

       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <version>2.0-alpha-5-SNAPSHOT</version>
       </plugin>

> I also would like to change the port my longwell application, because my 
> Firefox has some problem with browers cache on this port. It only 
> displays the startup page of a prevously installed apache server. I 
> tried to change the jetty port in the longwell.bat, but all the links 
> were broken, because they are still pointing to 8080.

You can edit longwell.bat to change "set JETTY_PORT=8080" to some other 
value, or you can use the environment variables in your operating system 
to set the %JETTY_PORT% variable, perhaps by running 'set 
JETTY_PORT=yourport' on the command line.

I just downloaded and ran Longwell (on a Mac) with the corresponding 
changes above and it did run.

-- 
Ryan Lee                  [EMAIL PROTECTED]
MIT CSAIL Research Staff  http://simile.mit.edu/
http://people.csail.mit.edu/ryanlee/
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to