You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Kruse, Peter" <Pe...@t-systems.de> on 2001/09/21 15:09:44 UTC

SSL on AIX fails

Hi,

I have installed Tomcat 3.2.3 on AIX and port 8080 works fine. 

After installation of JSSE 1.0.2 jar-file and configuring the things in jre
and server.xml and importing a certificate, the port 8443 does not work.

Starting tomcat is ok:

Using classpath:
/home/jakarta-tomcat-3.2.3/lib/ant.jar:/home/jakarta-tomcat-3.2.3/lib/jasper
.jar:/home/jakarta-tomcat-3.2.3/lib/jaxp.jar:/home/jakarta-tomcat-3.2.3/lib/
parser.jar:/home/jakarta-tomcat-3.2.3/lib/servlet.jar:/home/jakarta-tomcat-3
.2.3/lib/test:/home/jakarta-tomcat-3.2.3/lib/webserver.jar:/usr/java130/lib/
tools.jar:/usr/java130/lib/jcert.jar:/usr/java130/lib/jnet.jar:/usr/java130/
lib/jsse.jar
root@fixus.:/home/jakarta-tomcat-3.2.3/bin> 2001-09-21 09:47:37 -
ContextManager: Adding context Ctx( /examples )
Starting tomcat. Check logs/tomcat.log for error messages 
2001-09-21 09:47:37 - ContextManager: Adding context Ctx( /admin )
2001-09-21 09:47:37 - ContextManager: Adding context Ctx( /test )
2001-09-21 09:47:38 - ContextManager: Adding context Ctx(  )
2001-09-21 09:47:44 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2001-09-21 09:48:09 - PoolTcpConnector: Starting HttpConnectionHandler on
8443
2001-09-21 09:48:09 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007

But when I do:
	https://fixus:8443/index.html

tomcat writes:
2001-09-21 09:49:49 - Ctx(  ): 400 R( /) null
2001-09-21 09:49:49 - Ctx(  ): IOException in: R( /) Socket closed

I have no idea what goes wrong and I do not understand the error message. My
IE55 gets an DNS-Error (??).

An installation on my windows-localhost works fine ...

Best regards,
Peter

--
Dipl.-Inf. Peter Kruse 
Projektbereich Netzmanagement

T-Systems
debis Systemhaus GEI GmbH 
Geschäftsstelle Ulm, Standort Hamburg

Hausanschrift: Lademannbogen 21-23, 22339 Hamburg
Postanschrift: Postfach 630265, 22312 Hamburg
Telefon: (040) 53 95 - 11 88
Telefax: (040) 53 95 - 16 07
Mobiltelefon: (01 70) - 83 64 15 9

E-Mail: mailto:Peter.Kruse@t-systems.de
Internet: http://www.t-systems.de



--
Dipl.-Inf. Peter Kruse 
Projektbereich Netzmanagement

T-Systems
debis Systemhaus GEI GmbH 
Geschäftsstelle Ulm, Standort Hamburg

Hausanschrift: Lademannbogen 21-23, 22339 Hamburg
Postanschrift: Postfach 630265, 22312 Hamburg
Telefon: (040) 53 95 - 11 88
Telefax: (040) 53 95 - 16 07
Mobiltelefon: (01 70) - 83 64 15 9

E-Mail: mailto:Peter.Kruse@t-systems.de
Internet: http://www.t-systems.de

Tomcat 4.0 as Service

Posted by Jeff Annable <je...@yahoo.com>.
Has anyone installed Tomcat 4.0 on a Windows NT 4.0 SP6?  If so, were you
able to install as a service or integrate with IIS?

Jeff


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Re: SSL on AIX fails

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
"Kruse, Peter" wrote:
> 
> Hi,
> 
> I have installed Tomcat 3.2.3 on AIX and port 8080 works fine.
> 
> After installation of JSSE 1.0.2 jar-file and configuring the things in jre
> and server.xml and importing a certificate, the port 8443 does not work.

I have also problem importing certificates - But self signed certificates using
keytool are working ok -
(I am on Linux).

Try  "openssl s_client -connect localhost:8443 -prexit" OpenSSL output normaly
helps.

> 
> Starting tomcat is ok:
> 
> Using classpath:
> /home/jakarta-tomcat-3.2.3/lib/ant.jar:/home/jakarta-tomcat-3.2.3/lib/jasper
> .jar:/home/jakarta-tomcat-3.2.3/lib/jaxp.jar:/home/jakarta-tomcat-3.2.3/lib/
> parser.jar:/home/jakarta-tomcat-3.2.3/lib/servlet.jar:/home/jakarta-tomcat-3
> .2.3/lib/test:/home/jakarta-tomcat-3.2.3/lib/webserver.jar:/usr/java130/lib/
> tools.jar:/usr/java130/lib/jcert.jar:/usr/java130/lib/jnet.jar:/usr/java130/
> lib/jsse.jar
> root@fixus.:/home/jakarta-tomcat-3.2.3/bin> 2001-09-21 09:47:37 -
> ContextManager: Adding context Ctx( /examples )
> Starting tomcat. Check logs/tomcat.log for error messages
> 2001-09-21 09:47:37 - ContextManager: Adding context Ctx( /admin )
> 2001-09-21 09:47:37 - ContextManager: Adding context Ctx( /test )
> 2001-09-21 09:47:38 - ContextManager: Adding context Ctx(  )
> 2001-09-21 09:47:44 - PoolTcpConnector: Starting HttpConnectionHandler on
> 8080
> 2001-09-21 09:48:09 - PoolTcpConnector: Starting HttpConnectionHandler on
> 8443
> 2001-09-21 09:48:09 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
> 8007
> 
> But when I do:
>         https://fixus:8443/index.html
> 
> tomcat writes:
> 2001-09-21 09:49:49 - Ctx(  ): 400 R( /) null
> 2001-09-21 09:49:49 - Ctx(  ): IOException in: R( /) Socket closed
> 
> I have no idea what goes wrong and I do not understand the error message. My
> IE55 gets an DNS-Error (??).
> 
> An installation on my windows-localhost works fine ...
> 
> Best regards,
> Peter
> 
> --
> Dipl.-Inf. Peter Kruse
> Projektbereich Netzmanagement
> 
> T-Systems
> debis Systemhaus GEI GmbH
> Geschäftsstelle Ulm, Standort Hamburg
> 
> Hausanschrift: Lademannbogen 21-23, 22339 Hamburg
> Postanschrift: Postfach 630265, 22312 Hamburg
> Telefon: (040) 53 95 - 11 88
> Telefax: (040) 53 95 - 16 07
> Mobiltelefon: (01 70) - 83 64 15 9
> 
> E-Mail: mailto:Peter.Kruse@t-systems.de
> Internet: http://www.t-systems.de
> 
> --
> Dipl.-Inf. Peter Kruse
> Projektbereich Netzmanagement
> 
> T-Systems
> debis Systemhaus GEI GmbH
> Geschäftsstelle Ulm, Standort Hamburg
> 
> Hausanschrift: Lademannbogen 21-23, 22339 Hamburg
> Postanschrift: Postfach 630265, 22312 Hamburg
> Telefon: (040) 53 95 - 11 88
> Telefax: (040) 53 95 - 16 07
> Mobiltelefon: (01 70) - 83 64 15 9
> 
> E-Mail: mailto:Peter.Kruse@t-systems.de
> Internet: http://www.t-systems.de

Re: SSL on AIX fails

Posted by William Lee <wl...@sendmail.com>.
Make sure you follow Tomcat instructions exactly as it states.  The 
critical step is to put an extra line in the java.security (?) file and 
put your jsse jars in the lib/ext directory.  I used to have this 
problem but I solved it by doing such.

Good Luck.

Will


> 
> But when I do:
> 	https://fixus:8443/index.html
> 
> tomcat writes:
> 2001-09-21 09:49:49 - Ctx(  ): 400 R( /) null
> 2001-09-21 09:49:49 - Ctx(  ): IOException in: R( /) Socket closed
> 
> I have no idea what goes wrong and I do not understand the error message. My
> IE55 gets an DNS-Error (??).
> 
> An installation on my windows-localhost works fine ...
> 
> Best regards,
> Peter
> 
> --
> Dipl.-Inf. Peter Kruse 
> Projektbereich Netzmanagement
> 
> T-Systems
> debis Systemhaus GEI GmbH 
> Geschäftsstelle Ulm, Standort Hamburg
> 
> Hausanschrift: Lademannbogen 21-23, 22339 Hamburg
> Postanschrift: Postfach 630265, 22312 Hamburg
> Telefon: (040) 53 95 - 11 88
> Telefax: (040) 53 95 - 16 07
> Mobiltelefon: (01 70) - 83 64 15 9
> 
> E-Mail: mailto:Peter.Kruse@t-systems.de
> Internet: http://www.t-systems.de
> 
> 
> 
> --
> Dipl.-Inf. Peter Kruse 
> Projektbereich Netzmanagement
> 
> T-Systems
> debis Systemhaus GEI GmbH 
> Geschäftsstelle Ulm, Standort Hamburg
> 
> Hausanschrift: Lademannbogen 21-23, 22339 Hamburg
> Postanschrift: Postfach 630265, 22312 Hamburg
> Telefon: (040) 53 95 - 11 88
> Telefax: (040) 53 95 - 16 07
> Mobiltelefon: (01 70) - 83 64 15 9
> 
> E-Mail: mailto:Peter.Kruse@t-systems.de
> Internet: http://www.t-systems.de
> 



-- 
William Lee (Will)        | Sendmail Inc.
Email:  wlee@sendmail.com | http://www.sendmail.com
Tel:    (510) 594-5505    |