• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Searchable plugin with Tomcat

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am creating a Grails app and trying to deploy it on jelastic.com.I have 4 Tomcat instances running.In my Searchable.groovy file I have made a change to the path where the index file is stored.

compassConnection = new File(
"/opt/tomcat/temp/searchable-index/${grailsEnv}"
).absolutePath

Does each instance of Tomact has its own index file or will all the 4 instances point to the same index file?

Regards
Mauji Thak
 
reply
    Bookmark Topic Watch Topic
  • New Topic