[Pkg-cas-maintainers] cas-server

Michele Baldessari michele at pupazzo.org
Fri Aug 29 14:13:36 UTC 2008


On Wed, 2008-08-27 at 11:43 +0200, Olivier Berger wrote:
> Le mardi 26 août 2008 à 22:23 +0200, Michele Baldessari a écrit :
> > Lot's of libraries would have to be packaged ;) 
> 
> Or shipped inside the package, to start with ;)

<snip>
> I think that for these last java libs, coordination with debian-java
> should be advised, of course.

Nod. As soon as I have something half-baked for cas-server, I'll ping
that list
to coordinate at least a few of the dependencies.

> Also, All this may be added to the wiki ;)... I'm thinking of some table
> with versions, ITPs, status, maintainer, etc. for all packages or libs
> referenced there maybe...

Good idea. I'll get to it soon.

I've committed an initial rough draft of a cas-server3 package, just to
get the ball rolling ;)
 It compiles and installs ok, I still haven't gotten it to work properly
though. I'm installing 
all the code (libs included for now) under /usr/share/cas-server3.

Under /etc/tomcat5.5 I install the following 2 files:
- Catalina/localhost/cas-context.xml
<!--
    Context configuration file for the CAS root
-->

<Context path="/cas" docBase="/usr/share/cas-server3"
   debug="0" privileged="true" allowLinking="true">
</Context>

- policy.d/12cas-server.policy
grant codeBase "file:/usr/share/cas-server3/-" {
    permission java.security.AllPermission;
};


If I access https://localhost:8443/cas I get a 404 and I'm not sure why.
If I move the context to
to the / URL, I just get a blank page. My time is up on this for today
(and most probably tomorrow), so
if you have any clues meanwhile, that'd be cool ;)

regards,
Michele
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://lists.alioth.debian.org/pipermail/pkg-cas-maintainers/attachments/20080829/287b6932/attachment.pgp 


More information about the Pkg-cas-maintainers mailing list