java.security.NoSuchAlgorithmException in Tomcat

2004-03-27 Thread Michael McGrady
I am using j2se 1.4.2_04. When I attempt to run java.security.KeyPairGenerator.getInstance("DH") in Tomcat, I get a stack trace as follows: java.security.NoSuchAlgorithmException: DH KeyPairGenerator not available java.security.Security.getEngineClassName(Security.java:584) java

Re: java.security.NoSuchAlgorithmException in Tomcat

2004-03-27 Thread Michael McGrady
When I run Security.getProviders() I do not get SunJCE, even though I have the following in the java.security file: security.provider.1=sun.security.provider.Sun security.provider.2=com.sun.net.ssl.internal.ssl.Provider security.provider.3=com.sun.rsajca.Provider security.provider.4=com.sun.crypt

Re: java.security.NoSuchAlgorithmException in Tomcat SOLUTION

2004-03-27 Thread Michael McGrady
For some reason Tomcat is not seeing the com.sun.crypto.provider package in jre/lib/ext. The work around is to put the SunJCE provider (sunjce_provider.jar) into commons/lib of Tomcat and to then add the provider manually with Security.addProvider(new com.sun.crypto.provider.SunJCE()). Why t

Re: java.security.NoSuchAlgorithmException in Tomcat SOLUTION

2004-03-27 Thread Bill Barker
- Original Message - From: "Michael McGrady" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, March 27, 2004 8:46 AM Subject: Re: java.security.NoSuchAlgorithmException in Tomcat SOLUTION > For some reason Tomcat is not seeing the com.sun.crypto.provi

Re: java.security.NoSuchAlgorithmException in Tomcat SOLUTION

2004-03-27 Thread Michael McGrady
Thanks, Bill. I take it, then, I would add it to: jwsdp-shared\bin\jwsdponsunone.xml(206): value='-Djava.endorsed.dirs=${S1AS_HOME}/share/lib/endorsed -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser'> under my circumstances? And,

Re: java.security.NoSuchAlgorithmException in Tomcat SOLUTION

2004-03-27 Thread Michael McGrady
Hmm, I just noticed that the following is commented out in jwsdp: Could that be the source of the problem in some sense? At 01:31 PM 3/27/2004, you wrote: Djava.endorsed - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[GUMP@lsd]: jakarta-tomcat-catalina/jakarta-tomcat-catalina failed

2004-03-27 Thread bobh
erge.xml -Dbuild.sysclasspath=only -Dtomcat33.home=*Unset* -Dregexp.jar=/data3/gump/jakarta-regexp/build/jakarta-regexp-20040327.jar -Djsp-api.jar=/data3/gump/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar -Dtomcat-coyote.home=/data3/gump/jakarta-tomcat-connectors/coyote -Djndi.jar=/data3/g

[GUMP@lsd]: jakarta-tomcat-4.0/jakarta-tomcat-4.0 failed

2004-03-27 Thread Stefan Bodewig
tdext.jar -Dregexp.jar=/data3/gump/jakarta-regexp/build/jakarta-regexp-20040327.jar -Dmail.home=/data3/gump/opt/javamail-1.3 -Dant.home=/data3/gump/ant/dist -Dservlet.jar=/data3/gump/jakarta-servletapi-4/lib/servlet.jar -Dsite2.home=/data3/gump/jakarta-site2 -Dxerces.jar=/data3/gump/xml-xer

DO NOT REPLY [Bug 18472] - mod_jk2 doesn't handle vhosts correctly when using the JkUriSet commands

2004-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

castor-dev list subscribed to the tomcat-user list

2004-03-27 Thread Bruce Snyder
It appears that the [EMAIL PROTECTED] mailing list has been subscribed to the tomcat-user mailing list. I would really appreciate it if someone could please look into getting this subscription removed. Please reply to me personally on this matter at the above address. Thank You, Bruce Snyder -

No such list!

2004-03-27 Thread List Server
to the tomcat-user mailing list. I would really appreciate it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: castor-dev list subscribed to the tomcat-user list

2004-03-27 Thread Craig McClanahan
Bruce Snyder wrote: It appears that the [EMAIL PROTECTED] mailing list has been subscribed to the tomcat-user mailing list. I would really appreciate it if someone could please look into getting this subscription removed. Please reply to me personally on this matter at the above address. Than

Re: castor-dev list subscribed to the tomcat-user list

2004-03-27 Thread Bruce Snyder
Craig McClanahan wrote: Bruce Snyder wrote: It appears that the [EMAIL PROTECTED] mailing list has been subscribed to the tomcat-user mailing list. I would really appreciate it if someone could please look into getting this subscription removed. Please reply to me personally on this matter at

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.dsp

2004-03-27 Thread mturk
mturk 2004/03/27 22:30:09 Modified:jk/native2/server/apache13 mod_jk2.dsp Log: Remove non-APR build targets. Revision ChangesPath 1.7 +15 -93jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.dsp Index: mod_jk2.dsp

cvs commit: jakarta-tomcat-catalina/catalina/src/bin startup.bat shutdown.bat catalina.bat

2004-03-27 Thread mturk
mturk 2004/03/27 22:40:44 Modified:catalina/src/bin startup.bat shutdown.bat catalina.bat Log: Change to the absolute path using %CD% for setting CATALINA_HOME. This enables that java.io.tempdir is set to absolute path instead relative. Revision ChangesPath 1.5