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)
TS 5.5 - Modify Login Page
Gregg Faus
Is it possible to modify the login page in TeamSite 5.5? In 5.0.2, I was able to modify the login.jsp page in the dir "\httpd\webapps\webdesk\teamsite". Now if I modify that page, the changes are not reflected.
I would assume it has something to the page being compiled, but I'm not a Tomcat/Java expert.
Thanks.
Find more posts tagged with
Comments
Gregg Faus
Figured it out. As I suspected, the web desk app had to be recompiled. That can be done by running the install_webapps.ipl script in the install directory (with the -c switch).
-gf
PaulD
I could not get this to work. I made a small change to login.js and then ran install_webapps.ipl -c but did not appear on the login screen. Any ideas?
Gregg Faus
Restart the servlet daemon.
PaulD
It works! Awesome, thanks a ton.