Milo,
Let me clarify - the Tomcat is on the LBI server - we are just usinig the Tomcat that gets installed with LBI rather than having to install Webshpere on this server. We are ONLY using dashboards with a few published reports for now and are at least 6-12 months before thinking out smart notes, etc.... So we went the easy way. The LSF server is webshpere.
I'm not sure we are having an authentication issue - the servlet smoke tests work and authenticate properly - if I true an invalid user it does not authenticate and fails the smoke test. So it seems the problem is within the system config of framework services and how it is using the servlet somehow.
And we've tried both short and long url with the FQDN, but that does not resolve it either. But you bring to light a question. The documentation is very shortcoming on SPECIFICALLY what the url is to point to - and that is where I think my problem lies since we are getting a 404 error. We simply have it to the default web url of the LSF9 server - and I asked this of Lawson and they said that was correct. But your comment of "pointing to the authorization page, the SSO page" makes me think even more that I do not have the URL correct.
Our LSF server is xxx.domain.net so the url I have in sysconfig is
http://xxx.domain.net. When we login to framework services I am seeing that the url that the login gets directed to is
http://xxx.domain.net/sso/SSOServlet?_acti...igUrl=etc.......
and it does prompt us for the login - so it seems that it is finding the SSO correctly.
BUT HERE IS WHERE I THINK THERE IS A URL SETTING THAT IS WRONG - once we login, the page that we get redirected to and that gets us a 404 error is:
http://LBISERVER/sso/SSOServlet?_action=MI...SION&etc........
Thoughts? Anyone?