Hi There, I finally managed to get it working. It was actually due to the fact that Tomcat5.5 uses the Java Security Manager by default. So I changed the /etc/init.d/tomcat5.5 by setting TOMCAT5_SECURITY=no.
However, what does this mean for a production use? As the CAS setup is planned for a production use with a great number of users? So security should/must be guarantueed? Is there somebody who can explain to me what this mean by setting the Java Security Manager to NO? Is there a place where you collect informations like this??Wiki? Best Regards and thank you Thierry On Wed, 2007-05-09 at 15:47 +0200, Thierry Nicola wrote: > Hi - > > Well, thanks for your help, to all of you. > > I change the permission of the directories and files so everything is > now writeable (See below) and the directory webapps itself is writeable > too > > drwxrwxrwx 8 tomcat55 root 4096 2007-05-09 15:17 cas > -rwxrwxrwx 1 tomcat55 root 5331999 2007-05-09 15:17 cas.war > > I restarted tomcat, but still cannot access localhost:8180/cas/login (or > localhost:8443/cas/login). > > I guess SSL is configures correctly as I can access > https://localhost:8443/. > > Can't I turn of the logging for the moment?And how would I do that? > > Thanks again > > > Thierry > > > > On Wed, 2007-05-09 at 08:43 -0400, Smith, Matt wrote: > > Thierry - > > > > Check the permissions of the cas.war file you placed in the webapps > > directory. Make sure that the user Tomcat is running as have permission > > to read that file, and has write permission to the webapps directory. > > > > HTH, > > -Matt > > > > On Wed, 2007-05-09 at 14:32 +0200, Thierry Nicola wrote: > > > Hi, > > > > > > Actually I don't see an instance of CAS in the Tomcat Manager. There is > > > the possiblity to 'Select WAR file to Upload', when I select the > > > target/cas.war file I get the error, "FAIL - War file "cas.war" already > > > exists on server". > > > > > > Does this mean the cas.war fiel is not correctly deployed? > > > > > > Thanks > > > > > > Thierry > > > > > > > > > > > > On Wed, 2007-05-09 at 08:00 -0400, Scott Battaglia wrote: > > > > Can you see the CAS instance in the Tomcat Manager? > > > > > > > > -Scott > > > > > > > > On 5/9/07, Dmitry Kochelaev <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > > > > > have you configured https? If so than cas is available on > > > > https port > > > > ant not http (8180), otherwise configure it. > > > > > > > > On 5/9/07, Thierry Nicola <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > > > > > > yes, I get the default Tomcat Welcome Page by visiting > > > > > http://localhost:8180, but not by visiting localhost:8080. > > > > > > > > > > I think for tomcat version 5.5 default port for linux is > > > > 8180. > > > > > > > > > > > > > > > Thank you > > > > > > > > > > > > > > > On Wed, 2007-05-09 at 13:27 +0400, Dmitry Kochelaev wrote: > > > > > > Hello, > > > > > > > > > > > > are you sure that your Tomcat port is 8180 and not 8080? > > > > > > > > > > > > On 5/9/07, Thierry Nicola < [EMAIL PROTECTED]> > > > > wrote: > > > > > > > Hi, > > > > > > > > > > > > > > I am new to CAS and also new to TOMCAT. I managed to > > > > setup up tomcat. I > > > > > > > wnat to test CAS, so I downloaded the latest version and > > > > followed the > > > > > > > instruction from the INSTALL.txt file > > > > > > > > > > > > > > I copied the file from target/cas.war to the > > > > > > > directory /var/lib/tomcat5.5/webapps. I stopped tomcat > > > > and restarted it. > > > > > > > The directory tomcat5.5/webapps now extracted cas.war so > > > > I have a cas > > > > > > > directory. > > > > > > > > > > > > > > If in the browser I try to localhost:8180/cas or > > > > > > > (localhost:8180/cas/login) I just see a tomcat error > > > > page, saying that > > > > > > > 'The requested resource (/cas/) is not available.' > > > > > > > > > > > > > > What am I doing wrong? Could someone please help me? > > > > > > > > > > > > > > > > > > > > > Best Regards > > > > > > > > > > > > > > Thierry > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Yale CAS mailing list > > > > > > > [email protected] > > > > > > > http://tp.its.yale.edu/mailman/listinfo/cas > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Yale CAS mailing list > > > > > [email protected] > > > > > http://tp.its.yale.edu/mailman/listinfo/cas > > > > > > > > > > > > > > > > > -- > > > > Dmitry Kochelaev > > > > eVelopers Corporation > > > > _______________________________________________ > > > > Yale CAS mailing list > > > > [email protected] > > > > http://tp.its.yale.edu/mailman/listinfo/cas > > > > > > > > > > > > > > > > -- > > > > -Scott Battaglia > > > > > > > > LinkedIn: http://www.linkedin.com/in/scottbattaglia > > > > _______________________________________________ > > > > Yale CAS mailing list > > > > [email protected] > > > > http://tp.its.yale.edu/mailman/listinfo/cas > > > > > > _______________________________________________ > > > Yale CAS mailing list > > > [email protected] > > > http://tp.its.yale.edu/mailman/listinfo/cas > > _______________________________________________ > > Yale CAS mailing list > > [email protected] > > http://tp.its.yale.edu/mailman/listinfo/cas > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
