Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

[11:12:56 CDT(-0500)] <rlewis> Hi, I am setting up uPortal 4.0.5 trying to use external cas server. put change in local.properties ran "ant deploy-ear" and "ant start" , no luck, login button still says localhost. Help!

[11:15:04 CDT(-0500)] <EricDalquist> so you followed all the steps here? https://wiki.jasig.org/display/UPM40/CAS

[11:17:58 CDT(-0500)] <EricDalquist> athena: https://issues.jasig.org/browse/UP-3517

[11:19:13 CDT(-0500)] <athena> yay thanks!

[11:19:36 CDT(-0500)] <athena> rlewis: set the Cas login url in security.properties to a blank string, redeploy, and restart

[11:36:18 CDT(-0500)] <rlewis> athena: do I make that change to the security.props file under uPortal or the file under tomcat? I am using the quick start pkg.

[11:38:00 CDT(-0500)] <athena> depends on how you want to work with that codebase - if you anticipate rebuilding it at some point you should probably change the source file and redeploy

[11:38:04 CDT(-0500)] <athena> otherwise you can just change the one in tomcat

[11:38:36 CDT(-0500)] <rlewis> ok, thanks

[13:21:40 CDT(-0500)] <drewwills> you there EricDalquist?

[13:21:44 CDT(-0500)] <EricDalquist> YES

[13:21:49 CDT(-0500)] <EricDalquist> oops ... capslock (tongue)

[13:22:00 CDT(-0500)] <drewwills> I've gotten myself in a bit of a bind...https://gist.github.com/3131072

[13:22:16 CDT(-0500)] <drewwills> remember that restapi invoker thingee?

[13:22:47 CDT(-0500)] <drewwills> at first I didn't think i would need the ability to invoke from a portlet, just from a servlet

[13:22:56 CDT(-0500)] <drewwills> but I was wrong, i do (sad)

[13:23:11 CDT(-0500)] <EricDalquist> (smile)

[13:23:27 CDT(-0500)] <EricDalquist> that is quite the stack trace

[13:23:37 CDT(-0500)] <drewwills> so i'm going back and enhancing it... adding the extra layer of portlet -> proxyservlet -> xContext include

[13:23:50 CDT(-0500)] <drewwills> yes... a bit ahrd to follow

[13:24:21 CDT(-0500)] <drewwills> i think i may not be wrapping so object sufficiently

[13:24:41 CDT(-0500)] <EricDalquist> heh ... I'm not sure this is even possible

[13:24:46 CDT(-0500)] <EricDalquist> let me read through the stack for a minute

[13:24:54 CDT(-0500)] <drewwills> https://gist.github.com/3131108

[13:25:41 CDT(-0500)] <drewwills> (sorry for system.out noise on that one)

[13:26:31 CDT(-0500)] <drewwills> (proxying servlet https://gist.github.com/3131119)

[13:26:36 CDT(-0500)] <EricDalquist> so this is going from

[13:27:51 CDT(-0500)] <EricDalquist> portal -> pluto container -> crossCTX -> pluto servlet -> your custom portlet filter -> local servlet dispatcher -> crossCTX -> portal rest api

  • No labels