|
Hi all,
We are currently using Orbeon 3.6 for our current web application and we want to use Orbeon 3.9 in a new project. We donot have time to test/modify xforms in current webapp to fit 3.9 for now. Therefore, we configured tomcat to allow crosscontext for both 3.6 and 3.9: <Context path="/muradora" docBase="muradora" debug="1" crossContext="true"/> <Context path="/iris" docBase="iris" debug="1" crossContext="true"/> <!-- 3.6 is used by muradora --> <Context path="/orbeon" docBase="orbeon" debug="1" crossContext="true"/> <!-- 3.9 is used by iris--> <Context path="/orbeon39" docBase="orbeon" debug="1" crossContext="true"/> However, it seems that only 3.6 takes effect, e.g. in Tomcat management UI, as attached, it shows 2 instances of Orbeon 3.6 are running. Any suggestions on this problem? Thanks, Frank -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
|
Administrator
|
Frank,
I can't see why this would be the case. You should be able to deploy any number of Orbeon versions under separate contexts in Tomcat. I assume you double-checked your WAR files? They should be different, and the version (I believe) comes from web.xml. -Erik On Wed, Nov 9, 2011 at 2:54 AM, Frank Feng <[hidden email]> wrote: > Hi all, > > We are currently using Orbeon 3.6 for our current web application and we > want to use Orbeon 3.9 in a new project. We donot have time to test/modify > xforms in current webapp to fit 3.9 for now. Therefore, we configured > tomcat to allow crosscontext for both 3.6 and 3.9: > > <Context path="/muradora" docBase="muradora" debug="1" > crossContext="true"/> > <Context path="/iris" docBase="iris" debug="1" crossContext="true"/> > > <!-- 3.6 is used by muradora --> > <Context path="/orbeon" docBase="orbeon" debug="1" > crossContext="true"/> > <!-- 3.9 is used by iris--> > <Context path="/orbeon39" docBase="orbeon" debug="1" > crossContext="true"/> > > However, it seems that only 3.6 takes effect, e.g. in Tomcat management UI, > as attached, it shows 2 instances of Orbeon 3.6 are running. > > Any suggestions on this problem? > > Thanks, > > Frank > > > > > > -- > You receive this message as a subscriber of the [hidden email] mailing > list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
| Free forum by Nabble | Edit this page |
