uPortal IRC Logs-2011-08-02

[14:44:22 CDT(-0500)] <mklein21005> I changed the location from localhost to my IP address. When I try to log in it sucessfully authenticates but redirects me back to the first log in screen. And Ideas?
[14:44:34 CDT(-0500)] <mklein21005> *Any ideas?
[14:50:55 CDT(-0500)] <jeffbcross> @mklein21005, are you referring to the mobile app?
[14:53:43 CDT(-0500)] <mklein21005> no just a uportal installation on my localcomputer
[14:54:37 CDT(-0500)] <jeffbcross> okay, sorry, I could only help if it were the native mobile app (smile).
[14:55:14 CDT(-0500)] <holdorph> i dont have the link to the documentation, but what you need to do is reconfigure uportal AND the included cas to support a different hostname other then localhost
[14:55:44 CDT(-0500)] <holdorph> you can't just change the ip address in the URL you must configure uportal/cas to support the proper hostname (or ip address)
[14:55:58 CDT(-0500)] <holdorph> due to the way CAS redirects after succesfull authentication
[14:58:02 CDT(-0500)] <holdorph> https://wiki.jasig.org/display/UPM32/CAS
[14:58:11 CDT(-0500)] <holdorph> i think that's the right link
[15:02:53 CDT(-0500)] <mklein21005> yeah i changed all the occurrences of localhost to my ip address web.xml security.properties and portal.properties
[15:04:12 CDT(-0500)] <holdorph> in the original uportal source files and then rebuilt/redeployed ?
[15:04:27 CDT(-0500)] <mklein21005> yeah
[15:09:17 CDT(-0500)] <holdorph> this is for an older version of uPortal, but going back through the uPortal lists... it seems like that's all that's needed. http://jasig.275507.n4.nabble.com/localhost-td266851.html
[15:09:46 CDT(-0500)] <holdorph> but you must change it in those files in the SOURCE tree and then you must rebuild and redeploy (e.g., ant initportal)