You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kishor K <ki...@yahoo.com> on 2001/10/16 07:50:23 UTC

Tomcat- Apache Connection

hi,

I am trying to connect TC4.0.1 with Apache 1.3.20 on Win NT platform.
I downloaded webapp-module-1.0-tc40-windows.zip and followed the
instructions in the INSTALL.txt file.

But Apache is crashing when I add
    LoadModule webapp_module modules/mod_webapp.so
    AddModule   mod_webapp.c
in the httpd.conf

This is the error i am getting

[Tue Oct 16 11:02:40 2001] [warn] Loaded DSO modules/mod_webapp.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Tue Oct 16 11:02:40 2001] [crit] make_sock: failed to get a socket for port
443

Any idea?

thanx in advance
kishor


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


RE: JDBC driver pentru MSSQL Server

Posted by Jim Urban <ji...@netsteps.net>.
Try freetds.  The URL is http://www.freetds.org/ its open source and work
quite well.  There is currently a project to move it under SourceForge.

Jim


-----Original Message-----
From: Marciu Liviu [mailto:liviu@quattrosoft.ro]
Sent: Tuesday, October 16, 2001 10:17 PM
To: tomcat-user@jakarta.apache.org
Subject: JDBC driver pentru MSSQL Server


Hello Sam,

Salut,
 Can you tell my a free JDBC driver for MSSQL server.




JDBC driver pentru MSSQL Server

Posted by Marciu Liviu <li...@quattrosoft.ro>.
Hello Sam,

Salut,
 Can you tell my a free JDBC driver for MSSQL server.



RE: KeyTool Usage

Posted by Nick Torenvliet <to...@sympatico.ca>.
Try deleting the old keytsore file.

-----Original Message-----
From: Sam [mailto:iskoo@ms45.hinet.net]
Sent: Tuesday, October 16, 2001 5:36 AM
To: tomcat-user@jakarta.apache.org
Subject: KeyTool Usage


Hi all,

[root@Linux bin]# keytool -import -alias root -keystore
samsec -trustcacerts -file servertest.crt
Enter keystore password:  changit
keytool error: java.lang.Exception: Certificate not imported, alias <root>
already exists
[root@Linux bin]#

What is up!?

thanks in adance,



KeyTool Usage

Posted by Sam <is...@ms45.hinet.net>.
Hi all,

[root@Linux bin]# keytool -import -alias root -keystore
samsec -trustcacerts -file servertest.crt
Enter keystore password:  changit
keytool error: java.lang.Exception: Certificate not imported, alias <root>
already exists
[root@Linux bin]#

What is up!?

thanks in adance,


Re: Tomcat- Apache Connection

Posted by Barry White <ba...@charter.net>.
I got the same error when I tryed to use mod_webapp with one of my Apache
servers.
I have two versions of Apache on my W2k box. =)

The one that I was getting the error on was one that I downloaded from some
other source who had recompiled it for mod_perl.  I guess he enabled EAPI in
his compiler directives or something. (I can't compile Apache because I
don't have VC++ $$).

So what I did was download a "fresh" binary version of Apache from the
Apache website...  version 1.3.20.  With this unmodified version mod_webapp
works fine, with no warnings at all.

hope this helps.


----- Original Message -----
From: "Kishor K" <ki...@yahoo.com>
To: <to...@jakarta.apache.org>
Sent: Tuesday, October 16, 2001 1:59 AM
Subject: Re: Tomcat- Apache Connection


> There is these lines in the httpd.conf file
>
> Port 80
> Listen 80
> Listen 443
>
> if i comment the third line the error becomes
> [Tue Oct 16 11:25:59 2001] [warn] Loaded DSO modules/mod_webapp.so uses
> plain Apache 1.3 API, this module might crash under EAPI! (please
recompile
> it with -DEAPI)
> [Tue Oct 16 11:25:59 2001] [crit] make_sock: failed to get a socket for
port
> 80
>
> any idea?
>
> ----- Original Message -----
> From: "Kishor K" <ki...@yahoo.com>
> To: "Tomcat User Mailing List" <to...@jakarta.apache.org>
> Sent: Tuesday, October 16, 2001 11:20 AM
> Subject: Tomcat- Apache Connection
>
>
> > hi,
> >
> > I am trying to connect TC4.0.1 with Apache 1.3.20 on Win NT platform.
> > I downloaded webapp-module-1.0-tc40-windows.zip and followed the
> > instructions in the INSTALL.txt file.
> >
> > But Apache is crashing when I add
> >     LoadModule webapp_module modules/mod_webapp.so
> >     AddModule   mod_webapp.c
> > in the httpd.conf
> >
> > This is the error i am getting
> >
> > [Tue Oct 16 11:02:40 2001] [warn] Loaded DSO modules/mod_webapp.so uses
> > plain Apache 1.3 API, this module might crash under EAPI! (please
> recompile
> > it with -DEAPI)
> > [Tue Oct 16 11:02:40 2001] [crit] make_sock: failed to get a socket for
> port
> > 443
> >
> > Any idea?
> >
> > thanx in advance
> > kishor
> >
> >
> > _________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>


Re: Tomcat- Apache Connection

Posted by Kishor K <ki...@yahoo.com>.
There is these lines in the httpd.conf file

Port 80
Listen 80
Listen 443

if i comment the third line the error becomes
[Tue Oct 16 11:25:59 2001] [warn] Loaded DSO modules/mod_webapp.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Tue Oct 16 11:25:59 2001] [crit] make_sock: failed to get a socket for port
80

any idea?

----- Original Message -----
From: "Kishor K" <ki...@yahoo.com>
To: "Tomcat User Mailing List" <to...@jakarta.apache.org>
Sent: Tuesday, October 16, 2001 11:20 AM
Subject: Tomcat- Apache Connection


> hi,
>
> I am trying to connect TC4.0.1 with Apache 1.3.20 on Win NT platform.
> I downloaded webapp-module-1.0-tc40-windows.zip and followed the
> instructions in the INSTALL.txt file.
>
> But Apache is crashing when I add
>     LoadModule webapp_module modules/mod_webapp.so
>     AddModule   mod_webapp.c
> in the httpd.conf
>
> This is the error i am getting
>
> [Tue Oct 16 11:02:40 2001] [warn] Loaded DSO modules/mod_webapp.so uses
> plain Apache 1.3 API, this module might crash under EAPI! (please
recompile
> it with -DEAPI)
> [Tue Oct 16 11:02:40 2001] [crit] make_sock: failed to get a socket for
port
> 443
>
> Any idea?
>
> thanx in advance
> kishor
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com


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


Re: Tomcat- Apache Connection

Posted by Marc Ponschab <po...@isys-software.de>.
Hi,

you're using an Apache, which was compiled with the EAPI-Option (needed 
for mod_ssl).
So you can either use another Apache (no EAPI), or you must find a 
webapp-module compiled with -DEAPI.

Marc


Kishor K wrote:
> hi,
> 
> I am trying to connect TC4.0.1 with Apache 1.3.20 on Win NT platform.
> I downloaded webapp-module-1.0-tc40-windows.zip and followed the
> instructions in the INSTALL.txt file.
> 
> But Apache is crashing when I add
>     LoadModule webapp_module modules/mod_webapp.so
>     AddModule   mod_webapp.c
> in the httpd.conf
> 
> This is the error i am getting
> 
> [Tue Oct 16 11:02:40 2001] [warn] Loaded DSO modules/mod_webapp.so uses
> plain Apache 1.3 API, this module might crash under EAPI! (please recompile
> it with -DEAPI)
> [Tue Oct 16 11:02:40 2001] [crit] make_sock: failed to get a socket for port
> 443
> 
> Any idea?