You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(41) |
May
(353) |
Jun
(133) |
Jul
(534) |
Aug
(401) |
Sep
(219) |
Oct
(86) |
Nov
(144) |
Dec
(61) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(200) |
Feb
(130) |
Mar
(345) |
Apr
(153) |
May
(247) |
Jun
(338) |
Jul
(222) |
Aug
(70) |
Sep
(39) |
Oct
(27) |
Nov
(76) |
Dec
(30) |
2007 |
Jan
(81) |
Feb
(44) |
Mar
(9) |
Apr
|
May
(3) |
Jun
(2) |
Jul
(34) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(6) |
2008 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Atif S. <BM...@bm...> - 2006-06-29 12:15:08
|
Alistair Young wrote: >can you explain how the sp works Atif? I've done all that now but how do I >actually log in using shibboleth? Is there a special shibboleth login page >in bod now? > > > There is no special shibboleth login page. Because of the following filter mapping in web.xml <filter-mapping> <filter-name>Guanxi Resource Guard</filter-name> <url-pattern>/site/*</url-pattern> </filter-mapping> The entire bodington is protected. Lets say a user comes along and hits the following url: www.myserver.com/bodingtion/site/buidling3/room7/resource10 Then shib kicks off does it's thing, once the sp guard is happy THAT the shib was successful IT will add the attributes to the request object headers. Then it will allow the request through. Once the request is allowed through by the sp guard org.bodington.servlet.BuildingServlet will kick into action BECAUSE it too is mapped onto the same url as the guard filter i.e. : /site/* BuildingServlet will create a New instance of org.bodington.servlet.Request which will check if a bodington session exists. If a bodington session does not exists THEN a New instance of org.bodington.server.realm.sp.SPAuthenticator is create. org.bodington.server.realm.sp.SPAuthenticator will do the following: * Creates a user account if the user doesn't have a account already * Maps the idp group to 'local bodington' group THEN adds the user to the mapped groups. * Creates a bodington session and associated with the user account. Lets say an another user comes along and hits the following url: www.myserver.com/bodingtion/site/buidling45/roomZZZ/ The same thing will happan for this url as what was described above for the following url: www.myserver.com/bodingtion/site/buidling3/room7/resource10 Ta Atif. |
From: Atif S. <BM...@bm...> - 2006-06-29 12:14:42
|
Alistair Young wrote: >can you explain how the sp works Atif? I've done all that now but how do I >actually log in using shibboleth? Is there a special shibboleth login page >in bod now? > > > There is no special shibboleth login page. Because of the following filter mapping in web.xml <filter-mapping> <filter-name>Guanxi Resource Guard</filter-name> <url-pattern>/site/*</url-pattern> </filter-mapping> The entire bodington is protected. Lets say a user comes along and hits the following url: www.myserver.com/bodingtion/site/buidling3/room7/resource10 Then shib kicks off does it's thing, once the sp guard is happy THAT the shib was successful IT will add the attributes to the request object headers. Then it will allow the request through. Once the request is allowed through by the sp guard org.bodington.servlet.BuildingServlet will kick into action BECAUSE it too is mapped onto the same url as the guard filter i.e. : /site/* BuildingServlet will create a New instance of org.bodington.servlet.Request which will check if a bodington session exists. If a bodington session does not exists THEN a New instance of org.bodington.server.realm.sp.SPAuthenticator is create. org.bodington.server.realm.sp.SPAuthenticator will do the following: * Creates a user account if the user doesn't have a account already * Maps the idp group to 'local bodington' group THEN adds the user to the mapped groups. * Creates a bodington session and associated with the user account. Lets say an another user comes along and hits the following url: www.myserver.com/bodingtion/site/buidling45/roomZZZ/ The same thing will happan for this url as what was described above for the following url: www.myserver.com/bodingtion/site/buidling3/room7/resource10 Ta Atif. |
From: M T. <m....@gm...> - 2006-06-29 08:12:03
|
Already done Jon... ;o) Thanks guys, was just checking... but it seems you're all in agreement that tomcat performs well with out too much config! M. On 28/06/06, Jon Maber <jo...@te...> wrote: > Atif Suleman wrote: > >> Anyway, in the general scheme of things, one is far more likely to > >> encounter performance problems with the database rather than the servlet > >> container (if we're talking about bodington here!). > >> > >> I presume you're running on JDK 1.5, anyway, the combination with that > >> should mean that things are running faster than Tomcat 5.0 + J2SDK > >> v1.4.2 anyway. > >> > >> Other than that, I don't have any particular tips. I don't think it's > >> generally regarded as a slouch in the performance department. > >> > >> Alexis > >> > >> > >> > > yep. > > > Most obvious tip - use JAVA_OPTS environment variable to set the size of > the JVM heap to much bigger than the default, including the option to > set the initial heap to the maximum too. > > Jon > > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > -- m.cha3l |
From: Alistair Y. <ali...@sm...> - 2006-06-28 18:01:38
|
can you explain how the sp works Atif? I've done all that now but how do = I actually log in using shibboleth? Is there a special shibboleth login pag= e in bod now? --=20 Alistair Young Senior Software Engineer UHI@Sabhal M=F2r Ostaig Isle of Skye Scotland > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html> > <head> > <meta content=3D"text/html;charset=3DISO-8859-1" http-equiv=3D"Conten= t-Type"> > <title></title> > </head> > <body bgcolor=3D"#ffffff" text=3D"#000000"> > The sp-authenticator will know which groups mapping policy file to use > from<br> > $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy > directory, by using the following method:<br> > <br> > sp-authenticator first will decode the name of the idp by looking at > username attribute in the request object header. Everything after the > '@' in the username attribute in the request object header is the name > of the idp. Then appending '.xml' to the name of the idp will give you > the policy file.<br> > <br> > Lets say the username attribute in the request object header is:<br> > <a class=3D"moz-txt-link-abbreviated" > href=3D"mailto:ali...@uh...">ali...@uh...</a><br> > Then the sp-authenticator will look for the following policy file:<br> > $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy/uh= i.ac.uk.xml<br> > <br> > Lets say the username attribute in the request object header is:<br> > <a class=3D"moz-txt-link-abbreviated" > href=3D"mailto:asu...@le...">asu...@le...</a><br> > Then the sp-authenticator will look for the following policy file:<br> > $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy/le= eds.ac.uk.xml<br> > <br> > Ta<br> > Atif.<br> > <br> > <br> > Alistair Young wrote: > <blockquote cite=3D"mid...@sm....= uk" > type=3D"cite"> > <pre wrap=3D"">Thanks Atif! > > how does the sp know which file to load or does it load all files in > groups-xml-mapper-policy? > > Alistair > > On 28 Jun 2006, at 14:59, Atif Suleman wrote: > > </pre> > <blockquote type=3D"cite"> > <pre wrap=3D"">Alistair Young wrote: > > </pre> > <blockquote type=3D"cite"> > <pre wrap=3D"">how does this work Atif? How do I configure one an= d get > the sp to use > it? There are two - leeds.ac.uk.xml and sample.ac.uk.xml > > Alistair > > > </pre> > </blockquote> > <pre wrap=3D"">The directory > $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy > holds the groups mapping policy for each idp. > > Lets say the username attribute in the request object header is: > <a class=3D"moz-txt-link-abbreviated" > href=3D"mailto:ali...@uh...">ali...@uh...</a> > > Then you will need to setup a mapping policy for uhi.ac.uk idp. > > Make a copy of sample.ac.uk.xml in the directory > $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper- > policy and > name it: > * uhi.ac.uk.xml > > The contents of this file will be: > > <bodington> > <groups-mapper-policy> > > <group> > <idp-group>test.fake</idp-group> > <map-to>campus.test</map-to> > </group> > > <group> > <idp-group>Maths and Pests</idp-group> > <map-to>campus.home</map-to> > </group> > > </groups-mapper-policy> > </bodington> > > You can add many group elements as needed. First get rid of the > existing > group elements because they are examples. So the file uhi.ac.uk.xml > will > look like this now: > > <bodington> > <groups-mapper-policy> > > </groups-mapper-policy> > </bodington> > > Lets say we want to map the group 'Tester' from the idp uhi.ac.uk to a > existing group on the bodington-sp side called 'campus.tester' THEN we > would add a group element to the the file > $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper- > policy/uhi.ac.uk.xml > AND NOW the file uhi.ac.uk.xml will look like the following: > > <bodington> > <groups-mapper-policy> > <group> > <idp-group>Tester</idp-group> > <map-to>campus.tester</map-to> > </group> > </groups-mapper-policy> > </bodington> > > Ta > Atif. > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > <a class=3D"moz-txt-link-freetext" > href=3D"http://sel.as-us.falkag.net/sel">http://sel.as-us.falkag.net/se= l</a>? > cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642 > _______________________________________________ > Bodington-developers mailing list > <a class=3D"moz-txt-link-abbreviated" > href=3D"mailto:Bod...@li...">Bodington-de= vel...@li...</a> > <a class=3D"moz-txt-link-freetext" > href=3D"https://lists.sourceforge.net/lists/listinfo/bodington-develope= rs">https://lists.sourceforge.net/lists/listinfo/bodington-developers</a> > </pre> > </blockquote> > <pre wrap=3D""><!----> > > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > <a class=3D"moz-txt-link-freetext" > href=3D"http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D26= 3057&dat=3D121642">http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709= &bid=3D263057&dat=3D121642</a> > _______________________________________________ > Bodington-developers mailing list > <a class=3D"moz-txt-link-abbreviated" > href=3D"mailto:Bod...@li...">Bodington-de= vel...@li...</a> > <a class=3D"moz-txt-link-freetext" > href=3D"https://lists.sourceforge.net/lists/listinfo/bodington-develope= rs">https://lists.sourceforge.net/lists/listinfo/bodington-developers</a> > > . > > </pre> > </blockquote> > <br> > </body> > </html> > > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642_______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Jon M. <jo...@te...> - 2006-06-28 17:57:36
|
Atif Suleman wrote: >> Anyway, in the general scheme of things, one is far more likely to >> encounter performance problems with the database rather than the servlet >> container (if we're talking about bodington here!). >> >> I presume you're running on JDK 1.5, anyway, the combination with that >> should mean that things are running faster than Tomcat 5.0 + J2SDK >> v1.4.2 anyway. >> >> Other than that, I don't have any particular tips. I don't think it's >> generally regarded as a slouch in the performance department. >> >> Alexis >> >> >> > yep. > Most obvious tip - use JAVA_OPTS environment variable to set the size of the JVM heap to much bigger than the default, including the option to set the initial heap to the maximum too. Jon |
From: Sean M. <se...@sm...> - 2006-06-28 16:20:34
|
Also, i would like not to involve the ent sig, as it would confuse matters. I am going to be away the week before, and can't afford to spend all week in lovely cornwall!-) --2 for me! s On 28 Jun 2006, at 15:39, Selwyn Lloyd wrote: > I'm happy either way for those watching the enterpise sig list also, i > think it would be good to combine meetings and invite Sakai folks. > > > Adam Marshall wrote: > >> Can I just draw everybody's attention to the date & location dev >> meet: >> >> 17 oct in Exeter [Selwyn's shed (or equivalent!)] >> >> See http://bodington.org/wiki/index.php?title=DevMeet17Oct06 >> >> >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> >> >> > > -- > Selwyn Lloyd > Phosphorix > Open Source Systems for Lifelong Learning > tel: 07979240124 > irc://irc.ionode.org > support channel: #ionode > support email: de...@ph... > web: http://www.phosphorix.co.uk > forum: http://forum.ionetwork.ac.uk > > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Atif S. <BM...@bm...> - 2006-06-28 16:05:29
|
>Anyway, in the general scheme of things, one is far more likely to >encounter performance problems with the database rather than the servlet > container (if we're talking about bodington here!). > >I presume you're running on JDK 1.5, anyway, the combination with that >should mean that things are running faster than Tomcat 5.0 + J2SDK >v1.4.2 anyway. > >Other than that, I don't have any particular tips. I don't think it's >generally regarded as a slouch in the performance department. > >Alexis > > yep. |
From: Sean M. <se...@sm...> - 2006-06-28 16:03:15
|
++2 for that. tomcat ain't our problem. untuned sql, now there's a diff! s On 28 Jun 2006, at 17:00, Alexis O'Connor wrote: > Other than that, I don't have any particular tips. I don't think it's > generally regarded as a slouch in the performance department. > > Alexis |
From: Alexis O'C. <ale...@ou...> - 2006-06-28 16:00:19
|
M Thomas wrote: > Sorry, no problems should have clarified the request... Oups > > Has anyone got any advice on configuring tomcat with regard to performance? > > M. > OK, you haven't said whether or not you've tried and have experienced performance problems ;-). Anyway, in the general scheme of things, one is far more likely to encounter performance problems with the database rather than the servlet container (if we're talking about bodington here!). I presume you're running on JDK 1.5, anyway, the combination with that should mean that things are running faster than Tomcat 5.0 + J2SDK v1.4.2 anyway. Other than that, I don't have any particular tips. I don't think it's generally regarded as a slouch in the performance department. Alexis |
From: M T. <m....@gm...> - 2006-06-28 15:13:43
|
Sorry, no problems should have clarified the request... Oups Has anyone got any advice on configuring tomcat with regard to performance? M. On 28/06/06, Alexis O'Connor <ale...@ou...> wrote: > M Thomas wrote: > > Hi bodders, > > > > I've installed bodington on a server that's running Tomcat 5.5.17. > > Does anyone have any advice / tip & trick regarding tomcat config? > > > > Thanks > > > > Well the key pitfall to manouver (and I quote from > /bodington/docs/install/quickstart/Readme.txt here!) is: > > - - - - - - - > > - Tomcat 5.5 - > > Much work has gone into Tomcat 5.5 to enable it to run with just a JRE. > Bodington currently requires the tools.jar (containing the javac java > compiler), from the JDK, as this is used to compile the templates. If > Tomcat > is running, stop it and then perform these steps according to your > platform. > > * Windows: From the 'Start' menu choose Programs -> Apache Tomcat 5.5 -> > Configure Tomcat. In the dialog that appears, select the 'Java' tab. > Append > ;<path to jdk>\lib\tools.jar to the entry in the 'Java Classpath' box > (so if > you installed the JDK in C:\Program Files\Java\jdk1.5.0 you would > append the > string ;C:\Program Files\Java\jdk1.5.0\tools.jar). Click on OK and you can > restart Tomcat from another tab on the same dialog. > > * Linux: Open $CATALINA_HOME/bin/setclasspath.sh in a text editor and add > $JAVA_HOME/lib/tools.jar to the CLASSPATH, e.g.: > > CLASSPATH=$JAVA_HOME/lib/tools.jar > > - - - - - - - > > Other than that, there's nothing special to be aware of as far as I know (?) > > -- > + - - - - - - - - - - - - - - - - - - - - - - - - - - - + > | Alexis O'Connor, VLE Developer (http://bodington.org) | > | OUCS, 13 Banbury Road, Oxford, OX2 6NN, UK. | > | Tel. +44 (0)1865 283661 | > + - - - - - - - - - - - - - - - - - - - - - - - - - - - + > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > -- m.cha3l |
From: Selwyn L. <sel...@ph...> - 2006-06-28 14:38:00
|
I'm happy either way for those watching the enterpise sig list also, i think it would be good to combine meetings and invite Sakai folks. Adam Marshall wrote: >Can I just draw everybody's attention to the date & location dev meet: > > 17 oct in Exeter [Selwyn's shed (or equivalent!)] > >See http://bodington.org/wiki/index.php?title=DevMeet17Oct06 > > >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Bodington-developers mailing list >Bod...@li... >https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > -- Selwyn Lloyd Phosphorix Open Source Systems for Lifelong Learning tel: 07979240124 irc://irc.ionode.org support channel: #ionode support email: de...@ph... web: http://www.phosphorix.co.uk forum: http://forum.ionetwork.ac.uk |
From: Atif S. <BM...@bm...> - 2006-06-28 14:22:19
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> The sp-authenticator will know which groups mapping policy file to use from<br> $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy directory, by using the following method:<br> <br> sp-authenticator first will decode the name of the idp by looking at username attribute in the request object header. Everything after the '@' in the username attribute in the request object header is the name of the idp. Then appending '.xml' to the name of the idp will give you the policy file.<br> <br> Lets say the username attribute in the request object header is:<br> <a class="moz-txt-link-abbreviated" href="mailto:ali...@uh...">ali...@uh...</a><br> Then the sp-authenticator will look for the following policy file:<br> $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy/uhi.ac.uk.xml<br> <br> Lets say the username attribute in the request object header is:<br> <a class="moz-txt-link-abbreviated" href="mailto:asu...@le...">asu...@le...</a><br> Then the sp-authenticator will look for the following policy file:<br> $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy/leeds.ac.uk.xml<br> <br> Ta<br> Atif.<br> <br> <br> Alistair Young wrote: <blockquote cite="mid...@sm..." type="cite"> <pre wrap="">Thanks Atif! how does the sp know which file to load or does it load all files in groups-xml-mapper-policy? Alistair On 28 Jun 2006, at 14:59, Atif Suleman wrote: </pre> <blockquote type="cite"> <pre wrap="">Alistair Young wrote: </pre> <blockquote type="cite"> <pre wrap="">how does this work Atif? How do I configure one and get the sp to use it? There are two - leeds.ac.uk.xml and sample.ac.uk.xml Alistair </pre> </blockquote> <pre wrap="">The directory $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy holds the groups mapping policy for each idp. Lets say the username attribute in the request object header is: <a class="moz-txt-link-abbreviated" href="mailto:ali...@uh...">ali...@uh...</a> Then you will need to setup a mapping policy for uhi.ac.uk idp. Make a copy of sample.ac.uk.xml in the directory $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper- policy and name it: * uhi.ac.uk.xml The contents of this file will be: <bodington> <groups-mapper-policy> <group> <idp-group>test.fake</idp-group> <map-to>campus.test</map-to> </group> <group> <idp-group>Maths and Pests</idp-group> <map-to>campus.home</map-to> </group> </groups-mapper-policy> </bodington> You can add many group elements as needed. First get rid of the existing group elements because they are examples. So the file uhi.ac.uk.xml will look like this now: <bodington> <groups-mapper-policy> </groups-mapper-policy> </bodington> Lets say we want to map the group 'Tester' from the idp uhi.ac.uk to a existing group on the bodington-sp side called 'campus.tester' THEN we would add a group element to the the file $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper- policy/uhi.ac.uk.xml AND NOW the file uhi.ac.uk.xml will look like the following: <bodington> <groups-mapper-policy> <group> <idp-group>Tester</idp-group> <map-to>campus.tester</map-to> </group> </groups-mapper-policy> </bodington> Ta Atif. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel">http://sel.as-us.falkag.net/sel</a>? cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Bodington-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Bod...@li...">Bod...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bodington-developers">https://lists.sourceforge.net/lists/listinfo/bodington-developers</a> </pre> </blockquote> <pre wrap=""><!----> Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a> _______________________________________________ Bodington-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Bod...@li...">Bod...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bodington-developers">https://lists.sourceforge.net/lists/listinfo/bodington-developers</a> . </pre> </blockquote> <br> </body> </html> |
From: Alistair Y. <ali...@sm...> - 2006-06-28 13:58:34
|
Thanks Atif! how does the sp know which file to load or does it load all files in groups-xml-mapper-policy? Alistair On 28 Jun 2006, at 14:59, Atif Suleman wrote: > Alistair Young wrote: > >> how does this work Atif? How do I configure one and get the sp to use >> it? There are two - leeds.ac.uk.xml and sample.ac.uk.xml >> >> Alistair >> >> > The directory > $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy > holds the groups mapping policy for each idp. > > Lets say the username attribute in the request object header is: > ali...@uh... > > Then you will need to setup a mapping policy for uhi.ac.uk idp. > > Make a copy of sample.ac.uk.xml in the directory > $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper- > policy and > name it: > * uhi.ac.uk.xml > > The contents of this file will be: > > <bodington> > <groups-mapper-policy> > > <group> > <idp-group>test.fake</idp-group> > <map-to>campus.test</map-to> > </group> > > <group> > <idp-group>Maths and Pests</idp-group> > <map-to>campus.home</map-to> > </group> > > </groups-mapper-policy> > </bodington> > > You can add many group elements as needed. First get rid of the > existing > group elements because they are examples. So the file uhi.ac.uk.xml > will > look like this now: > > <bodington> > <groups-mapper-policy> > > </groups-mapper-policy> > </bodington> > > Lets say we want to map the group 'Tester' from the idp uhi.ac.uk to a > existing group on the bodington-sp side called 'campus.tester' THEN we > would add a group element to the the file > $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper- > policy/uhi.ac.uk.xml > AND NOW the file uhi.ac.uk.xml will look like the following: > > <bodington> > <groups-mapper-policy> > <group> > <idp-group>Tester</idp-group> > <map-to>campus.tester</map-to> > </group> > </groups-mapper-policy> > </bodington> > > Ta > Atif. > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Alexis O'C. <ale...@ou...> - 2006-06-28 13:57:14
|
M Thomas wrote: > Hi bodders, > > I've installed bodington on a server that's running Tomcat 5.5.17. > Does anyone have any advice / tip & trick regarding tomcat config? > > Thanks > Well the key pitfall to manouver (and I quote from /bodington/docs/install/quickstart/Readme.txt here!) is: - - - - - - - - Tomcat 5.5 - Much work has gone into Tomcat 5.5 to enable it to run with just a JRE. Bodington currently requires the tools.jar (containing the javac java compiler), from the JDK, as this is used to compile the templates. If Tomcat is running, stop it and then perform these steps according to your platform. * Windows: From the 'Start' menu choose Programs -> Apache Tomcat 5.5 -> Configure Tomcat. In the dialog that appears, select the 'Java' tab. Append ;<path to jdk>\lib\tools.jar to the entry in the 'Java Classpath' box (so if you installed the JDK in C:\Program Files\Java\jdk1.5.0 you would append the string ;C:\Program Files\Java\jdk1.5.0\tools.jar). Click on OK and you can restart Tomcat from another tab on the same dialog. * Linux: Open $CATALINA_HOME/bin/setclasspath.sh in a text editor and add $JAVA_HOME/lib/tools.jar to the CLASSPATH, e.g.: CLASSPATH=$JAVA_HOME/lib/tools.jar - - - - - - - Other than that, there's nothing special to be aware of as far as I know (?) -- + - - - - - - - - - - - - - - - - - - - - - - - - - - - + | Alexis O'Connor, VLE Developer (http://bodington.org) | | OUCS, 13 Banbury Road, Oxford, OX2 6NN, UK. | | Tel. +44 (0)1865 283661 | + - - - - - - - - - - - - - - - - - - - - - - - - - - - + |
From: Atif S. <BM...@bm...> - 2006-06-28 13:55:43
|
Alistair Young wrote: >how does this work Atif? How do I configure one and get the sp to use >it? There are two - leeds.ac.uk.xml and sample.ac.uk.xml > >Alistair > > The directory $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy holds the groups mapping policy for each idp. Lets say the username attribute in the request object header is: ali...@uh... Then you will need to setup a mapping policy for uhi.ac.uk idp. Make a copy of sample.ac.uk.xml in the directory $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy and name it: * uhi.ac.uk.xml The contents of this file will be: <bodington> <groups-mapper-policy> <group> <idp-group>test.fake</idp-group> <map-to>campus.test</map-to> </group> <group> <idp-group>Maths and Pests</idp-group> <map-to>campus.home</map-to> </group> </groups-mapper-policy> </bodington> You can add many group elements as needed. First get rid of the existing group elements because they are examples. So the file uhi.ac.uk.xml will look like this now: <bodington> <groups-mapper-policy> </groups-mapper-policy> </bodington> Lets say we want to map the group 'Tester' from the idp uhi.ac.uk to a existing group on the bodington-sp side called 'campus.tester' THEN we would add a group element to the the file $BODINGTON_HOME/WEB-INF/bodington-sp/config/groups-xml-mapper-policy/uhi.ac.uk.xml AND NOW the file uhi.ac.uk.xml will look like the following: <bodington> <groups-mapper-policy> <group> <idp-group>Tester</idp-group> <map-to>campus.tester</map-to> </group> </groups-mapper-policy> </bodington> Ta Atif. |
From: Adam M. <ada...@co...> - 2006-06-28 13:50:29
|
Can I just draw everybody's attention to the date & location dev meet: 17 oct in Exeter [Selwyn's shed (or equivalent!)] See http://bodington.org/wiki/index.php?title=DevMeet17Oct06 |
From: Alistair Y. <ali...@sm...> - 2006-06-28 13:48:11
|
I've just built bod on java 5 and running it on 5.5.17 - what's the prob? Alistair On 28 Jun 2006, at 14:43, M Thomas wrote: > Hi bodders, > > I've installed bodington on a server that's running Tomcat 5.5.17. > Does anyone have any advice / tip & trick regarding tomcat config? > > Thanks > > -- > m.cha3l > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Colin T. <col...@ou...> - 2006-06-28 13:46:38
|
M Thomas wrote: > I've installed bodington on a server that's running Tomcat 5.5.17. > Does anyone have any advice / tip & trick regarding tomcat config? What do you mean? Are you having problems? -- ____________________________________ Colin Tatham VLE Team Oxford University Computing Services http://www.oucs.ox.ac.uk/ltg/vle/ http://bodington.org |
From: M T. <m....@gm...> - 2006-06-28 13:43:05
|
Hi bodders, I've installed bodington on a server that's running Tomcat 5.5.17. Does anyone have any advice / tip & trick regarding tomcat config? Thanks -- m.cha3l |
From: Atif S. <BM...@bm...> - 2006-06-28 13:18:55
|
Alistair Young wrote: > <filter-mapping> > <filter-name>Guanxi Resource Guard</filter-name> > <url-pattern>/protected/*</url-pattern> > </filter-mapping> > >url-pattern - what should it be? /* ? > > > The url-pattern needed: <filter-mapping> <filter-name>Guanxi Resource Guard</filter-name> <url-pattern>/site/*</url-pattern> </filter-mapping> Ta Atif. |
From: Alistair Y. <ali...@sm...> - 2006-06-28 13:13:36
|
<filter-mapping> <filter-name>Guanxi Resource Guard</filter-name> <url-pattern>/protected/*</url-pattern> </filter-mapping> url-pattern - what should it be? /* ? |
From: Alistair Y. <ali...@sm...> - 2006-06-28 13:02:38
|
how does this work Atif? How do I configure one and get the sp to use it? There are two - leeds.ac.uk.xml and sample.ac.uk.xml Alistair |
From: Sean M. <se...@sm...> - 2006-06-28 12:08:33
|
And then there is buttock meat!-) http://www.biltongmakers.com/biltong04_biltongstory.html On 28 Jun 2006, at 12:52, Colin Tatham wrote: > Alistair Young wrote: >>> Sorry, meant to say ' sounds like a good thing to me >> >> ok, when can you do it? > > Ho, ho. > Dunno if you have enough boerewors and biltong reserves to distract > me. > >> then add a /version servlet to display it so >> users can see what version they're running. >> >> Alistair >> >> >> On 28 Jun 2006, at 12:39, Colin Tatham wrote: >> >> >>> Colin Tatham wrote: >>> >>>> Saving the version to the database seems like a thing to me, that >>>> way I could determine what >>>> versions of code all my test databases were built for! >>> >>> Sorry, meant to say ' sounds like a good thing to me'... >>> >>> >>> >>>>>> Alistair Young wrote: >>>>>> >>>>>> >>>>>> >>>>>>> if it's correct then it points to the installer not writing the >>>>>>> version to the db? >>>>>> >>>>>> Has the version ever been stored in the DB? I didn't think so, it >>>>>> did at one point attempt to read >>>>> >>>>>> from the properties file... >>>>> >>>>>> The error might relate to the fact that Newsfeeds, >>>>>> QyuicjLKinks and >>>>>> the Peer marker tables are >>>>>> present, but haven't been added to the upgrader code... >>>>>> >>>>>> Colin >>>>>> >>>>>> >>>>>> -- >>>>>> ____________________________________ >>>>>> Colin Tatham >>>>>> VLE Team >>>>>> Oxford University Computing Services >>>>>> >>>>>> http://www.oucs.ox.ac.uk/ltg/vle/ >>>>>> http://bodington.org >>>>>> >>>>>> Using Tomcat but need to do more? Need to support web services, >>>>>> security? >>>>>> Get stuff done quickly with pre-integrated technology to make >>>>>> your >>>>>> job easier >>>>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>>>> Geronimo >>>>>> http://sel.as-us.falkag.net/sel? >>>>>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>>>>> _______________________________________________ >>>>>> Bodington-developers mailing list >>>>>> Bod...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>>> >>>>> >>>>> >>>>> Using Tomcat but need to do more? Need to support web services, >>>>> security? >>>>> Get stuff done quickly with pre-integrated technology to make >>>>> your job easier >>>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>>> Geronimo >>>>> http://sel.as-us.falkag.net/sel? >>>>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>>>> _______________________________________________ >>>>> Bodington-developers mailing list >>>>> Bod...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>>> >>>>> >>>> >>>> >>>> >>> >>> -- >>> ____________________________________ >>> Colin Tatham >>> VLE Team >>> Oxford University Computing Services >>> >>> http://www.oucs.ox.ac.uk/ltg/vle/ >>> http://bodington.org >>> >>> Using Tomcat but need to do more? Need to support web services, >>> security? >>> Get stuff done quickly with pre-integrated technology to make your >>> job easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> Geronimo >>> http://sel.as-us.falkag.net/sel? >>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>> _______________________________________________ >>> Bodington-developers mailing list >>> Bod...@li... >>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> >> >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> > > > -- > ____________________________________ > Colin Tatham > VLE Team > Oxford University Computing Services > > http://www.oucs.ox.ac.uk/ltg/vle/ > http://bodington.org > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Sean M. <se...@sm...> - 2006-06-28 11:58:42
|
Nope. I thought he was making it up, but google proves he ain't! http://www.biltongmakers.com/biltong16_boeries1.html On 28 Jun 2006, at 12:52, Colin Tatham wrote: > boerewors |
From: Colin T. <col...@ou...> - 2006-06-28 11:52:23
|
Alistair Young wrote: >>Sorry, meant to say ' sounds like a good thing to me > > ok, when can you do it? Ho, ho. Dunno if you have enough boerewors and biltong reserves to distract me. > then add a /version servlet to display it so > users can see what version they're running. > > Alistair > > > On 28 Jun 2006, at 12:39, Colin Tatham wrote: > > >>Colin Tatham wrote: >> >>>Saving the version to the database seems like a thing to me, that >>>way I could determine what >>>versions of code all my test databases were built for! >> >>Sorry, meant to say ' sounds like a good thing to me'... >> >> >> >>>>>Alistair Young wrote: >>>>> >>>>> >>>>> >>>>>>if it's correct then it points to the installer not writing the >>>>>>version to the db? >>>>> >>>>>Has the version ever been stored in the DB? I didn't think so, it >>>>>did at one point attempt to read >>>> >>>>>from the properties file... >>>> >>>>>The error might relate to the fact that Newsfeeds, QyuicjLKinks and >>>>>the Peer marker tables are >>>>>present, but haven't been added to the upgrader code... >>>>> >>>>>Colin >>>>> >>>>> >>>>>-- >>>>>____________________________________ >>>>>Colin Tatham >>>>>VLE Team >>>>>Oxford University Computing Services >>>>> >>>>>http://www.oucs.ox.ac.uk/ltg/vle/ >>>>>http://bodington.org >>>>> >>>>>Using Tomcat but need to do more? Need to support web services, >>>>>security? >>>>>Get stuff done quickly with pre-integrated technology to make your >>>>>job easier >>>>>Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>>>Geronimo >>>>>http://sel.as-us.falkag.net/sel? >>>>>cmd=lnk&kid=120709&bid=263057&dat=121642 >>>>>_______________________________________________ >>>>>Bodington-developers mailing list >>>>>Bod...@li... >>>>>https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>> >>>> >>>> >>>>Using Tomcat but need to do more? Need to support web services, >>>>security? >>>>Get stuff done quickly with pre-integrated technology to make >>>>your job easier >>>>Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>>Geronimo >>>>http://sel.as-us.falkag.net/sel? >>>>cmd=lnk&kid=120709&bid=263057&dat=121642 >>>>_______________________________________________ >>>>Bodington-developers mailing list >>>>Bod...@li... >>>>https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>> >>>> >>> >>> >>> >> >>-- >>____________________________________ >>Colin Tatham >>VLE Team >>Oxford University Computing Services >> >>http://www.oucs.ox.ac.uk/ltg/vle/ >>http://bodington.org >> >>Using Tomcat but need to do more? Need to support web services, >>security? >>Get stuff done quickly with pre-integrated technology to make your >>job easier >>Download IBM WebSphere Application Server v.1.0.1 based on Apache >>Geronimo >>http://sel.as-us.falkag.net/sel? >>cmd=lnk&kid=120709&bid=263057&dat=121642 >>_______________________________________________ >>Bodington-developers mailing list >>Bod...@li... >>https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > -- ____________________________________ Colin Tatham VLE Team Oxford University Computing Services http://www.oucs.ox.ac.uk/ltg/vle/ http://bodington.org |