I am trying to use war files for a web site.
 
I packed the entire default-web-app directory in a default-web-app.war
and modified the application.xml file
 <web-module id="defaultWebApp" path="../../default-web-app.war" />
 
I have to use ../../ It seems that there is a bug an expanding the path, since orion tries to find ....config/application.xml/path
 
then at the first start, ORION unpack the war archive in the directory default-web-app :well
 
Next ORION display a message like this : Error starting HttpServer: error initializing site ... unable to read WEB-INF/web.xml ???
 
In other cases (i don't remember) I got
java.lang.ArrayIndexOutOfBoundsException

at com.evermind.util.aa.bn(JAX)
at com.evermind.util.aa.bn(JAX)
at com.evermind.server.http.HttpApplication.oa(JAX)
at com.evermind.server.http.HttpApplication.ny(JAX)
at com.evermind.server.http.HttpApplication.mn(JAX)
at com.evermind.server.http.c4.m3(JAX)
at com.evermind.util.c.run(JAX)
 
Note: I run on windows/Java 1.3, but the target platform will be LINUX.
 
 

Reply via email to