Getting to work Apache and Tomcat on Win2000

2002-05-01 Thread Eric . Lewis

Hi

Having installed Tomcat 4.0.4-b2 successfully on my Windows 2000 together
with the Java Standard Tag Library and the Jakarta String Tag Library, I
went on to install Apache 1.3.24 as well.
Here the troubles started...

I installed the webapp_module according to the instructions and added a
connection to Tomcat with the following lines in Apache's httpd.conf:

# The connection to Tomcat
WebAppConnection tomcat  warp  localhost:8008
# The examples for JSP
WebAppDeploy examples  tomcat  /examples
# The examples for JSTL
WebAppDeploy standard-doc.war  tomcat  /standard-doc
WebAppDeploy standard-examples.war  tomcat  /standard-examples
# The examples for the String Tag Library
WebAppDeploy string-doc.war  tomcat  /string-doc
WebAppDeploy string-examples.war  tomcat  /string-examples

While everything works as long as I connect to Tomcat directly with
http://localhost:8080/ (e.g. using http://localhost:8080/standard-doc/), as
soon as I used Apache, the whole system becomes very unstable. I might get
away with using one or two .war files, but then Apache crashes.

Has anyone experienced the same problems?

Thank  best regards,
Eric

swissinfo/Swiss Radio International
Eric Lewis
IT Engineering
Giacomettistrasse 1
CH-3000 Berne 15

Phone:  ++41 31 350 95 42
Fax:++41 31 350 99 40
mailto:[EMAIL PROTECTED]

Switzerland is everywhere. Stay connected!
http://www.swissinfo.org 
http://mobile.swissinfo.org
http:/wap.swissinfo.org

SRG SSR idée suisse



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Getting to work Apache and Tomcat on Win2000

2002-05-01 Thread Jacob Kjome

Yes, everyone has experience problems with mod_webapp on windows.  My 
suggestion is don't use it at all.  Use mod_jk until mod_webapp becomes 
more stable.

Jake

At 02:28 PM 5/1/2002 +0200, you wrote:
Hi

Having installed Tomcat 4.0.4-b2 successfully on my Windows 2000 together
with the Java Standard Tag Library and the Jakarta String Tag Library, I
went on to install Apache 1.3.24 as well.
Here the troubles started...

I installed the webapp_module according to the instructions and added a
connection to Tomcat with the following lines in Apache's httpd.conf:

# The connection to Tomcat
WebAppConnection tomcat  warp  localhost:8008
# The examples for JSP
WebAppDeploy examples  tomcat  /examples
# The examples for JSTL
WebAppDeploy standard-doc.war  tomcat  /standard-doc
WebAppDeploy standard-examples.war  tomcat  /standard-examples
# The examples for the String Tag Library
WebAppDeploy string-doc.war  tomcat  /string-doc
WebAppDeploy string-examples.war  tomcat  /string-examples

While everything works as long as I connect to Tomcat directly with
http://localhost:8080/ (e.g. using http://localhost:8080/standard-doc/), as
soon as I used Apache, the whole system becomes very unstable. I might get
away with using one or two .war files, but then Apache crashes.

Has anyone experienced the same problems?

Thank  best regards,
Eric

swissinfo/Swiss Radio International
Eric Lewis
IT Engineering
Giacomettistrasse 1
CH-3000 Berne 15

Phone:  ++41 31 350 95 42
Fax:++41 31 350 99 40
mailto:[EMAIL PROTECTED]

Switzerland is everywhere. Stay connected!
http://www.swissinfo.org
http://mobile.swissinfo.org
http:/wap.swissinfo.org

SRG SSR idée suisse



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



RE: Getting to work Apache and Tomcat on Win2000

2002-05-01 Thread Eric . Lewis

Is there a definitive guide to installing mod_jk on Windows? I'm kind of
confused, because the documentation speaks about the Coyote JK 2 Connector,
and if I look at the distribution at
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1
.0-b8/ I only see JARs, no Apache modules. Searching for mod_jk in the
Apache modules doesn't bring any results. Searching for mod_jk with Google
brings me to
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html (is this
still valid?) and from there to
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/
mod_jk.zip
However, I can't bring all the pieces of this puzzle together...

Regards,
Eric

-Original Message-
From: Jacob Kjome [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 1. Mai 2002 15:23
To: Tomcat Users List
Subject: Re: Getting to work Apache and Tomcat on Win2000


Yes, everyone has experience problems with mod_webapp on windows.  My 
suggestion is don't use it at all.  Use mod_jk until mod_webapp becomes 
more stable.

Jake

At 02:28 PM 5/1/2002 +0200, you wrote:
Hi

Having installed Tomcat 4.0.4-b2 successfully on my Windows 2000 together
with the Java Standard Tag Library and the Jakarta String Tag Library, I
went on to install Apache 1.3.24 as well.
Here the troubles started...

I installed the webapp_module according to the instructions and added a
connection to Tomcat with the following lines in Apache's httpd.conf:

# The connection to Tomcat
WebAppConnection tomcat  warp  localhost:8008
# The examples for JSP
WebAppDeploy examples  tomcat  /examples
# The examples for JSTL
WebAppDeploy standard-doc.war  tomcat  /standard-doc
WebAppDeploy standard-examples.war  tomcat  /standard-examples
# The examples for the String Tag Library
WebAppDeploy string-doc.war  tomcat  /string-doc
WebAppDeploy string-examples.war  tomcat  /string-examples

While everything works as long as I connect to Tomcat directly with
http://localhost:8080/ (e.g. using http://localhost:8080/standard-doc/), as
soon as I used Apache, the whole system becomes very unstable. I might get
away with using one or two .war files, but then Apache crashes.

Has anyone experienced the same problems?

Thank  best regards,
Eric

swissinfo/Swiss Radio International
Eric Lewis
IT Engineering
Giacomettistrasse 1
CH-3000 Berne 15

Phone:  ++41 31 350 95 42
Fax:++41 31 350 99 40
mailto:[EMAIL PROTECTED]

Switzerland is everywhere. Stay connected!
http://www.swissinfo.org
http://mobile.swissinfo.org
http:/wap.swissinfo.org

SRG SSR idée suisse



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Getting to work Apache and Tomcat on Win2000

2002-05-01 Thread Tim Cronin

here is a good link

Apache 2.0.x running with Tomcat 4.0.3 via mod_jk on w2k

http://www.acg-gmbh.de/mod_jk/

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 8:55 AM
To: [EMAIL PROTECTED]
Subject: RE: Getting to work Apache and Tomcat on Win2000


Is there a definitive guide to installing mod_jk on Windows? I'm kind of
confused, because the documentation speaks about the Coyote JK 2 Connector,
and if I look at the distribution at
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1
.0-b8/ I only see JARs, no Apache modules. Searching for mod_jk in the
Apache modules doesn't bring any results. Searching for mod_jk with Google
brings me to
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html (is this
still valid?) and from there to
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/
mod_jk.zip
However, I can't bring all the pieces of this puzzle together...

Regards,
Eric

-Original Message-
From: Jacob Kjome [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 1. Mai 2002 15:23
To: Tomcat Users List
Subject: Re: Getting to work Apache and Tomcat on Win2000


Yes, everyone has experience problems with mod_webapp on windows.  My 
suggestion is don't use it at all.  Use mod_jk until mod_webapp becomes 
more stable.

Jake

At 02:28 PM 5/1/2002 +0200, you wrote:
Hi

Having installed Tomcat 4.0.4-b2 successfully on my Windows 2000 together
with the Java Standard Tag Library and the Jakarta String Tag Library, I
went on to install Apache 1.3.24 as well.
Here the troubles started...

I installed the webapp_module according to the instructions and added a
connection to Tomcat with the following lines in Apache's httpd.conf:

# The connection to Tomcat
WebAppConnection tomcat  warp  localhost:8008
# The examples for JSP
WebAppDeploy examples  tomcat  /examples
# The examples for JSTL
WebAppDeploy standard-doc.war  tomcat  /standard-doc
WebAppDeploy standard-examples.war  tomcat  /standard-examples
# The examples for the String Tag Library
WebAppDeploy string-doc.war  tomcat  /string-doc
WebAppDeploy string-examples.war  tomcat  /string-examples

While everything works as long as I connect to Tomcat directly with
http://localhost:8080/ (e.g. using http://localhost:8080/standard-doc/), as
soon as I used Apache, the whole system becomes very unstable. I might get
away with using one or two .war files, but then Apache crashes.

Has anyone experienced the same problems?

Thank  best regards,
Eric

swissinfo/Swiss Radio International
Eric Lewis
IT Engineering
Giacomettistrasse 1
CH-3000 Berne 15

Phone:  ++41 31 350 95 42
Fax:++41 31 350 99 40
mailto:[EMAIL PROTECTED]

Switzerland is everywhere. Stay connected!
http://www.swissinfo.org
http://mobile.swissinfo.org
http:/wap.swissinfo.org

SRG SSR idée suisse



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]