You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dario Hernan <sl...@gmail.com> on 2007/08/09 16:53:24 UTC

Problems with SSL

Hi all, I'm trying to config Tomcat5 with SSL support, I generated the
.keystore file and changed my server.xml file with this
    <Connector port="8443" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="/usr/share/tomcat5/tomcat.keystore"
               keystorePass="thepassword"
                protocol="SSL" algorithm="ibmX509" />
when I start the tomcat service I get this error:
SEVERE: Falló la instanciación del manejador de protocolo:
java.lang.ClassNotFoundException: SSL not found in
org.apache.catina.loader.StandardClassLoader{urls=[file:/var/lib/tomcat5/server/classes/,file:/usr/share/java/tomcat5/tomcat-util-5.5.23.jar,file:/usr/share/java/jakarta-commons-digester-1.7.jar,file:/usr/share/java/libgcj-4.1.1.jar,file:/usr/share/java/tomcat5/tomcat-jkstatus-ant-5.5.23.jar,file:/usr/share/java/tomcat5/catalina-storeconfig-5.5.23.jar,file:/usr/share/java/tomcat5/catalina-5.5.23.jar,file:/usr/share/java/tomcat5/tomcat-http-5.5.23.jar,file:/usr/share/java/mx4j/mx4j-3.0.1.jar,file:/usr/share/java/catalina-ant-5.5.23.jar,file:/usr/share/java/jakarta-commons-logging-1.0.4.jar,file:/usr/share/java/tomcat5/tomcat-ajp-5.5.23.jar,file:/usr/share/java/tomcat5/servlets-webdav-5.5.23.jar,file:/usr/share/java/tomcat5/catalina-ant-jmx-5.5.23.jar,file:/usr/share/eclipse/plugins/org.eclipse.jdt.core_3.2.1.v_677_R32x.jar,file:/usr/share/java/jakarta-commons-beanutils-1.7.0.jar,file:/usr/share/java/regexp-1.4.jar,file:/usr/share/java/tomcat5/catalina-optional-5.5.23.jar,file:/usr/share/java/tomcat5/catalina-cluster-5.5.23.jar,file:/usr/share/java/tomcat5/servlets-invoker-5.5.23.jar,file:/usr/share/java/jakarta-commons-el-1.0.jar,file:/usr/share/java/tomcat5/servlets-default-5.5.23.jar,file:/usr/share/java/jakarta-commons-modeler-1.1.jar,file:/usr/share/java/tomcat5/tomcat-coyote-5.5.23.jar,file:/usr/share/java/tomcat5/tomcat-apr-5.5.23.jar,file:/usr/share/java/jakarta-commons-fileupload-1.0.jar],
parent=org.apache.catalina.loader.StandardClassLoader{urls=[file:/var/lib/tomcat5/common/classes/,file:/var/lib/tomcat5/common/i18n/tomcat-i18n-ja.jar,file:/var/lib/tomcat5/common/i18n/tomcat-i18n-fr.jar,file:/var/lib/tomcat5/common/i18n/tomcat-i18n-en.jar,file:/var/lib/tomcat5/common/i18n/tomcat-i18n-es.jar,file:/usr/share/java/xml-commons-apis-1.3.02.jar,file:/usr/share/java/xerces-j2-2.7.1.jar,file:/usr/share/java/jakarta-commons-logging-api-1.0.4.jar,file:/usr/share/java/geronimo/spec-jta-1.0.1B-rc2.jar,file:/usr/share/java/mx4j/mx4j-3.0.1.jar,file:/usr/share/java/jakarta-commons-pool-1.3.jar,file:/usr/share/java/jasper5-compiler-5.5.23.jar,file:/usr/share/java/libgcj-4.1.1.jar,file:/usr/share/java/jakarta-commons-collections-3.1.jar,file:/usr/share/eclipse/plugins/org.eclipse.jdt.core_3.2.1.v_677_R32x.jar,file:/usr/share/java/jakarta-commons-dbcp-1.2.1.jar,file:/usr/share/java/tomcat5-servlet-2.4-api-5.5.23.jar,file:/usr/share/java/ant-1.6.5.jar,file:/usr/share/java/libgcj-4.1.1.jar,file:/usr/share/java/jasper5-runtime-5.5.23.jar,file:/usr/share/java/classpathx-jaf-1.0.jar,file:/usr/share/java/tomcat5-jsp-2.0-api-5.5.23.jar,file:/usr/share/java/tomcat5/naming-resources-5.5.23.jar,file:/usr/share/java/jakarta-commons-el-1.0.jar,file:/usr/share/java/tomcat5/naming-factory-5.5.23.jar,file:/usr/share/java/classpathx-mail-1.3.1-monolithic-1.1.1.jar],
parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/lib/jvm/java/lib/tools.jar,file:/usr/share/tomcat5/bin/bootstrap.jar,file:/usr/share/tomcat5/bin/commons-logging-api.jar,file:/usr/share/java/mx4j/mx4j-impl.jar,file:/usr/share/java/mx4j/mx4j-jmx.jar],
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}}
9-ago-07 11:19:15  org.apache.catalina.core.AprLifecycleListener lifecycleEvent

SEVERE: Error registering connector
java.lang.NullPointerException

SEVERE: Catalina.start:
LifecycleException:  service.getName(): "Catalina";  Falló el
arranque del manejador de protocolo: java.lang.NullPointerExcepion
   at org.apache.catalina.connector.Connector.start(catalina-5.5.23.jar.sorx9303.so)
   at org.apache.catalina.core.StandardService.start(catalina-5.5.23.jar.sorx9303.so)
   at org.apache.catalina.core.StandardServer.start(catalina-5.5.23.jar.sorx9303.so)
   at org.apache.catalina.startup.Catalina.start(catalina-5.5.23.jar.sorx9303.so)
   at java.lang.reflect.Method.invoke(libgcj.so.7rh)
   at org.apache.catalina.startup.Bootstrap.start(bootstrap.jar.so)
   at org.apache.catalina.startup.Bootstrap.main(bootstrap.jar.so)
9-ago-07 11:19:18  org.apache.catalina.startup.Catalina start
INFO: Server startup in 2820 ms

does anyone can help me?
thanks in advance
Dario

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Problems with SSL

Posted by "Henderson,Nathan" <nh...@iceschools.org>.
It looks like from your first post you may have somehting wrong in your
server.xml file.
    The "protocol="SSL"" in the last line of your Connector tag.  Try
removing that and see if that gets rid of the errors.

Nathan

<Connector port="8443" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25"
maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="/usr/share/tomcat5/tomcat.keystore"
               keystorePass="thepassword"
                protocol="SSL" algorithm="ibmX509" />

-----Original Message-----
From: Dario Hernan [mailto:slacker.ar@gmail.com
<ma...@gmail.com> ]
Sent: Thursday, August 09, 2007 12:55 PM
To: Tomcat Users List
Subject: Re: Problems with SSL

[root@nodo2 ~]# java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build
pxi32dev-20070201 (SR4)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3
Linux x86-32
j9vmxi3223-20070201 (JIT enabled)
J9VM - 20070131_11312_lHdSMR
JIT  - 20070109_1805ifx1_r8
GC   - 200701_09)
JCL  - 20070126


On 8/9/07, Caldarale, Charles R <Ch...@unisys.com> wrote:
> > From: Dario Hernan [mailto:slacker.ar@gmail.com
<ma...@gmail.com> ]
> > Subject: Re: Problems with SSL
> >
> > echo $PATH
> > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:
> > /sbin:/bin:/usr/sbin:/usr/bin:/root/bin
>
> That tells us nothing.
>
> > echo JAVA_HOME
>
> That should be:
> echo $JAVA_HOME
>
> Also do:
>
> java -version
>
> as previously requested, just to be sure.  You could also try
> deinstalling the GNU version, just to be safe.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE
> PROPRIETARY MATERIAL and is thus for use only by the intended
> recipient. If you received this in error, please contact the sender
> and delete the e-mail and its attachments from all computers.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
> e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>



RE: Problems with SSL

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Dario Hernan [mailto:slacker.ar@gmail.com] 
> Subject: Re: Problems with SSL
> 
> -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/t
> omcat5/common/lib
> -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/t
> omcat5/common/lib

Why do you have that property specified twice?  For that matter, why do
you have it specified at all?

> -classpath /usr/lib/jvm/jre-1.5.0-ibm/lib/tools.jar:
> /usr/share/tomcat5/bin/bootstrap.jar:
> /usr/share/tomcat5/bin/commons-logging-api.jar:
> /usr/share/java/mx4j/mx4j-impl.jar:
> /usr/share/java/mx4j/mx4j-jmx.jar

Typically, the only thing needed on the -classpath is bootstrap.jar; you
certainly don't need tools.jar anymore.  Why are the other jars there?
The MX4J classes are not needed with a true JRE 5 implementation.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Problems with SSL

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Dario Hernan [mailto:slacker.ar@gmail.com] 
> Subject: Re: Problems with SSL
> 
> Yes, I installed it through yum installer, are there difference
> between it and tar file?

Yes, the .tar file works.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Problems with SSL

Posted by Dario Hernan <sl...@gmail.com>.
Yes, I installed it through yum installer, are there difference
between it and tar file?

On 8/9/07, Hassan Schroeder <ha...@gmail.com> wrote:
> On 8/9/07, Dario Hernan <sl...@gmail.com> wrote:
> > I changed the file /etc/bin/dtomcat5 and put there the JAVA_HOME
> > correctly, now when I start the tomcat, it use the correct jvm
>
> That's progress :-)
>
> > But, on the log file appear some errors.
>
> Is this a Tomcat that was bundled with RedHat, as it appears? If so,
> you would save yourself a lot of time (and headaches) by removing it
> and re-installing  via a tar file from the actual Tomcat download site.
>
> --
> Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Problems with SSL

Posted by Hassan Schroeder <ha...@gmail.com>.
On 8/9/07, Dario Hernan <sl...@gmail.com> wrote:
> I changed the file /etc/bin/dtomcat5 and put there the JAVA_HOME
> correctly, now when I start the tomcat, it use the correct jvm

That's progress :-)

> But, on the log file appear some errors.

Is this a Tomcat that was bundled with RedHat, as it appears? If so,
you would save yourself a lot of time (and headaches) by removing it
and re-installing  via a tar file from the actual Tomcat download site.

-- 
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Problems with SSL

Posted by Dario Hernan <sl...@gmail.com>.
I changed the file /etc/bin/dtomcat5 and put there the JAVA_HOME
correctly, now when I start the tomcat, it use the correct jvm
ps ax |grep tomcat
 9122 ?        Sl     0:05 /usr/lib/jvm/jre-1.5.0-ibm/bin/java
-Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib
-Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib
-Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -classpath
/usr/lib/jvm/jre-1.5.0-ibm/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/tomcat5/bin/commons-logging-api.jar:/usr/share/java/mx4j/mx4j-impl.jar:/usr/share/java/mx4j/mx4j-jmx.jar
-Dcatalina.base=/usr/share/tomcat5 -Dcatalina.home=/usr/share/tomcat5
-Djava.io.tmpdir=/usr/share/tomcat5/temp
org.apache.catalina.startup.Bootstrap

But, on the log file appear some errors.
I attached the log file.
Thanks for your advice.





On 8/9/07, Dario Hernan <sl...@gmail.com> wrote:
> [root@nodo2 ~]# java -version
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20070201 (SR4))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32
> j9vmxi3223-20070201 (JIT enabled)
> J9VM - 20070131_11312_lHdSMR
> JIT  - 20070109_1805ifx1_r8
> GC   - 200701_09)
> JCL  - 20070126
>
>
> On 8/9/07, Caldarale, Charles R <Ch...@unisys.com> wrote:
> > > From: Dario Hernan [mailto:slacker.ar@gmail.com]
> > > Subject: Re: Problems with SSL
> > >
> > > echo $PATH
> > > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:
> > > /sbin:/bin:/usr/sbin:/usr/bin:/root/bin
> >
> > That tells us nothing.
> >
> > > echo JAVA_HOME
> >
> > That should be:
> > echo $JAVA_HOME
> >
> > Also do:
> >
> > java -version
> >
> > as previously requested, just to be sure.  You could also try
> > deinstalling the GNU version, just to be safe.
> >
> >  - Chuck
> >
> >
> > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> > MATERIAL and is thus for use only by the intended recipient. If you
> > received this in error, please contact the sender and delete the e-mail
> > and its attachments from all computers.
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
>

Re: Problems with SSL

Posted by Dario Hernan <sl...@gmail.com>.
[root@nodo2 ~]# java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20070201 (SR4))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32
j9vmxi3223-20070201 (JIT enabled)
J9VM - 20070131_11312_lHdSMR
JIT  - 20070109_1805ifx1_r8
GC   - 200701_09)
JCL  - 20070126


On 8/9/07, Caldarale, Charles R <Ch...@unisys.com> wrote:
> > From: Dario Hernan [mailto:slacker.ar@gmail.com]
> > Subject: Re: Problems with SSL
> >
> > echo $PATH
> > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:
> > /sbin:/bin:/usr/sbin:/usr/bin:/root/bin
>
> That tells us nothing.
>
> > echo JAVA_HOME
>
> That should be:
> echo $JAVA_HOME
>
> Also do:
>
> java -version
>
> as previously requested, just to be sure.  You could also try
> deinstalling the GNU version, just to be safe.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Problems with SSL

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Dario Hernan [mailto:slacker.ar@gmail.com] 
> Subject: Re: Problems with SSL
> 
> echo $PATH
> /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:
> /sbin:/bin:/usr/sbin:/usr/bin:/root/bin

That tells us nothing.

> echo JAVA_HOME

That should be:
echo $JAVA_HOME

Also do:

java -version

as previously requested, just to be sure.  You could also try
deinstalling the GNU version, just to be safe.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Problems with SSL

Posted by Dario Hernan <sl...@gmail.com>.
This is the output of the PATH
echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

And the JAVA_HOME
echo JAVA_HOME
JAVA_HOME

the JAVA_HOME is not setting and in the PATH there isn't something about java
but in the tomcat5.conf I have this line,
JAVA_HOME="/usr/lib/jvm/jre-1.5.0-ibm/bin/java"
Is possible that tomcat is taking the java config from another site?



On 8/9/07, Hassan Schroeder <ha...@gmail.com> wrote:
> On 8/9/07, Dario Hernan <sl...@gmail.com> wrote:
> > I'm use the IBM JDK on RedHat Enterprise Linux 5
>
> You might /want/ to, but your error message says otherwise :-)
>
> Check your JAVA_HOME and PATH statements; or run `java -version`
> and see what you get.
>
> --
> Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Problems with SSL

Posted by Hassan Schroeder <ha...@gmail.com>.
On 8/9/07, Dario Hernan <sl...@gmail.com> wrote:
> I'm use the IBM JDK on RedHat Enterprise Linux 5

You might /want/ to, but your error message says otherwise :-)

Check your JAVA_HOME and PATH statements; or run `java -version`
and see what you get.

-- 
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Certificate for Tomcat JVM and CAS

Posted by Mark Thomas <ma...@apache.org>.
When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. This is known as thread hijacking and to many of the
list archiving services and mail clients used by list subscribers this
makes your new message appear as part of the old thread. This makes it
harder for other users to find relevant information when searching the
lists.

It should also be noted that many list subscribers automatically
ignore any messages that hijack another thread.

The correct procedure is to create a new message with a new subject.
This will start a new thread.

Thanks,

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Certificate for Tomcat JVM and CAS

Posted by Lisa Tan <ag...@wayne.edu>.
I don't know if this is a right list to ask this question. I tried to
configure shibboleth which uses Tomcat with CAS authentication. I received
an error: Unable to validate ProxyTicketValidator

I did google search on this topic and understood the reason causing this
problem is Tomcat JVM doesn't trust the SSL cert of the CAS server. Since I
am still in the testing stage, I can't get a CA certificate but the
self-signed certificate.

If my understanding is correct, the self signed certificate via openssl
doesn't have jks format but Tomcat JVM only accept jks format certificate.

I am just wondering if any one can give me some instruction how to create a
self-signed certificate and private key which can be used or imported to
both Tomcat JVM and CAS server.

Thanks,

Lisa



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Problems with SSL

Posted by Dario Hernan <sl...@gmail.com>.
I'm use the IBM JDK on RedHat Enterprise Linux 5


On 8/9/07, Peter Crowther <Pe...@melandra.com> wrote:
> > From: Dario Hernan [mailto:slacker.ar@gmail.com]
> > java.lang.ClassNotFoundException: SSL not found in
> [...]
> > parent=gnu.gcj.runtime.SystemClassLoader
>
> Install and use the Sun JDK, not Gnu.  As I recall, the Gnu
> implementation doesn't contain the Sun SSL classes that Tomcat expects.
>
>                 - Peter
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Problems with SSL

Posted by Peter Crowther <Pe...@melandra.com>.
> From: Dario Hernan [mailto:slacker.ar@gmail.com] 
> java.lang.ClassNotFoundException: SSL not found in
[...]
> parent=gnu.gcj.runtime.SystemClassLoader

Install and use the Sun JDK, not Gnu.  As I recall, the Gnu
implementation doesn't contain the Sun SSL classes that Tomcat expects.

		- Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org