-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ragini,
On 8/31/12 6:44 AM, Ragini wrote:
> I have added following things to setenv.sh to make tomacat
> profile.
>
> #!/bin/sh export
> CATALINA_OPTS=-Djava.security.auth.login.config=$(TOMCAT_HOME)/conf/jaas.config
>
> export CATALINA_OPTS="-java
Have a look here:
http://onjava.com/pub/a/onjava/2007/01/03/discovering-java-security-require
ments.html?page=2
On 31/08/12 8:44 PM, "Ragini" wrote:
>Dear Darryl Lewis,
>
>Thanks for your quick response..I corrected that silly mistake..As I
>told I am able to profile tomcat when I start and sto
Dear Darryl Lewis,
Thanks for your quick response..I corrected that silly mistake..As I
told I am able to profile tomcat when I start and stop by (startup.sh
and shutdown.sh). I tried to start it with security manager as following:
./startup.sh -security
it runs fine and also the application
2012/8/31 Ragini :
> Hi all,
>
> I am trying to run JSF-JAAS based sample application which is here.
> (http://www.ixtendo.com/secure-your-jsf-application-with-jaas/)
>
> I want to just use the application so just deployed jjwa.war file in
> web-apps directory of tomcat.
>
> Profiling tomcat:-
> I
catalina.sh run -security
Basically runs tomcat with the Security Manager.
I think the "talina.sh" command is missing the "ca" in front of it :-). If
not paste the script here, as it might be custom.
On 31/08/12 8:18 PM, "Ragini" wrote:
>Hi all,
>
>I am trying to run JSF-JAAS based sample app
Hi all,
I am trying to run JSF-JAAS based sample application which is here.
(http://www.ixtendo.com/secure-your-jsf-application-with-jaas/)
I want to just use the application so just deployed jjwa.war file in
web-apps directory of tomcat.
Profiling tomcat:-
I use tomcat 7.0 version. I try t