Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Hunrers of Errors in servletd_err.log
System
TeamSite 5.5.2SP2? on W2K.
Webdesk was not working and I found the attached in servletd_err.log. Restarting TomCat seems to make WebDesk work...for a while.
Any idea what is causing this? The machine has plenty of memory. Is there some way to configure TomCat to take advantage of it?
Find more posts tagged with
Comments
Migrateduser
I am not sure but I think the solution may be something like:
net stop iwservletd
c:\iw-home\servletd\install_servletd.ipl -u
Edit that script:
system("$SERVLETD_HOME\\bin\\servletd.exe",
..
"-Xmx1024m",
"-Xms256m",
..
c:\iw-home\servletd\install_servletd.ipl -i
net start iwservletd