Thank you, Natalia. I was able to install and reconfigure the DB files for use with Xindice 1.1
I am having a couple of issues now: #1. Do I need Tomcat to deploy/run Xindice 1.1 server? Can be it run without Tomcat using the *xindiced start* command instead? what are the trade-offs between using Tomcat or Jetty? #2. Our current scripts read and write to DB collections using commands like xindice rd -c //<DBSERVER>:4080/db/database -n TOC.xml The new xindice command-line does not like the fully qualified server name/port in front of the /db. These command would need to change to something like... xindice rd -d //<DBSERVER>:4080 -c /db/database -n TOC.xml Which means all scripts that use xindice command-line will need to be updated...any workaround for that? Thanks, =Pat= On Fri, Jul 29, 2011 at 7:55 AM, Natalia Shilenkova <nshilenk...@gmail.com>wrote: > On Jul 28, 2011, at 3:14 PM, p...@pkp.endjunk.com wrote: > > > Hello, > > > > Is upgrade to 1.1 from 1.0 seamless? Can we just copy the DB folder from > the 1.0 version and make it work with 1.1 without any additional code > updates to the Java/JSP app using the DB? > > We are using Xindice 1.0 with Java v1.3. > > While your application should not require any changes, there are some > additional steps you need to perform when upgrading to Xindice 1.1. For > details, please see Xindice Release 1.0 Upgrading How-To [1] and Xindice > Release 1.1b1 Trough 1.1b4 Upgrading How-To [2]. > > [1] http://xml.apache.org/xindice/1.1/howto/upgrading-one-oh.html > [2] http://xml.apache.org/xindice/1.1/howto/upgrading-one-one.html > > Regards, > Natalia > > > Thank you! > > =Pat= > > > >