hi,

i have successfully installed the ebuilt struts ssl extension into my local
development environment (w98, tomcat 3.2.4 standalone, jdk1.3.1, jsse1.0.2
as an "installed extension").  i got everything working fine with the local,
development version of my struts app. as part of the jsse1.0.2 installation
process, i edited the 'security provider' entry in 'java.security' file per
the jsse 1.0.2 installation instructions
(http://java.sun.com/products/jsse/install.html); adding the following line:

               security.provider.2=com.sun.net.ssl.internal.ssl.Provider

now i need to deploy the struts app - along with the ssl extension - onto my
production server which is a shared server maintained by a web hosting firm
(www.kgbinternet.com for those interested in a top notch web host that
supports struts). they're running redhat linux, tomcat 3.2.3, jdk1.3.1. i
want to install jsse1.0.2 within my webapps web-inf/lib directory as a
"bundled extension".  needless to say, i can't register the SunJSSE provider
as necessary by editing the above 'java.security' file because i don't have
access. so, alternatively i want to register the provider programmatically,
"...by adding the following lines of code at the beginning of [my]
program...", to quote the installation instructions:

               Security.addProvider(new
com.sun.net.ssl.internal.ssl.Provider());

please, does anybody know WHERE in "my program" am i supposed to add this
line? thanks in advance for your help.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to