Version 2.1.0 of “littles3” has been released. The only component change in 2.1.0 is the littleS3-2.1.0.war. This version enhances the web application configuration. The “host” value can now include a token “$resolvedLocalHost$
“. Example:
host=$resolvedLocalHost$:8080
The token “$resolvedLocalHost$
” will be replaced the value of InetAddress.getLocalHost().getCanonicalHostName()
. This may be handy if your application server isn’t bound to “localhost
“.