• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Reload language configuration files

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I change en_US.properties, changes are not shown in the forum. Do I have to reload the Forum in Tomcat to get the new values?
I ask because the ISP does not allow me to reload, I have to tell them to do it.
[originally posted on jforum.net by Per Johansson]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The files should reload automatically. However, I remember of fixing some bug related to file reloading some days ago (or a problem with the merge).

You can know if a file was reloaded by lookin in the log files. Usually there will have a message like "Reloading /some/path/en_US.properties"

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:The files should reload automatically. However, I remember of fixing some bug related to file reloading some days ago (or a problem with the merge).

You can know if a file was reloaded by lookin in the log files. Usually there will have a message like "Reloading /some/path/en_US.properties"



Well, I was wrong. I had uploaded an old file, now the edited file! Now it works automatically.
[originally posted on jforum.net by Per Johansson]
 
Whoever got anywhere by being normal? Just ask this exceptional tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic