| Author |
I need help
|
Jasmine kaur
Ranch Hand
Joined: Nov 25, 2003
Posts: 155
|
|
Hello everybody, Well I have made a sigend applet and its running perefctly for some time but I have questions which are following as Iam confused a) the signed applet jar file is getting deleted again and again by build.xml file everytime due to which it becomes necessary to sign an applet again and agian so does anybody has any idea how to solve itor improve it. b)if I want start tomcat with startup-security option then how can i do this. well Iam already searching these things if anybody has any idea then please help me , thanks in advance jasmine
|
jasmine kaur
|
 |
Nigel Browne
Ranch Hand
Joined: May 15, 2001
Posts: 673
|
|
Originally posted by Jasmine kaur: a) the signed applet jar file is getting deleted again and again by build.xml file everytime due to which it becomes necessary to sign an applet again and agian so does anybody has any idea how to solve itor improve it.
It sounds as though you clean your destination directory on every build, but don't use the SignJar task onyour applet jar file before redistribution. HTH Nigel
|
 |
Jasmine kaur
Ranch Hand
Joined: Nov 25, 2003
Posts: 155
|
|
Thanks alot for responding and I will try to do what u advised me. Well can you tell me how to use the security option of startup.bat file in tomcat .As iam trying to use this option but not able to figure out how to use this option. Thanks alot for responding jasmine
|
 |
Nigel Browne
Ranch Hand
Joined: May 15, 2001
Posts: 673
|
|
Jasmine, I am presuming you mean tomcat's security manager. Tomcat has its own .policy file entitled catalina.policy. For more infomation follow this link To start tomcat using the security manager use the following: $CATALINA_HOME/bin/catalina.sh start -security (Unix) %CATALINA_HOME%\bin\catalina start -security (Windows) HTH Nigel
|
 |
Jasmine kaur
Ranch Hand
Joined: Nov 25, 2003
Posts: 155
|
|
hello , Thanks alot for helping me and Iam following the way you adviced me .Thanks alot and Iam getting the things .
|
 |
 |
|
|
subject: I need help
|
|
|