Re: Tomcat and Apache

2005-07-11 Thread dan stephens
From: Christian Stalp <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: Tomcat and Apache Date: Mon, 11 Jul 2005 13:53:09 +0200 Am Montag, 11. Juli 2005 13:34 schrieb Ivan Rodriguez: > I don t know details about your p

Re: Tomcat and Apache

2005-07-11 Thread Ivan Rodriguez
It was my first attempt. I think i have problems with library dependencies, cause I have copied the install from development to integration enviroment. Development is a mandriva cooker (urpmi setup), and integration a debian sarge system(from scratch setup). Installing and getting running tomc

RE: Tomcat and Apache

2005-07-11 Thread Raghupathy,Gurumoorthy
Check the permission in the work directory change it to 777 and try -Original Message- From: Ivan Rodriguez [mailto:[EMAIL PROTECTED] Sent: 11 July 2005 15:14 To: Tomcat Users List Subject: Re: Tomcat and Apache I have the same issue! with debian sarge, and tomcat installed from

Re: Tomcat and Apache

2005-07-11 Thread Ivan Rodriguez
I have the same issue! with debian sarge, and tomcat installed from scratch: org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: The return type is incompatible with JspSourceDependent.getDependants() org.apache.jasper.compiler.DefaultErrorHandl

Re: Tomcat and Apache

2005-07-11 Thread Christian Stalp
Am Montag, 11. Juli 2005 13:34 schrieb Ivan Rodriguez: > I don t know details about your problem but i can answer that > > j_secutiry_check is not a way of integrating tomcat into apache. It is an > authentition scheme defined by J2EE specs. > > What you need is the jk_mount apache module, to let

Re: Tomcat and Apache

2005-07-11 Thread Ivan Rodriguez
I don t know details about your problem but i can answer that j_secutiry_check is not a way of integrating tomcat into apache. It is an authentition scheme defined by J2EE specs. What you need is the jk_mount apache module, to let your Apache install bypass the dynamic calls to tomcat, and th

RE: Tomcat and apache in Oracle9.2.0.1

2004-11-16 Thread Daxin Zuo
Can anybody forward more specific information? This Oracle site definitely has the information. But the doc sea is too wide. Thanks -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 4:14 PM To: Tomcat Users List Subject: Re: Tomcat and apache in

Re: Tomcat and apache in Oracle9.2.0.1

2004-11-16 Thread Tim Funk
How about http://www.oracle.com/support/index.html ? -Tim Daxin Zuo wrote: After install Oracle9.2.0.1, Apache and Tomcat are installed. What are the versions of the TOMCAT and the apache in this version of Oracle? Do you know the location of the document where oracle describe its http server? ---

Re: Tomcat and Apache with TCP TIME_WAIT state

2004-08-19 Thread QM
On Thu, Aug 19, 2004 at 06:56:08PM -0400, Kilic, Hakan wrote: : I'm seeing Tomcat and Apache show many tcp TIME_WAIT connections when : running netstat under a load test. I was wondering, is this because the web : browser client is not closing the connection properly, or is this the normal : behavi

Re: RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE. DO NOT REPLY TO THIS MESSAGE. If you want to end your subscription, please use this link: http://www.nethugs.com/unsubscribe.shtml If you want to subscribe, please use this link: http://www.nethugs.com/whysubscribe.shtml If you need to contact a live pe

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
L PROTECTED] > Sent: 18 August 2004 01:13 > To: Tomcat Users List > Subject: Re: Tomcat and Apache by Proxy http connections slow but https > fast > > > AFAIK - mod_proxy does not cache DNS lookups. It is looked up on every > request. So a slow lookup could be your problem

Re: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Tim Funk
Apache, both on HTTP. The one is fast, the other slow. What could be causing this? Apache config? DNS lookup issues? -Original Message- From: Duncan Houston [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 23:28 To: Tomcat Users List Subject: RE: Tomcat and Apache by Proxy http connections slow

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
; From: Duncan Houston [mailto:[EMAIL PROTECTED] > Sent: 17 August 2004 23:28 > To: Tomcat Users List > Subject: RE: Tomcat and Apache by Proxy http connections slow but https > fast > > > OK, I made a mistake there (sorry). The issue does still seem to be that > connecting

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
(HTTP) version not? > -Original Message- > From: Duncan Houston [mailto:[EMAIL PROTECTED] > Sent: 17 August 2004 18:03 > To: Tomcat Users List > Subject: RE: Tomcat and Apache by Proxy http connections slow but https > fast > > > Some more info. The problem does

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
Some more info. The problem does not seem to be with HTTP vs HTTPS (was testing app A on HTTPS, app B on HTTP B - problem seems that A is faster than B whether on HTTP or HTTPS). I have a number of .war files deployed to JBoss's /deploy directory (automatic deployment). Let's call them A and B, an

RE: Tomcat and Apache Axis Security

2004-08-10 Thread Srofe, Douglas (c)
hanks for your help. -Original Message- From: Isen,Ciji [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 5:00 PM To: Tomcat Users List Subject: Re: Tomcat and Apache Axis Security Have you tried access it from the Principal. GenericPrincipal p = (GenericPrin

Re: Tomcat and Apache Axis Security

2004-08-09 Thread Isen,Ciji
Have you tried access it from the Principal. GenericPrincipal p = (GenericPrincipal)request.getUserPrincipal(); String uid = p.getName(); String passwd = p.getPassword(); Srofe, Douglas (c) wrote: We use single sign for our Tomcat applications. We have another Tomcat that hosts various web service

RE: Tomcat and apache problem

2004-07-22 Thread Chow C.Y. Terry
> Dear all, > > I am using Apache2.0-50 and tomcat 5.0-27 with mod_jk2, Apache is > compiled by source and the tomcat and mod_jk are using binary > The OS I using is Solaris9. After configuration, the web site for > static page is normal, but when try to run servlets, it return 404 not

RE: Tomcat and Apache

2004-05-18 Thread Dale, Matt
Have a look at the JK or JK2 connectors, they are used to connect Tomcat and Apache webserver. Ta Matt -Original Message- From: mpforste [mailto:[EMAIL PROTECTED] Sent: 18 May 2004 15:43 To: Tomcat Users List Subject: Tomcat and Apache I am trying to start using Tomcat on my server wi

RE: Tomcat and Apache on diff m/c's

2004-03-23 Thread Steven Perry
Sorry, forgot to mention the connector I was using. I to connect using JK. --Steven --- "Dale, Matt" <[EMAIL PROTECTED]> wrote: > > Are you trying to perhaps use JNI to connect them? > Thats the only thing I can think of. > > -Original Message- > From: Steven Perry [mailto:[EMAIL PROTE

RE: Tomcat and Apache on diff m/c's

2004-03-23 Thread Dale, Matt
Are you trying to perhaps use JNI to connect them? Thats the only thing I can think of. -Original Message- From: Steven Perry [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 06:16 To: [EMAIL PROTECTED] Subject: Tomcat and Apache on diff m/c's Hello all, I've successfully configured and r

RE: tomcat and apache

2004-02-02 Thread Yansheng Lin
Hi, you might get more answers if you ask this question on httpd mail list. This is not a tomcat problem, rather it's the proxy configuration in httpd that's giving you grief. You might want to take a look on how you define you and directives. Without looking at your directives, it's hard to sa

Re: tomcat and apache+mod_jk on different servers - another story

2004-01-21 Thread QM
: possible to store JSP's on the server where apache is running? It's just : a matter of convenience - it would be nice to upload the whole site with : JSPs and have it running without remembering that you should upload all : JSPs to some special place on a second server. A sideways solution for y

Re: Tomcat and Apache on Separate servers

2004-01-06 Thread Camron G . Levanger
It's a great idea, what you want to do is configure as normal, and then edit the workers.properties to point to the remote tomcat. Camron G. Levanger The Dreamlab www.dreamlabmedia.com (866) 890-3705 On Jan 5, 2004, at 11:36 PM, Richard Wray wrote: Hi All, I have what I hope will be a simple que

RE: Tomcat and Apache on Separate servers

2004-01-05 Thread Richard Wray
WOW!!! Thanks for the quick response. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 1:46 AM To: Tomcat Users List Subject: Re: Tomcat and Apache on Separate servers At 01:36 AM 1/6/2004 -0500, you wrote: >Hi All, > >I have wh

Re: Tomcat and Apache on Separate servers

2004-01-05 Thread Jacob Kjome
At 01:36 AM 1/6/2004 -0500, you wrote: Hi All, I have what I hope will be a simple question. I have 2 Win 2K boxes. One running Tomcat and the other Apache. How do I deploy a web app on the Tomcat server and configure it to talk to the Apache web server on a completely separate box. Do I need t

Re: Tomcat and apache - localhost?

2003-12-30 Thread Sascha Alff
List" <[EMAIL PROTECTED]> Sent: Tuesday, December 30, 2003 3:37 PM Subject: RE: Tomcat and apache - localhost? Howdy, Yes: read the Host configuration reference in the tomcat documentation, specifically the section on Host Name Aliases. Yoav Shapira Millennium ChemInformatics >

RE: Tomcat and apache - localhost?

2003-12-30 Thread Shapira, Yoav
Howdy, Yes: read the Host configuration reference in the tomcat documentation, specifically the section on Host Name Aliases. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Sascha Alff [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 30, 2003 9:34 AM >To: [EMAIL PR

Re: Tomcat and apache

2003-07-17 Thread John Turner
http://jakarta.apache.org/tomcat/faq/connectors.html Complete Windows HOWTO: http://www.johnturner.com/howto (version numbers are older but steps are the same) Incidentally, you don't need Apache or a connector at all...Tomcat works just fine by itself, regardless of what the book says. John

RE: Tomcat and Apache

2003-02-21 Thread pqin
This is the story I was told. In old days, Tomcat was a "JSP/Servlet Container" - interpreting JSP/Servlet pages faster than it did for static html. So people chose Apache to load HTML pages and redirected requests of JSP/Servlet to Tomcat. Now Tomcat claims to be as fast as Apache in terms of int

RE: Tomcat and Apache

2003-02-21 Thread Turner, John
cture benefits you get from using Apache + Tomcat are too many for me to ignore. John > -Original Message- > From: Ian Hunter [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 8:36 AM > To: Tomcat Users List > Subject: Re: Tomcat and Apache > > > Well

Re: Tomcat and Apache

2003-02-21 Thread Ian Hunter
outside world. I don't feel that way about Tomcat. In fact, I'll only expose Tomcat apps via a connector, rather than HTTP. - Original Message - From: "Andoni" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, Februar

Re: Tomcat and Apache

2003-02-21 Thread Andoni
Apache is better at doing some things than Tomcat. For instance one I know of is serving static pages. Apache does that much better. Also if you use apache you get the benefit of things such as URL Rewriting and you get better Virtual host support than with Tomcat acting alone. I am sure there

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
DN. John > -Original Message- > From: Richard Johnstone > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 10:52 AM > To: [EMAIL PROTECTED] > Subject: RE: Tomcat and Apache > > > Basically I call 192.4.200.65 from my PC. This is the IP address of

RE: Tomcat and Apache

2003-02-06 Thread pqin
essage- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: February 6, 2003 10:42 AM To: 'Tomcat Users List' Subject: RE: Tomcat and Apache SSL requests are decrypted by Apache at the front-end. So, I guess, if anything, they play a part in determining whether or not Apache ev

RE: Tomcat and Apache

2003-02-06 Thread Richard Johnstone
---Original Message- > From: Richard Johnstone > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 9:53 AM > To: [EMAIL PROTECTED] > Subject: RE: Tomcat and Apache > > > Nope. Do I need to? > I didn't realise I need to as the page loaded us

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
ginal Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 10:33 AM > To: [EMAIL PROTECTED] > Subject: RE: Tomcat and Apache > > > So how does ssl play in this checklist? > > Regards, > > > PQ > > &quo

RE: Tomcat and Apache

2003-02-06 Thread pqin
w all of this, but it is hard for me to see the big picture just by getting config snippets, so I am trying to provide a description of the "debugging method" that I would use if I was having the same problem. HTH John > -Original Message- > From: Richard Johnstone > [mailto:[EMA

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
he big picture just by getting config snippets, so I am trying to provide a description of the "debugging method" that I would use if I was having the same problem. HTH John > -Original Message- > From: Richard Johnstone > [mailto:[EMAIL PROTECTED]] > Sent: Thursda

RE: Tomcat and Apache

2003-02-06 Thread Richard Johnstone
p that servlet in web.xml?? John > -Original Message- > From: Richard Johnstone > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 9:28 AM > To: [EMAIL PROTECTED] > Subject: RE: Tomcat and Apache > > > OK, took all the stuff out of httpd.conf s

RE: Tomcat and Apache

2003-02-06 Thread Richard Johnstone
Yup, avcweb is just a copy of examples. >>> [EMAIL PROTECTED] 02/06/03 02:26pm >>> I havent seen a context definition anywhere in your posts, are you creating one? -b On Thu, 2003-02-06 at 09:28, Richard Johnstone wrote: > OK, took all the stuff out of httpd.conf so all that is in there in the

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
Did you map that servlet in web.xml?? John > -Original Message- > From: Richard Johnstone > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 9:28 AM > To: [EMAIL PROTECTED] > Subject: RE: Tomcat and Apache > > > OK, took all the stuff out of h

RE: Tomcat and Apache

2003-02-06 Thread Bill
I havent seen a context definition anywhere in your posts, are you creating one? -b On Thu, 2003-02-06 at 09:28, Richard Johnstone wrote: > OK, took all the stuff out of httpd.conf so all that is in there in the > "loadmodule" and "include" > > In mod_jk.conf it has > > JkMount /avcweb aj

RE: Tomcat and Apache

2003-02-06 Thread Richard Johnstone
OK, took all the stuff out of httpd.conf so all that is in there in the "loadmodule" and "include" In mod_jk.conf it has JkMount /avcweb ajp13 JkMount /avcweb/* ajp13 So to call I am trying http://999.99.999.99/avcweb/servlet/MyClass Still no luck >>> [EMAIL PROTECTED] 02/06/03 01:27p

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
Well, what URL are you using? What ServerName are those JkMount statements tied to? If you're doing an Include of mod_jk.conf, you shouldn't have anything in httpd.conf but the "LoadModule" line and the "Include" line. My guess is your manually entered JK config in httpd.conf is conflicting wit

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Lajos
r. Equiplus S.A. www.equiplus.com - Original Message - From: "Lajos" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 1:56 PM Subject: Re: Tomcat and Apache+SSL integration issues I've done it on Linux, S

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Ing. Gustavo Edelstein
rs List" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 1:56 PM Subject: Re: Tomcat and Apache+SSL integration issues > I've done it on Linux, Solaris and Windows. I have various guides on my > site, www.galatea.com/flashguides, that detail my experiences. The >

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Lajos
HTTP server needs config file workers.properties. It has a property Tomcat_home which points to Tomcat installation. Maris -Original Message- From: Lajos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 6:26 PM To: Tomcat Users List Subject: Re: Tomcat and Apach

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Lajos
Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 1:26 PM Subject: Re: Tomcat and Apache+SSL integration issues Maris - I have done this on several occasions with mod_jk without any problem. I can't compare it to mod_proxy, since I rarely use it, but I suggest you

RE: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Māris Orbidāns
ilto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 6:26 PM > To: Tomcat Users List > Subject: Re: Tomcat and Apache+SSL integration issues > > > Maris - > > I have done this on several occasions with mod_jk without any > problem. I > can't compare

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Ing. Gustavo Edelstein
Hi Lajos, Which is your platform ? Thanks, Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus S.A. www.equiplus.com - Original Message - From: "Lajos" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 1:26 PM Su

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Lajos
Maris - I have done this on several occasions with mod_jk without any problem. I can't compare it to mod_proxy, since I rarely use it, but I suggest you try mod_jk. Regards, Lajos Māris Orbidāns wrote: hello all We have finished a large project which was based on Tomcat and Struts farmework

RE: Tomcat and Apache

2003-01-06 Thread Suarez, David
Mod_jk redirects based on uriworkerproperties file. If the file has been setup correctly then check/remove that previous web container redirection, which may capturing the jsp requests before mod_jk can process it. -Original Message- From: Sebastião Carlos Santos [mailto:[EMAIL PROTECTE

RE: Tomcat and Apache

2003-01-05 Thread "Sebastião Carlos Santos"
John, Thank you for the help. Tomorrow I will try to implant what was discussed. Once again thank you. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Tomcat and Apache [RBS2003010500005558]

2003-01-05 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

RE: Tomcat and Apache

2003-01-05 Thread Turner, John
quot;Sebastião Carlos Santos" [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 11:52 AM To: Tomcat Users List Subject: RE: Tomcat and Apache The configuration of the virtual host in the Apache is striped below, in extracted fragment of the file httpd.conf: ServerAdmin [EMAIL PROTECTED

RE: Tomcat and Apache

2003-01-05 Thread "Sebastião Carlos Santos"
The configuration of the virtual host in the Apache is striped below, in extracted fragment of the file httpd.conf: ServerAdmin [EMAIL PROTECTED] DocumentRoot /web/admged ServerName admged.ufu.br ServerAlias www.admged.ufu.br ErrorLog /web/admged/log/apache_error_log Cust

RE: Tomcat and Apache

2003-01-04 Thread Turner, John
Do you have a JkMount statement defined in Apache's httpd.conf for that virtual host and that URL? Do you have that virtual host defined in Tomcat's server.xml using a Host element? John -Original Message- From: "Sebastião Carlos Santos" To: [EMAIL PROTECTED] Sent: 1/4/03 5:54 PM Subj

RE: Tomcat and Apache | Performance

2002-12-25 Thread Rajesh B
: Tuesday, December 24, 2002 7:46 PM To: Tomcat Users List Subject: RE: Tomcat and Apache | Performance There is a option in httpd.conf as well as server.xml(Ajp13Processor max processors) to set max clients to be served, incresing that size, may get it solved Make sure max

RE: Tomcat and Apache | Performance

2002-12-24 Thread Venkat Reddy Valluri
There is a option in httpd.conf as well as server.xml(Ajp13Processor max processors) to set max clients to be served, incresing that size, may get it solved Make sure max Ajp13processors should be greater than or equal to max clients in httpd.conf Thks, --Venkat -Original Mess

Re: Tomcat and Apache web server

2002-12-06 Thread Alexander Wallace
You probably just need to specify index.jsp in the url. On Fri, 2002-12-06 at 14:05, dustin cavanaugh wrote: > This is a follow-on question to the "Tomacat and > apache web server" thread. > > I'm running Apache2.0.43, Tomcat4.1.12, mod_jk2 > (12/4/02) on a Win2K platform. I have an webapp I'll >

Re: Tomcat and Apache web server

2002-12-06 Thread Justin Ruthenbeck
Looks like you haven't set up Apache to forward requests that match www.myhost.com/Project/DoStuff to jk2. There are a number of different overall designs to do this depending on your app, other apps running, and how you've organized your resources. I use jk (not jk2), so I don't know the ex

Re: Tomcat and Apache integration

2002-12-02 Thread Bill Barker
"David Durant" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi, > > This subject must come up so often I'm sure there must > be an up-to-date FAQ somewhere. If there is I'd be > grateful if someone could direct me to it. > > I'm running the following config

Re: Tomcat and Apache integration

2002-12-02 Thread Robert L Sowders
It comes up an awful lot. ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip This will also help. http://www.geovelocity.com/index_apache-tomcat-arcims.html I know both work for XP also. rls David Durant <[EMAIL PROTECTED]> 12/02/2002 04:54 PM Please respond to "Tomcat

RE: tomcat and apache vs tomcat standalone

2002-10-16 Thread Turner, John
Search the archives. This topic comes up regularly. Basic questions usually do. ;) Quickly: yes, there are all sorts of advantages to using Apache with Tomcat: - don't have to run Tomcat as root on port 80 - can use all Apache modules - can use other dynamic technologies (PHP, etc) - Apache i

Re: Tomcat and Apache

2002-09-09 Thread Milt Epstein
On Mon, 9 Sep 2002, Ravindra K. Bhat wrote: > It seems to me that Tomcat 4.0.4 is already set up to connect with > Apache..is this correct? Well, it may be that everything on the Tomcat side is set up. But you'll still need to do stuff on the Apache side -- like get the module you need for the

RE: TOMCAT AND APACHE

2002-08-22 Thread Turner, John
ing as? John Turner -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 10:33 AM To: 'Tomcat Users List' Subject: RE: TOMCAT AND APACHE Hi John, So I just tried changing the Tomcat and Apache directories removing the

RE: TOMCAT AND APACHE

2002-08-22 Thread Patrick Codere
JkLogLevel emerg Thanks, Pat. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: August 22, 2002 9:31 AM To: 'Tomcat Users List' Subject: RE: TOMCAT AND APACHE That configuration is known to work (though perhaps you would consider using tomcat 4.0.4 instead,

RE: TOMCAT AND APACHE

2002-08-22 Thread Turner, John
That configuration is known to work (though perhaps you would consider using tomcat 4.0.4 instead, but that wouldn't have an effect on your problem). Right off the bat, I would move both apache and tomcat to directories without spaces in the names. No hard and fast proof that that is what is ca

RE: tomcat and apache

2002-05-31 Thread Rajesh Mishra
ssage- From: Andreas Boeyer [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 3:48 AM To: Tomcat Users List Subject: Re: tomcat and apache Hello, I have a problem with apache and tomcat. Everything is working fine, as long I stay on the same computer. If I call the servelet examples or js

Re: tomcat and apache

2002-05-31 Thread Andreas Boeyer
Hello, I have a problem with apache and tomcat. Everything is working fine, as long I stay on the same computer. If I call the servelet examples or jsp from an other computer it only work if I typ the IP-address and the port 8080. If I call the page "normal" like  http:///examples the browser alwa

tomcat/java advocacy (was Re: Tomcat and Apache Server - Instalation and Performance)

2002-04-29 Thread Joel Rees
Sexton, George commented > I can give you some good reasons not to use PHP. Take a look at the > Horde/IMP project. It's nice stuff. But my goodness, some of the problems > they have > > For example, it is impossible in PHP to open an IMAP connection and save it > on the session so that it ca

Re: Tomcat and Apache Server - Instalation and Performance

2002-04-26 Thread Oktay Altunergil
On Fri, 26 Apr 2002 17:39:45 -0600 "Sexton, George" <[EMAIL PROTECTED]> wrote: [ snip ] > Are you writing software or are you writing scripts? PHP is a scripting > language. Java is a programming language. There is a difference. If you are > writing software, you need the professional language fea

RE: Tomcat and Apache Server - Instalation and Performance

2002-04-26 Thread Sexton, George
I can give you some good reasons not to use PHP. Take a look at the Horde/IMP project. It's nice stuff. But my goodness, some of the problems they have For example, it is impossible in PHP to open an IMAP connection and save it on the session so that it can be used multiple times. They re-ope

Re: Tomcat and Apache 2

2002-04-22 Thread Michael Delamere
I still can´t believe that it works! Thanks very much. Bye Michael Delamere - Original Message - From: "Michael Delamere" <[EMAIL PROTECTED]> To: "Simon" <[EMAIL PROTECTED]>; "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, April 22

Re: Tomcat and Apache 2

2002-04-22 Thread Michael Delamere
- > > I know you said that the error message should be ignored but for some > reason, it´s not creating the mod_webapp.so file. > > Thanks for your help, > > bye Michael Delamere > > > > > > - Original Message ----- > > From: "Alex Potter&q

Re: Tomcat and Apache 2

2002-04-22 Thread Michael Delamere
your help, bye Michael Delamere > > - Original Message - > From: "Alex Potter" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Monday, April 22, 2002 4:44 PM > Subject: Re: Tomcat and Apache 2 > > > >

RE: Tomcat and Apache 2

2002-04-22 Thread Tim Cronin
ginal Message- From: Simon Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 11:51 AM To: Tomcat Users List Subject: Re: Tomcat and Apache 2 Can you be a little more specific? From a quick look at the page, the obvious flaw is that it mentions "AddModule"; with Apache 2

Re: Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
od_webapp > > http://www.tek-tips.com/gfaqs.cfm/lev2/3/lev3/22/spid/65/sfid/1552 > > > -Original Message- > From: Collins, Jim [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 22, 2002 10:13 AM > To: 'Tomcat Users List' > Subject: RE: Tomcat

RE: Tomcat and Apache 2

2002-04-22 Thread Tim Cronin
Under w2k I was unable to use mod_webapp http://www.tek-tips.com/gfaqs.cfm/lev2/3/lev3/22/spid/65/sfid/1552 -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 10:13 AM To: 'Tomcat Users List' Subject: RE: Tomcat and Apache 2 Why co

RE: Tomcat and Apache 2

2002-04-22 Thread Collins, Jim
Why couldn't you have posted this three weeks earlier :) > -Original Message- > From: Simon Stewart [mailto:[EMAIL PROTECTED]] > Sent: 22 April 2002 16:03 > To: Tomcat Users List > Subject: Re: Tomcat and Apache 2 > > > Something had to slip through the

Re: Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
Something had to slip through the net, didn't it ;) Thanks for pointing that out; I've updated the HOWTO with your suggested URL. On Mon, Apr 22, 2002 at 03:44:07PM +0100, Alex Potter wrote: > Simon > > an excellent document, however, the location of the mod_webapp connector > source is given i

Re: Tomcat and Apache 2

2002-04-22 Thread Alex Potter
Simon an excellent document, however, the location of the mod_webapp connector source is given incorrectly on the web page, I guess the jakarta guys moved it? The correct location is http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/src/jakar ta-tomcat-connectors-4.0.2-01-src.

Re: Tomcat and Apache please

2002-03-24 Thread Morten Bøhmer
Setup the webapp_module (for WARP protocol) or mod_jk (for AJP protocol) to communicate with the tomcat server, from the apache server. Download the Tomcat-Connectors package from the release directory over at jakarta. Best Regards Morten Bøhmer On Sunday 24 March 2002 19:38, you wrote: > I

Re: Tomcat and Apache default context

2002-02-19 Thread nathan phillips
I have and any other permutation I can think of. Thanks though. From: [EMAIL PROTECTED] Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: Tomcat and Apache default context Date: Tue, 19 Feb 2002 11:33:01

Re: Tomcat and Apache default context

2002-02-19 Thread rsequeira
Try mapping the "ROOT" (webapps/Root) context with a virtual host RS "nathan phillips" <[EMAIL PROTECTED]> on 02/19/2002 11:01:44 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Tomcat and Apache default context I've been trying to get m

Re: Tomcat and Apache load-balancing ?

2002-02-14 Thread David Cassidy
wrote: > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, February 13, 2002 9:28 PM > Subject: Re: Tomcat and Apache load-balancing ? > > > On Wed, Feb 13, 2002 at 01:00:31PM +0100, Vjeran Ma

Re: Tomcat and Apache load-balancing ?

2002-02-13 Thread Vjeran Marcinko
- Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 9:28 PM Subject: Re: Tomcat and Apache load-balancing ? > On Wed, Feb 13, 2002 at 01:00:31PM +0100, Vjeran Marcinko wrote: > >

Re: Tomcat and Apache load-balancing ?

2002-02-13 Thread jonathan
On Wed, Feb 13, 2002 at 01:00:31PM +0100, Vjeran Marcinko wrote: > Hi people of good will. > I am currently working on load-balance-enabling my web-app, and I > noticed that session balancing is solved in Tomcat in such way that > Apache's module redirects request to the Tomcat instance which crea

Re: tomcat and apache jsp execution

2001-08-20 Thread Dmitri Colebatch
Are you getting anything in the mod_jk log when doing a request? Another thing - if you're getting source I might guess that you have DocumentRoot=tomcatDirectory/webapps/ROOT? I'm sure that probably can work, but then you've got two web servers both serving content from one directory, and it mi

RE: Tomcat and Apache, can't get it up and running

2001-08-20 Thread Rob S.
> Hi, > > I tried to access the JSP by using the fullpath > (localhost/examples/jsp/colors/colrs.jsp) but then the log file reports > > [Mon Aug 20 10:24:22 2001] [error] [client 127.0.0.1] File does > not exist: /var/www/html/examples/jsp/colors/colrs.jsp > > I'm afraid that I made some other cha

RE: Tomcat and Apache, can't get it up and running

2001-08-20 Thread gero
Hi, I tried to access the JSP by using the fullpath (localhost/examples/jsp/colors/colrs.jsp) but then the log file reports [Mon Aug 20 10:24:22 2001] [error] [client 127.0.0.1] File does not exist: /var/www/html/examples/jsp/colors/colrs.jsp I'm afraid that I made some other change also (bu

RE: Tomcat and Apache, can't get it up and running

2001-08-19 Thread Rob S.
Hi Gero, > - Accessing JSP pages by connection to port 8080 (TomCat) works fine > - Accessing plain HTML via port 80 (Apache web server) is also no problem. Ok, this is a good start =) > When I try to access the examples I get the following messages in the > apache log > [Sun Aug 19 17:33:14 20

RE: Tomcat and Apache

2001-08-10 Thread Mills, Theo
Bob, I think if you don't have to go explicitly through port 8080, then they're working together. -Original Message- From: Bob Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 6:03 PM To: [EMAIL PROTECTED] Subject: Tomcat and Apache How can you tell if you have both Ap

Re: TOMCAT and Apache

2001-08-03 Thread Beth Kelly
The apache server is a more robust server, and therefore should be used for static pages. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: "alexus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 03, 2001 10:20 AM Subject: TOMCAT and

Re: Tomcat and Apache

2001-08-03 Thread Pier P. Fumagalli
Gustavo Mejia at [EMAIL PROTECTED] wrote: > Hi ! > Hello everybody, > > I have an other newbie and maybe dumb question, I was reading that > Tomcat also has a Webserver functionality, is it right ?? I think it is > , well, why I is good to install it on Apache server, which is the main > advanta

Re: Tomcat and Apache

2001-08-03 Thread Pier P. Fumagalli
Sigurður Reynisson at [EMAIL PROTECTED] wrote: > >> From the user guide at > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html > > 1. Tomcat is not as fast as Apache when it comes to static pages. This is correct... > 2. Tomcat is not as configurable as Apache. I don't kn

RE: Tomcat and Apache

2001-08-03 Thread Sigurður Reynisson
>From the user guide at http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html 1. Tomcat is not as fast as Apache when it comes to static pages. 2. Tomcat is not as configurable as Apache. 3. Tomcat is not as robust as Apache. 4. There are many sites with long time investment

RE: Tomcat and Apache, very newbie question !

2001-08-01 Thread Barry Draper
-Original Message- > From: Michael Wentzel [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 11:29 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Tomcat and Apache, very newbie question ! > > > > Apache is an HTTPD, where Tomcat is a servlet cont

RE: Tomcat and Apache, very newbie question !

2001-08-01 Thread Michael Wentzel
> Apache is an HTTPD, where Tomcat is a servlet container (engine). Actually, Tomcat is also a httpd although not quite a effecient of a daemon as Apache, hence why it can also serve static content. > Could some one, give a brief explanation about why to use Apache and > Tomcat Together ?? what

  1   2   >