Re: Starting tomcat with catalina.sh run -security

2012-09-04 Thread Christopher Schultz
-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

Starting tomcat with catalina.sh run -security

2012-08-31 Thread 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 use tomcat 7.0 version. I try

Re: Starting tomcat with catalina.sh run -security

2012-08-31 Thread Darryl Lewis
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 raginippa...@gmail.com wrote: Hi all, I am trying to run JSF-JAAS

Re: Starting tomcat with catalina.sh run -security

2012-08-31 Thread Konstantin Kolinko
2012/8/31 Ragini raginippa...@gmail.com: 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

Re: Starting tomcat with catalina.sh run -security

2012-08-31 Thread Ragini
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

Re: Starting tomcat with catalina.sh run -security

2012-08-31 Thread Darryl Lewis
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 raginippa...@gmail.com wrote: Dear Darryl Lewis, Thanks for your quick response..I corrected that silly mistake..As I told I am able to profile tomcat