You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Prasad Kallimath <ka...@yahoo.com> on 2001/11/19 20:42:11 UTC

Apache 1.3.22 & Tomcat 4.0.1-- Connector issue

Hi,

Just wondering if anybody had success in tying Tomcat4
with Apache. I tried looking at the archive, but could
not get any helpful info.

I am very much new to this field. I tried to install
Apache and Tomcat on my Windows 2K Adv Server.

After I installed, both apache and tomcat are working
fine stand alone. I thought of tying them together so
that all my JSP and Servlets are served thro Apache.

I have set up Apache & Tomcat as windows services and
they start on booting. 

I am facing a problem with the Webconnector. 

I followed the steps mentioned in the INSTALL.txt in
the Mod_Webapp package.

Really appreciate any insight in this regard,

Here is the error log


[Sun Nov 18 18:46:46 2001] [error] Connection "conn"
cannot connect
[Sun Nov 18 18:46:46 2001] [error] Cannot open
connection "conn"
[Sun Nov 18 19:01:19 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:24:32 2001] [error] Connection "conn"
cannot connect
[Sun Nov 18 19:24:32 2001] [error] Cannot open
connection "conn"
[Sun Nov 18 19:25:59 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:27:37 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:27:41 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:28:14 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:28:24 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:28:35 2001] [error] Web-application not
yet deployed


Thanks,
Prasad



__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Apache 1.3.22 & Tomcat 4.0.1-- Connector issue

Posted by Robert Schmid <rs...@raptor.net>.
Since I've just been through this, I guess it's my turn to assist.  Send
me your connector code from server.xml and the appropriate lines from
httpd.conf.
> Hi,
>
> Just wondering if anybody had success in tying Tomcat4
> with Apache. I tried looking at the archive, but could
> not get any helpful info.
>
> I am very much new to this field. I tried to install
> Apache and Tomcat on my Windows 2K Adv Server.
>
> After I installed, both apache and tomcat are working
> fine stand alone. I thought of tying them together so
> that all my JSP and Servlets are served thro Apache.
>
> I have set up Apache & Tomcat as windows services and
> they start on booting.
>
> I am facing a problem with the Webconnector.
>
> I followed the steps mentioned in the INSTALL.txt in
> the Mod_Webapp package.
>
> Really appreciate any insight in this regard,
>
> Here is the error log
>
>
> [Sun Nov 18 18:46:46 2001] [error] Connection "conn"
> cannot connect
> [Sun Nov 18 18:46:46 2001] [error] Cannot open
> connection "conn"
> [Sun Nov 18 19:01:19 2001] [error] Web-application not
> yet deployed
> [Sun Nov 18 19:24:32 2001] [error] Connection "conn"
> cannot connect
> [Sun Nov 18 19:24:32 2001] [error] Cannot open
> connection "conn"
> [Sun Nov 18 19:25:59 2001] [error] Web-application not
> yet deployed
> [Sun Nov 18 19:27:37 2001] [error] Web-application not
> yet deployed
> [Sun Nov 18 19:27:41 2001] [error] Web-application not
> yet deployed
> [Sun Nov 18 19:28:14 2001] [error] Web-application not
> yet deployed
> [Sun Nov 18 19:28:24 2001] [error] Web-application not
> yet deployed
> [Sun Nov 18 19:28:35 2001] [error] Web-application not
> yet deployed
>
>
> Thanks,
> Prasad
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Find the one for you at Yahoo! Personals
> http://personals.yahoo.com
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>




--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Apache 1.3.22 & Tomcat 4.0.1-- Connector issue

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Prasad Kallimath <ka...@yahoo.com> writes:

> Just wondering if anybody had success in tying Tomcat4
> with Apache. I tried looking at the archive, but could
> not get any helpful info.
[snip]
> I followed the steps mentioned in the INSTALL.txt in
> the Mod_Webapp package.
[snip]
> [Sun Nov 18 18:46:46 2001] [error] Connection "conn"
> cannot connect
> [Sun Nov 18 18:46:46 2001] [error] Cannot open
> connection "conn"

Hi Prasad.  I'm attempting a similar configuration to what you
describe here.  I also hit the problem you describe -- mod_webapp is
trying to connect to Catalina before Catalina is initialized and
listening on the specified port (therefore mod_webapp's socket
connection cannot be established).  I worked around this problem (on
Linux) by putting a `sleep 3` in my startup script in between startup
of Catalina and Apache.

                             Daniel Rall

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Apache 1.3.22 & Tomcat 4.0.1-- Connector issue

Posted by Prasad Kallimath <ka...@yahoo.com>.
Hi,

The error message says, 

Web-application not yet deployed


Here is the log (from apche/logs),
[Sun Nov 18 18:46:46 2001] [error] Connection "conn"
cannot connect
[Sun Nov 18 18:46:46 2001] [error] Cannot open
connection "conn"
[Sun Nov 18 19:01:19 2001] [error] Web-application not
yet deployed


Prasad


--- Falko Braun <fa...@flow-motion.de> wrote:
> I have just finished connecting Apache 1.3.20 and
> Tomcat 4.0.1 in a w2k
> environment on several systems. Please send the
> error messages you get, so I
> might be able to help you.
> 
> Falko Braun
> 
> -----Original Message-----
> From: Prasad Kallimath [mailto:kallimath@yahoo.com]
> Sent: Montag, 19. November 2001 20:42
> To: tomcat-user@jakarta.apache.org
> Subject: Apache 1.3.22 & Tomcat 4.0.1-- Connector
> issue
> 
> 
> Hi,
> 
> Just wondering if anybody had success in tying
> Tomcat4
> with Apache. I tried looking at the archive, but
> could
> not get any helpful info.
> 
> I am very much new to this field. I tried to install
> Apache and Tomcat on my Windows 2K Adv Server.
> 
> After I installed, both apache and tomcat are
> working
> fine stand alone. I thought of tying them together
> so
> that all my JSP and Servlets are served thro Apache.
> 
> I have set up Apache & Tomcat as windows services
> and
> they start on booting.
> 
> I am facing a problem with the Webconnector.
> 
> I followed the steps mentioned in the INSTALL.txt in
> the Mod_Webapp package.
> 
> Really appreciate any insight in this regard,
> 
> Here is the error log
> 
> 
> [Sun Nov 18 18:46:46 2001] [error] Connection "conn"
> cannot connect
> [Sun Nov 18 18:46:46 2001] [error] Cannot open
> connection "conn"
> [Sun Nov 18 19:01:19 2001] [error] Web-application
> not
> yet deployed
> [Sun Nov 18 19:24:32 2001] [error] Connection "conn"
> cannot connect
> [Sun Nov 18 19:24:32 2001] [error] Cannot open
> connection "conn"
> [Sun Nov 18 19:25:59 2001] [error] Web-application
> not
> yet deployed
> [Sun Nov 18 19:27:37 2001] [error] Web-application
> not
> yet deployed
> [Sun Nov 18 19:27:41 2001] [error] Web-application
> not
> yet deployed
> [Sun Nov 18 19:28:14 2001] [error] Web-application
> not
> yet deployed
> [Sun Nov 18 19:28:24 2001] [error] Web-application
> not
> yet deployed
> [Sun Nov 18 19:28:35 2001] [error] Web-application
> not
> yet deployed
> 
> 
> Thanks,
> Prasad
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Find the one for you at Yahoo! Personals
> http://personals.yahoo.com
> 
> --
> To unsubscribe:  
> <ma...@jakarta.apache.org>
> For additional commands:
> <ma...@jakarta.apache.org>
> Troubles with the list:
> <ma...@jakarta.apache.org>
> 
> 
> --
> To unsubscribe:  
> <ma...@jakarta.apache.org>
> For additional commands:
> <ma...@jakarta.apache.org>
> Troubles with the list:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Apache 1.3.22 & Tomcat 4.0.1-- Connector issue

Posted by Falko Braun <fa...@flow-motion.de>.
I have just finished connecting Apache 1.3.20 and Tomcat 4.0.1 in a w2k
environment on several systems. Please send the error messages you get, so I
might be able to help you.

Falko Braun

-----Original Message-----
From: Prasad Kallimath [mailto:kallimath@yahoo.com]
Sent: Montag, 19. November 2001 20:42
To: tomcat-user@jakarta.apache.org
Subject: Apache 1.3.22 & Tomcat 4.0.1-- Connector issue


Hi,

Just wondering if anybody had success in tying Tomcat4
with Apache. I tried looking at the archive, but could
not get any helpful info.

I am very much new to this field. I tried to install
Apache and Tomcat on my Windows 2K Adv Server.

After I installed, both apache and tomcat are working
fine stand alone. I thought of tying them together so
that all my JSP and Servlets are served thro Apache.

I have set up Apache & Tomcat as windows services and
they start on booting.

I am facing a problem with the Webconnector.

I followed the steps mentioned in the INSTALL.txt in
the Mod_Webapp package.

Really appreciate any insight in this regard,

Here is the error log


[Sun Nov 18 18:46:46 2001] [error] Connection "conn"
cannot connect
[Sun Nov 18 18:46:46 2001] [error] Cannot open
connection "conn"
[Sun Nov 18 19:01:19 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:24:32 2001] [error] Connection "conn"
cannot connect
[Sun Nov 18 19:24:32 2001] [error] Cannot open
connection "conn"
[Sun Nov 18 19:25:59 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:27:37 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:27:41 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:28:14 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:28:24 2001] [error] Web-application not
yet deployed
[Sun Nov 18 19:28:35 2001] [error] Web-application not
yet deployed


Thanks,
Prasad



__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>