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)
Loggin Into OpenDeploy Admin shows Tomcat default
SexyBeast
After successfully logging in from the OpenDeploy login page, I am always sent directly to the Tomcat default page:
http://myserver:8081/index.html
Any ideas?
Find more posts tagged with
Comments
iwovGraduate
I think the admin guide specifies the URL for OD admin page:
http://<host>:8081/iw/opendeploy/login
SexyBeast
I figured it out. The problem is that someone had sent me the link to the login page with a trailing "/"; so I tried,
http://<host>:8081/iw/opendeploy/login/
instead of
http://<host>:8081/iw/opendeploy/login
once I removed the trailing "/" the login worked fine.