Just curious if anyone has written a script that will ping the Landmark web services when doing a restart to avoid end users from getting the "Page is warming up" message.
Thanks,
Jason
my LASYSDIR and LACFGDIR point to the same location, the system folder under the landmark directory.
You can prevent that entirely with steps in KB2081025. The notes say landmark v11, so I'm not sure if it works on v10 landmark. I have this in place in our environment and it works great.
Add the following lines to the LASYSDIR/environment.properties file on the Landmark server:#WAS Application Server Restartcom.lawson.ServletStartupListener.enableStartup=true
Thanks, I am on V11 Landmark so this is good. One thing though, I don't have a LASYSDIR/environment.properties file. I do have a LACFGDIR/environment.properties file?
gotcha, the installer who set my stuff did a few things differently. Thanks for that validation
Quick Note: When adding the setting make sure there is no "empty space" after the setting.
gotcha, thanks for the tip. It did do the job in our test environment. So yeah to that.
what do you mean no "empty space" after the setting
if you type (without quotes)"com.lawson.ServletStartupListener.enableStartup=true" <<< it will automatically load after a startup
if you type (without quotes)"com.lawson.ServletStartupListener.enableStartup=true " <<< empty/trailing space at end; it won't work.
thank you. I thought that is what you meant, but wanted to be sure.. always have to be careful on what text editor to use.... thank you