problems with apache-tomcat connection ...

2004-10-28 Thread Clara Ines Pena de Carrillo
Hi everybody, sorry if this is a silly question because I am not an expert, but I was looking for the solution to my problem consulting to google and nobody has answered about the following problems with apache-tomcat connection: a) I have Solaris 8, apache 2.0.47, jdk 1.4.2, tomcat 4.1.24

RE: Apache, Tomcat and mod_jk2 - question about layout

2004-10-28 Thread Phillip Qin
Think of an empty jk2.properties. -Original Message- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: October 27, 2004 7:20 PM To: Tomcat Users List Subject: RE: Apache, Tomcat and mod_jk2 - question about layout Thanks so much. I'll try it today or tomorrow. Even though you

RE: problems with apache-tomcat connection ...

2004-10-28 Thread Phillip Qin
: problems with apache-tomcat connection ... Hi everybody, sorry if this is a silly question because I am not an expert, but I was looking for the solution to my problem consulting to google and nobody has answered about the following problems with apache-tomcat connection: a) I have Solaris

RE: problems with apache-tomcat connection ...

2004-10-28 Thread Clara Ines Pena de Carrillo
: October 28, 2004 9:12 AM To: [EMAIL PROTECTED] Subject: problems with apache-tomcat connection ... Hi everybody, sorry if this is a silly question because I am not an expert, but I was looking for the solution to my problem consulting to google and nobody has answered about the following

RE: problems with apache-tomcat connection ...

2004-10-28 Thread Phillip Qin
I can't represent other people. My observation is it has no impact on performance. -Original Message- From: Clara Ines Pena de Carrillo [mailto:[EMAIL PROTECTED] Sent: October 28, 2004 12:06 PM To: Phillip Qin Cc: 'Tomcat Users List' Subject: RE: problems with apache-tomcat connection

RE: Apache, Tomcat and mod_jk2 - question about layout

2004-10-27 Thread Allen Williams
, I've spent DAYS on the websites, in the books, and looking for documentation whereever I can find it. Thanks, Allen -Original Message- From: footh [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 10:08 PM To: Tomcat Users List Subject: Re: Apache, Tomcat and mod_jk2

RE: Apache, Tomcat and mod_jk2 - question about layout

2004-10-27 Thread Phillip Qin
:[EMAIL PROTECTED] Sent: October 27, 2004 9:03 AM To: Tomcat Users List Subject: RE: Apache, Tomcat and mod_jk2 - question about layout Second request: Would you post what you did to integrate the two? I've followed all the clues on both apache and tomcat websites, which is exactly what it says

Apache + Tomcat

2004-10-27 Thread Willian Corrêa
Sory my english is very poor, i'm brazilian... but... I'm using Apache with Tomcat under port 80 with mod JK to connect this servers. I have very much virtual hosts in my server. I need know how much, a part, use of memory, cpu...? (remember: sorted by virtual host). and... any time a virtual

Re: Apache + Tomcat

2004-10-27 Thread Marcelo Moreira
On Wed, 27 Oct 2004 18:07:51 -0300, Willian Corrêa [EMAIL PROTECTED] wrote: Sory my english is very poor, i'm brazilian... but... I'm using Apache with Tomcat under port 80 with mod JK to connect this servers. I have very much virtual hosts in my server. I need know how much, a part, use of

RE: Apache, Tomcat and mod_jk2 - question about layout

2004-10-27 Thread Allen Williams
, October 27, 2004 10:23 AM To: 'Tomcat Users List' Subject: RE: Apache, Tomcat and mod_jk2 - question about layout This is my workers2.properties (not workers.properties). You don't need to touch jk2.properties or httpd.conf. # shared memory handling. [shm] file=C:\Program Files\Apache Group

Re: Apache, Tomcat and mod_jk2 - question about layout

2004-10-27 Thread Nikola Milutinovic
Allen Williams wrote: Second request: Would you post what you did to integrate the two? I've followed all the clues on both apache and tomcat websites, which is exactly what it says in three books I've got, and I still get a File Not Found error from apache when I go to the dynamic content. Is

Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread footh
After going through all the documentation, I have gotten mod_jk2 to forward jsp requests to Tomcat. However, I have a question about the layout... Essentially, my site will be .html pages with some occasional .jsp pages (it will likely change in the future to all .jsp/servlets, but for now

Re: Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread Parsons Technical Services
Unless you have a reason, why not let Tomcat do it all? Doug - Original Message - From: footh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 5:13 PM Subject: Apache, Tomcat and mod_jk2 - question about layout After going through all the documentation, I have

Apache-Tomcat: File Not Found instead of Tomcat

2004-10-26 Thread Allen Williams
I am setting (what should be) a straigthforward and very common integration of Apache and Tomcat on Debian Linux, with Apache2 serving static content and Tomcat4 serving jsp's and servlet's. The base directory of the apache service is /var/www. The CATALINA_BASE is /var/lib/tomcat4, which

Re: Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread footh
went by. I figured using Apache, Tomcat and mod_jk was the more robust solution and better suited for the long haul. More and more features will likely be added to this site so I need to be forward thinking. --- Parsons Technical Services [EMAIL PROTECTED] wrote: Unless you have a reason, why

Re: Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread sven morales
In the apache side httpd.conf have something like this Location myapp/WEB-INF/ AlloOverride None deny from all /Location __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

RE: Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread Allen Williams
Could you post the germane parts of your configuration files? Thanks, anw -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 5:38 PM To: Tomcat Users List Subject: Re: Apache, Tomcat and mod_jk2 - question about layout

Re: Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread Peter Johnson
inconclusive. Then I did a search and it seemed the general consensus was to use Tomcat stand-alone for development enviroments and Apache for production. Really, that's all I went by. I figured using Apache, Tomcat and mod_jk was the more robust solution and better suited for the long haul. More and more

Re: Apache-Tomcat: File Not Found instead of Tomcat

2004-10-26 Thread QM
On Tue, Oct 26, 2004 at 05:40:17PM -0400, Allen Williams wrote: : I am setting (what should be) a straigthforward and very common integration : of : Apache and Tomcat on Debian Linux, with Apache2 serving static content and : Tomcat4 serving jsp's and servlet's. How does Apache work when handling

Re: Apache-Tomcat: File Not Found instead of Tomcat

2004-10-26 Thread Alain Gaeremynck
First time i try to help someone on this list... Hope i'm right :) You seem to be missing some config in httpd.conf IfModule mod_jk.c JkMount /examples/* worker1 /IfModule Allen Williams wrote: I am setting (what should be) a straigthforward and very common integration of Apache and Tomcat

RE: Apache-Tomcat: File Not Found instead of Tomcat

2004-10-26 Thread Allen Williams
Users List Subject: Re: Apache-Tomcat: File Not Found instead of Tomcat First time i try to help someone on this list... Hope i'm right :) You seem to be missing some config in httpd.conf IfModule mod_jk.c JkMount /examples/* worker1 /IfModule Allen Williams wrote: I am

RE: Apache-Tomcat: File Not Found instead of Tomcat

2004-10-26 Thread Allen Williams
: Apache-Tomcat: File Not Found instead of Tomcat On Tue, Oct 26, 2004 at 05:40:17PM -0400, Allen Williams wrote: : I am setting (what should be) a straigthforward and very common integration : of : Apache and Tomcat on Debian Linux, with Apache2 serving static content and : Tomcat4 serving jsp's

Re: Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread footh
Apache or just use Tomcat stand-alone and frankly, it seemed inconclusive. Then I did a search and it seemed the general consensus was to use Tomcat stand-alone for development enviroments and Apache for production. Really, that's all I went by. I figured using Apache, Tomcat and mod_jk

Session Cookie problem with Apache, Tomcat, mod_jk, mod_rewrite.

2004-10-21 Thread Brendan Colthurst
I apologize if this is the wrong list, but I think it should be the right one. Tomcat writes session cookies with the webapp name in the cookie's path field, but I map URLs by domain to hide the webapp name, with mod_rewrite. So my sessions ain't stickin', 'cause the browser does not know to send

Stability problems using Apache / Tomcat / jk2

2004-10-20 Thread Trond G. Ziarkowski
System: Debian testing i386 jdk1.5.0 Tomcat 5.0.28 - CATALINA_OPTS -ms64m -mx128m Apache 2.0.52-1 libapache-mod-jk2 2.0.4-3 MySQL 4.0.21-7 mysql-connector-java-3.0.15-ga Tomcat is running a service called Tomcat-Apache, an engine called Apache with a host called localhost. localhost has the

Re: Stability problems using Apache / Tomcat / jk2

2004-10-20 Thread David Williams
problems using Apache / Tomcat / jk2 System: Debian testing i386 jdk1.5.0 Tomcat 5.0.28 - CATALINA_OPTS -ms64m -mx128m Apache 2.0.52-1 libapache-mod-jk2 2.0.4-3 MySQL 4.0.21-7 mysql-connector-java-3.0.15-ga Tomcat is running a service called Tomcat-Apache, an engine called Apache

Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Renan Galang
Greetings, I am having problems running some of our JSP pages. Instead of the compiled JSP page being displayed i get this on the page: Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered

RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Shapira, Yoav
Informatics -Original Message- From: Renan Galang [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 2:41 PM To: [EMAIL PROTECTED] Subject: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error Greetings, I am having problems running some of our JSP pages. Instead of the compiled JSP

Re: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Renan Galang
]; Renan Galang [EMAIL PROTECTED] Sent: Saturday, October 09, 2004 2:49 AM Subject: RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error Hi, Because 4.0.4 is an ancient release that was never stable, you will get limited (if any) support for it. As a first step towards resolving your

RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Shapira, Yoav
Hi, Is the JDK properly installed on your HPUX machine? Yoav Shapira Millennium Research Informatics -Original Message- From: Renan Galang [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 2:56 PM To: Tomcat Users List Subject: Re: Apache Tomcat/4.0.4 - HTTP 505 - Internal

Re: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Renan Galang
] To: Tomcat Users List [EMAIL PROTECTED]; Renan Galang [EMAIL PROTECTED] Sent: Saturday, October 09, 2004 2:55 AM Subject: RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error Hi, Is the JDK properly installed on your HPUX machine? Yoav Shapira Millennium Research Informatics

problems with apache/tomcat

2004-09-30 Thread Simon Zeng
Hello, This has gradually become a nightmare here. So I turned to here for help. We are 24 X 7 service provider and using apache/tomcat as our application server. We have one apache and 3 tomcat in a clutering/load balancing environment. Very frequently, we saw exceptions like

Beginner for Apache Tomcat: Need Help

2004-09-29 Thread TK
Hi there, I'm a new Apache Tomcat user. I have the following questions and hope you can help me out. Thank you. 1. Can I install and run Apache and Tomcat on the same machine? Or, at the first place, do I need to do so if Tomcat alone can be used as a Web server? 2. If I install both of them

Re: Beginner for Apache Tomcat: Need Help

2004-09-29 Thread Anthony E. Carlos
that apache serves static pages (if you still need it). I'd recommend O'Reilly's book on Tomcat for details about creating a connector. On Sep 29, 2004, at 11:55 AM, TK wrote: Hi there, I'm a new Apache Tomcat user. I have the following questions and hope you can help me out. Thank you. 1. Can I

Re: Beginner for Apache Tomcat: Need Help

2004-09-29 Thread Francois Dion
On Wed, 29 Sep 2004 16:55:00 +0100, TK [EMAIL PROTECTED] wrote: Hi there, I'm a new Apache Tomcat user. I have the following questions and hope you can help me out. Thank you. http://jakarta.apache.org/tomcat/index.html 1. Can I install and run Apache and Tomcat on the same machine

Re: Beginner for Apache Tomcat: Need Help

2004-09-29 Thread Philipp Taprogge
Hi! TK wrote: 1. Can I install and run Apache and Tomcat on the same machine? Or, at the first place, do I need to do so if Tomcat alone can be used as a Web server? Yes, you can and no, you don't have to if your setup does not require it. Often sites use apache for serving static content (due to

Re: Beginner for Apache Tomcat: Need Help

2004-09-29 Thread Nicolas Mailhot
Le mercredi 29 septembre 2004 16:55 +0100, TK a crit : 4. Are there any guides on setting and configuring Apache and Tomcat in Linux environment? Depending on the linux distro you target, there is probably already a community of java users with howtos and sometimes prepackaged binaries. For

Re: Beginner for Apache Tomcat: Need Help

2004-09-29 Thread Ben Souther
For what it's worth. If you install Fedora Core II with All packages checked in the installer (I imagine it would work with all Development Tools too), it will install Apache and Tomcat 4.1x. The two will already be configured to work together. I haven't looked that closely at the configuration

Re: Beginner for Apache Tomcat: Need Help

2004-09-29 Thread Nicolas Mailhot
Le mercredi 29 septembre 2004 14:28 -0400, Ben Souther a crit : For what it's worth. If you install Fedora Core II with All packages checked in the installer (I imagine it would work with all Development Tools too), it will install Apache and Tomcat 4.1x. The two will already be configured

Apache/Tomcat - Connection Pool Allocation

2004-09-23 Thread VS Venkataragavan
) at java.lang.ClassLoader.loadClassInternal(Compiled Code) at DbConnection.getConnection(DbConnection.java:80) at PageController.service(PageController.java:54) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org. The catalina.out Log file of the Apache/Tomcat comes up

Re: java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger

2004-09-16 Thread Avinash R S
to contact me back for any clarification. Regards, Avinash R S - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 11:33 PM Subject: java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger Configuration: Solaris 9

Apache/Tomcat Integration problem (Aprutil lib missing) causing unsatisfied link error

2004-09-16 Thread [EMAIL PROTECTED]
I am following the instructions listed in http://www.mail-archive.com/[EMAIL PROTECTED]/msg130210.html Expected Results from ldd ldd /usr/local/httpd/modules/jkjni.so libcrypt.so.1 = /lib/libcrypt.so.1 (0x40046000) libapr-0.so.0 = /usr/local/httpd-2.0.49/lib/libapr-0.so.0 (0x40074000)

Re: java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger

2004-09-16 Thread missioncoder
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 5:29 AM Subject: Re: java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger Hi, One of the main reasons for getting NotClassDefFoundError is tomcat is encountering two different versions of Logger class

mod_ldap in Apache and it's limitations (using LDAP with Apache/tomcat)

2004-09-16 Thread John Mattos
Hi I have more information about my previous post relating to using Apache and Tomcat with LDAP. The situation is as follows. - The client is using Apache 2.x and Tomcat 5.x. - The application is a set of static HTML pages with the exception of one servlet to do some

Apache/TomCat Integration problem: No ClassDef Found Error

2004-09-16 Thread [EMAIL PROTECTED]
PLEASE HELP I am following the instructions listed in http://www.mail-archive.com/[EMAIL PROTECTED]/msg130210.html Expected Results from ldd ldd /usr/local/httpd/modules/jkjni.so libcrypt.so.1 = /lib/libcrypt.so.1 (0x40046000) libapr-0.so.0 = /usr/local/httpd-2.0.49/lib/libapr-0.so.0

java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger

2004-09-15 Thread missioncoder
Configuration: Solaris 9, Apache 1.3, Tomcat 5.0.7, JSDK 1.4Hello All,I recently upgraded from Tomcat 4.0.1 to 5.2.7 and things have gone pretty smooth, except when I attempt to load a jsp page I get the following error. I have looked all over for a reference to org/apache/tomcat/logging

Apache/Tomcat Intergration problem on RedHat Linux 9.0

2004-09-15 Thread [EMAIL PROTECTED]
I am following the instructions listed in http://www.mail-archive.com/[EMAIL PROTECTED]/msg130210.html Expected Results from ldd ldd /usr/local/httpd/modules/jkjni.so libcrypt.so.1 = /lib/libcrypt.so.1 (0x40046000) libapr-0.so.0 = /usr/local/httpd-2.0.49/lib/libapr-0.so.0 (0x40074000)

Setting PHP for Apache Tomcat

2004-08-18 Thread david.brossard
Is it actually possible to configure Tomcat to work with PHP? If so, how? the PHP installation guide refers to httpd.conf or srm.conf neither of which exist in Tomcat. Thanks for your input, David. - To unsubscribe, e-mail:

Re: Setting PHP for Apache Tomcat

2004-08-18 Thread Tim Funk
http://wiki.apache.org/jakarta-tomcat/UsingPhp -Tim [EMAIL PROTECTED] wrote: Is it actually possible to configure Tomcat to work with PHP? If so, how? the PHP installation guide refers to httpd.conf or srm.conf neither of which exist in Tomcat.

RE: Setting PHP for Apache Tomcat

2004-08-18 Thread david.brossard
I'm running Win2k. Should I have to use Cygwin to install PHP then? http://wiki.apache.org/jakarta-tomcat/UsingPhp -Tim [EMAIL PROTECTED] wrote: Is it actually possible to configure Tomcat to work with PHP? If so, how? the PHP installation guide refers to httpd.conf or srm.conf neither of

Re: Setting PHP for Apache Tomcat

2004-08-18 Thread Tim Funk
I have no clue - I only know enough about this topic to copy/paste a URL ;) -Tim [EMAIL PROTECTED] wrote: I'm running Win2k. Should I have to use Cygwin to install PHP then? http://wiki.apache.org/jakarta-tomcat/UsingPhp -Tim [EMAIL PROTECTED] wrote: Is it actually possible to configure Tomcat

RE: Setting PHP for Apache Tomcat

2004-08-18 Thread Shapira, Yoav
Hola, Yeah, you need Cygwin at this point I think ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 8:01 AM To: Tomcat Users List Subject: Re: Setting PHP for Apache Tomcat I have no clue - I

RE: Setting PHP for Apache Tomcat

2004-08-18 Thread Keates, Mark
2004 14:03 To: Tomcat Users List Subject: RE: Setting PHP for Apache Tomcat Hola, Yeah, you need Cygwin at this point I think ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 8:01 AM To: Tomcat

RE: Setting PHP for Apache Tomcat

2004-08-18 Thread Keates, Mark
Sorry, my mistake, you weren't using Apache, just Tomcat :) -Original Message- From: Keates, Mark Sent: 18 August 2004 14:27 To: 'Tomcat Users List' Subject: RE: Setting PHP for Apache Tomcat Hi, Cygwin isn't necessarily required, I have previously used php 4.2.2 with Apache 2.0.39

Re[2]: Setting PHP for Apache Tomcat

2004-08-18 Thread Eugene
Hi! I have two different configurations with PHP 4.3.4 and 5 on two different Win 2003 servers, I've installed it without Cygwin. If you will install it from pre-compiled mod_perl 1.0 with Apache 2 distribution - then yes you need it, but its not necessary. Also you maybe need nmake if you want

Apache-Tomcat on Linux MontaVista 3.1

2004-08-09 Thread Luis Filipe Correia (Ext_Altior)
Hi, I need to know if it's possible to run Apache-Tomcat on Linux MontaVista 3.1. Does anyone have experience with this? Thanks! Regards Luís Correia

Re: Apache-Tomcat on Linux MontaVista 3.1

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 03:14:45PM +0100, Luis Filipe Correia (Ext_Altior) wrote: : I need to know if it's possible to run Apache-Tomcat on Linux MontaVista 3.1. : Does anyone have experience with this? Here's the big question: is there a suitable JDK implementation for Linux MontaVista? (I've

Linux / Apache / Tomcat conf troubles

2004-07-23 Thread Julien Oix
Hi everyone, I find 2 problems on my Linux/Apache/Tomcat platform : *** First, I can't manage to redirect a 500 error code page to a customized error page, even I can't see any trouble in my conf's files. # config Linux RedHat 7.1 Apache 1.3.27 (rpm) Tomcat 4.1.18 (rpm) mod_jk 1.2.2 (rpm

Re: Linux / Apache / Tomcat conf troubles

2004-07-23 Thread Ruth, Brice
Julien Oix wrote: Hi everyone, I find 2 problems on my Linux/Apache/Tomcat platform : *** First, I can't manage to redirect a 500 error code page to a customized error page, even I can't see any trouble in my conf's files. # config Linux RedHat 7.1 Apache 1.3.27 (rpm) Tomcat 4.1.18 (rpm) mod_jk

deploying via ant, mutiple virtual hosts apache/tomcat

2004-07-22 Thread Dean A. Hoover
I have a named virtual host in apache that uses mod_jk to communicate with tomcat. I use ant/manager to deploy from my development area, and everything works great. Now I've added another named virtual host to apache and a new worker for the tomcat connection. This works great too, but not for

Re: Apache + Tomcat socket error

2004-07-20 Thread John Archbold
directory]/conf/ by adding the following entry at the bottom of the file: include conf/myproxy.conf Restart apache james -Original Message- From: John Archbold [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 4:17 PM To: [EMAIL PROTECTED] Subject: Apache + Tomcat

RE: Apache + Tomcat socket error

2004-07-20 Thread McClure, James
Message- From: John Archbold [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 2:36 PM To: Tomcat Users List Subject: Re: Apache + Tomcat socket error Hi James thaanks for your help to begin with. I forgot to mention im using apache2 and tomcat5, i tried what u said and it came back

Apache + Tomcat socket error

2004-07-19 Thread John Archbold
Hello everyone, I have a simple (probably) yet difficult problem that i cant seem to fix. I installed apache (from source) and tomcat (from binary) and i compiled the jakarta connector as one should. If i issue http://localhost:8080/ i get the tomcat homepage if i issue http://localhost/ i

RE: Apache + Tomcat socket error

2004-07-19 Thread McClure, James
in ...[apache home directory]/conf/ by adding the following entry at the bottom of the file: include conf/myproxy.conf Restart apache james -Original Message- From: John Archbold [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 4:17 PM To: [EMAIL PROTECTED] Subject: Apache + Tomcat socket

Apache Tomcat JK connector

2004-07-07 Thread adamk1
I hope that people on this list can help me. I have been trying to install Apache and Tomcat on a Solaris 9 machine. I have had success up to the point of apache and tomcat working. I am working on getting the JK connector to work. I was using the documentation provided at:

Re: Logging in Apache Tomcat

2004-07-02 Thread Kunthar
Try System.out.println(your variable or your error thrown); in your application for critical parts. And follow the results from catalina.out file under /tomcat/logs Hope this helps... Gokhan Robert Einsle wrote: Hello List, How do i make logging in JAkarta Tomcat applications?? Does it exists an

Re: Apache - tomcat connections grow very fast

2004-07-02 Thread Stephen Carville
On Wed June 30 2004 4:08 pm, Wade Chandler wrote: Stephen Carville wrote: Every once in a while, the number of connections between apache and tomcat grows very rapidally, going from 12 or so up to over 150 in a matter of about 10 minutes. This quickly causes the number of httpd

Logging in Apache Tomcat

2004-07-01 Thread Robert Einsle
Hello List, How do i make logging in JAkarta Tomcat applications?? Does it exists an Howto for it?? Thanks for help \Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging in Apache Tomcat

2004-07-01 Thread Harald Henkel
Use log4j, I would say. Robert Einsle wrote: Hello List, How do i make logging in JAkarta Tomcat applications?? Does it exists an Howto for it?? Thanks for help \Robert - To unsubscribe, e-mail: [EMAIL

Apache - tomcat connections grow very fast

2004-06-30 Thread Stephen Carville
Every once in a while, the number of connections between apache and tomcat grows very rapidally, going from 12 or so up to over 150 in a matter of about 10 minutes. This quickly causes the number of httpd processes to exceed MaxClients and apache stops accepting new connections. Restarting

Re: Apache - tomcat connections grow very fast

2004-06-30 Thread Wade Chandler
Stephen Carville wrote: Every once in a while, the number of connections between apache and tomcat grows very rapidally, going from 12 or so up to over 150 in a matter of about 10 minutes. This quickly causes the number of httpd processes to exceed MaxClients and apache stops accepting new

Re: Apache Tomcat Inerconnection

2004-06-24 Thread Davor Cengija
[EMAIL PROTECTED] wrote: Hi, I need some help on Apache and TOmcat interconnectivity I have Apache1.3.19 and Tomcat4.1.24 running on two different machines. I need to run servlets. Can anyone help me on this subject. Any pointers for configuration using JK2 as I need to use

Re: Apache Tomcat Inerconnection

2004-06-24 Thread Ashish-Kumar . Balyan
: | |Subject: Re: Apache Tomcat Inerconnection | ---| [EMAIL PROTECTED] wrote: Hi, I need some help

html file problem in apache-tomcat/serious problem

2004-06-24 Thread shiv juluru
hi friends, i am using apache 2.x ,tomcat 4x and mod_jk for redhat 9. my configuration in server.xml is 1)Host name=localhost debug=0 appBase=/home/shiva unpackWARs=true autoDeploy=true 2)Context path=/examples docBase=examples debug=0 reloadable=true crossContext=true i

RE: html file problem in apache-tomcat/serious problem

2004-06-24 Thread Casas, Claudia
Have you checked if your shiva folder account has 755 permissions? -Original Message- From: shiv juluru [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:11 AM To: Tomcat Users List Subject: html file problem in apache-tomcat/serious problem hi friends, i am using apache 2.x

apache / tomcat / jk2 / phpMyAmin

2004-06-24 Thread Lázaro Miguel Fung
Hi I have phpMyAdmin.conf in /etc/http/conf.d to ne used as: http://domain.com/mysql this works fine for apache vhost but my tomcat vhost can't. Any ideas ? TIA LFung - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Apache Tomcat Inerconnection

2004-06-23 Thread Ashish-Kumar . Balyan
Hi, I need some help on Apache and TOmcat interconnectivity I have Apache1.3.19 and Tomcat4.1.24 running on two different machines. I need to run servlets. Can anyone help me on this subject. Any pointers for configuration using JK2 as I need to use loadbalancing Regads -AB

Re: [ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread Matrix Help
MatrixOne Tech Support eMail incident submission functionality requires specific subject line. The following subject lines are recognized. Request for CustomerLink Access - This will submit a request for new CustomerLink account Request for CustomerLink Password Reset - This will

[ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread Shapira, Yoav
The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.27 Beta. Please refer to the change log for the list of changes: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html Release notes: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/RELEASE-NOTES Downloads

[ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread Shapira, Yoav
-Original Message- From: Shapira, Yoav Sent: Friday, June 18, 2004 9:01 AM To: Tomcat Developers List Subject: RE: [ANN] Apache Tomcat 5.0.27 Beta released Hi, FYI on this release: It is a CVS branch point for TOMCAT_5_0, so those of you building from CVS directly should know that new

Re: [ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread Matrix Help
MatrixOne Tech Support eMail incident submission functionality requires specific subject line. The following subject lines are recognized. Request for CustomerLink Access - This will submit a request for new CustomerLink account Request for CustomerLink Password Reset - This will

RE: Apache, tomcat and ajp13

2004-06-16 Thread Sez
Para: Tomcat Users List Asunto: Re: Apache, tomcat and ajp13 Delete [uri:/*] section from your worker2.properties file, and use httpd.conf instead (I think it's more correct approach): LocationMatch (?!^/doc) JkUriSet worker ajp13:localhost:8009 /LocationMatch LocationMatch ^/doc

Apache, tomcat and ajp13

2004-06-15 Thread Sez
Hi people! I have a apache and tomcat working together. In worker2.properties i have [uri:/*] worker=ajp13:localhost:8009 It pass all connections to tomcat. Now, i want that some connections go to apache with php and others to tomcat. www.site.com/doc --apache and php www.site.com/* --

Re: Apache, tomcat and ajp13

2004-06-15 Thread Elijah Epifanov
- From: Sez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 7:23 PM Subject: Apache, tomcat and ajp13 Hi people! I have a apache and tomcat working together. In worker2.properties i have [uri:/*] worker=ajp13:localhost:8009 It pass all connections to tomcat. Now, i

RE: Apache/tomcat serving weird pages

2004-06-12 Thread Carl Olivier
AM To: [EMAIL PROTECTED] Subject: Apache/tomcat serving weird pages I am seeing some weird behavior with Apache and Tomcat. When I quickly refresh the page from the browser, sometimes the wrong page appears. We have two web sites on our server with virtual hosts. If I am reloading a page

RE: Apache/tomcat serving weird pages

2004-06-12 Thread Mike DiChiappari
. Mike -- Message-ID: [EMAIL PROTECTED] From: Carl Olivier [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Apache/tomcat serving weird pages Date: Sat, 12 Jun 2004 09:24:34 +0200 MIME-Version: 1.0 Content

Re: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-11 Thread Steve
Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:52 AM To: Tomcat Users List Subject: Denial Service Attack Prevention apache-tomcat modjk2 Looking for a solution to prevent a user from click multiply times on a function in which the application is still performing

Re: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-11 Thread Harry Mantheakis
I've just come off implementing something very much like what Wade has recommended, and it works a treat. Note the use of a finally block to release the session lock, which is cool. Basically, the first request sets a flag stored in the session object so that no other (subsequent) request will

RE: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-11 Thread Shapira, Yoav
List Subject: Re: Denial Service Attack Prevention apache-tomcat modjk2 I've just come off implementing something very much like what Wade has recommended, and it works a treat. Note the use of a finally block to release the session lock, which is cool. Basically, the first request sets a flag

Re: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-11 Thread Wade Chandler
To: Tomcat Users List Subject: Re: Denial Service Attack Prevention apache-tomcat modjk2 I've just come off implementing something very much like what Wade has recommended, and it works a treat. Note the use of a finally block to release the session lock, which is cool. Basically, the first request

Re: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-11 Thread Harry Mantheakis
I assumed the forcing of cookies and sessions. Me too. Most web applications that need to be concerned about repeat requests are likely to be dependant on session objects one way or another. And with that, a good weekend to all ;) An excellent idea! Kind regards Harry

Apache/tomcat serving weird pages

2004-06-11 Thread Mike DiChiappari
I am seeing some weird behavior with Apache and Tomcat. When I quickly refresh the page from the browser, sometimes the wrong page appears. We have two web sites on our server with virtual hosts. If I am reloading a page on web site A, sometimes a page from web site B appears. This seems

Denial Service Attack Prevention apache-tomcat modjk2

2004-06-10 Thread Steve
Looking for a solution to prevent a user from click multiply times on a function in which the application is still performing from the first click. The user thinkgs the app is not responding where in fact it is, then causing the app to take a dump from multiply request. Using cisco css LB into

RE: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-10 Thread Shapira, Yoav
Subject: Denial Service Attack Prevention apache-tomcat modjk2 Looking for a solution to prevent a user from click multiply times on a function in which the application is still performing from the first click. The user thinkgs the app is not responding where in fact it is, then causing the app

RE: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-10 Thread Summers, Bert W.
And server side you can use a token match from a form hidden element and session attribute. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 7:56 AM To: Tomcat Users List Subject: RE: Denial Service Attack Prevention apache-tomcat modjk2

Re: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-10 Thread Wade Chandler
To: Tomcat Users List Subject: Denial Service Attack Prevention apache-tomcat modjk2 Looking for a solution to prevent a user from click multiply times on a function in which the application is still performing from the first click. The user thinkgs the app is not responding where in fact

Re: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-10 Thread Robert F. Hall
Users List Subject: Denial Service Attack Prevention apache-tomcat modjk2 Looking for a solution to prevent a user from click multiply times on a function in which the application is still performing from the first click. The user thinkgs the app is not responding where in fact

Re: Denial Service Attack Prevention apache-tomcat modjk2

2004-06-10 Thread Steve
and preventing the user from clicking again. Yoav Shapira Millennium Research Informatics -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:52 AM To: Tomcat Users List Subject: Denial Service Attack Prevention apache-tomcat modjk2 Looking

[Announce] New book Professional Apache Tomcat 5

2004-06-09 Thread Vivek Chopra
Announcing the release of a new book Professional Apache Tomcat 5 (Wrox Press) http://www.wrox.com/books/0764559028.shtml This is the second edition of the popular Professional Apache Tomcat book. Who is this book for? This book is for system administrators and Java developers

Apache Tomcat/5.0.19 SSI - not working

2004-06-09 Thread R A
1) Followed Tomcat SSI setup instructios: I renamed the jar file to servlets-ssi.jar Removed comments from SSI section in web.xml 3) Added !--#include file=footer.html -- to index.html under /jsp-examples 4) Copied footer.html to /jsp-examples 5) Retarted Tomcat Brought up

<    1   2   3   4   5   6   7   8   9   10   >