tomcat-apache mod_webapp config problem

2002-03-18 Thread matt
I'm running Tomcat 4.0.3 and Apache 1.3.23 on Red Hat 7.2. Tomcat is set up correctly and is running on port 8080. Port 8008 is set up for use by the Tomcat WARP connector and requests to this port generate an error in the apache_log.txt file. Unfortunately, Apache doesn't talk to this port.

tomcat+apache

2002-03-15 Thread Mariano
Tomcat-Apache Apache Tomcat/4.0.3 i chech at the browser ah javadev:8180/examples (my host) and works fine but when i check without the port (just javadev/examples) it's fails. apache is working fine because when i point javadev it tells me the server is working ok. i have added this lines to my

Tomcat+Apache+mod_jk+ajp13 connection.

2002-03-04 Thread Edward Broustinov
/VirtualHost ### server.xml # ... !-- Define an Apache-Connector Service -- Service name=Tomcat-Apache Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=25 maxProcessors=75

Nice Tomcat+apache beginner site

2002-02-28 Thread Keith Ng
Hi I have found a website that describes very clearly how to set up tomcat and apache side by side. Its pretty useful and those who are having problems might wan to check it out. http://www.webmasterbase.com/article/305 _ Do You

RE: Nice Tomcat+apache beginner site

2002-02-28 Thread Keith Ng
Sorry. That link was the last page of tat artcile here it is again guys http://www.webmasterbase.com/article.php?pid=0aid=305 -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 7:15 PM To: Tomcat Users List Subject: Nice Tomcat+apache beginner site

Re: Nice Tomcat+apache beginner site

2002-02-28 Thread Chuck Amadi
Keith Ng wrote: Hi I have found a website that describes very clearly how to set up tomcat and apache side by side. Its pretty useful and those who are having problems might wan to check it out. http://www.webmasterbase.com/article/305

RE: Nice Tomcat+apache beginner site

2002-02-28 Thread Clinton Gormley
-Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: 04 March 2002 11:36 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Nice Tomcat+apache beginner site Sorry. That link was the last page of tat artcile here it is again guys http://www.webmasterbase.com

RE: Nice Tomcat+apache beginner site

2002-02-28 Thread Andrzej Jan Taramina
when i try http://localhost/examples/, it correctly gives me a directory listing generated by the Tomcat server, but when I try to go to any of the subdirectories (eg http://localhost/examples/servlets/), I see a 302 response in my Apache access log and the request eventually fails. Any

RE: General questions about Tomcat-Apache

2002-02-25 Thread Kristian Duske
Thomas, check out this page: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/index.html. It deals with Tomcat 3.2, but it has a lot of general information about the why's and how's of integrating Tomcat and Apache. Regards Kristian -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: General questions about Tomcat-Apache

2002-02-25 Thread Randy Layman
-Original Message- From: Thomas Stiller [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 8:01 PM To: [EMAIL PROTECTED] Subject: General questions about Tomcat-Apache After having worked with some other servers I am currently evaluating Apache and Tomcat

Re: General questions about Tomcat-Apache

2002-02-25 Thread Dave Ferguson
Thomas, I will try to help a little.] Thomas Stiller wrote: After having worked with some other servers I am currently evaluating Apache and Tomcat. The problem is that I could not find any article or tutorial which gives an general over view over the relationship between Apache and Tomcat

tomcat/apache integration

2002-02-25 Thread glen
Hi, I apologize if this is not an appropriate questionfor this user list, I am uncertain if it is a Tomcat or Apache question... Are there any known changes in the way that Tomcat is integrated into Apache 1.3.22 versus Apache 1.3.23? I just upgraded my server from 1.3.22 to 1.3.23 (the

Re: tomcat/apache integration

2002-02-25 Thread Dieter Lunn
Try downloading and using the latest mod_webapp cause it may be a problem with that and not your config On February 25, 2002 04:29 pm, you wrote: Hi, I apologize if this is not an appropriate questionfor this user list, I am uncertain if it is a Tomcat or Apache question... Are there any

General questions about Tomcat-Apache

2002-02-24 Thread Thomas Stiller
After having worked with some other servers I am currently evaluating Apache and Tomcat. The problem is that I could not find any article or tutorial which gives an general over view over the relationship between Apache and Tomcat (and jdk). E.g

RE: Configuring Tomcat/apache service with mod_jk

2002-02-22 Thread Donald Lee
To: Tomcat list Subject: Configuring Tomcat/apache service with mod_jk When I start, my error_log says: Starting httpd: [Thu Feb 21 09:33:37 2002] [warn] Loaded DSO modules/mod_jk.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) How

Configuring Tomcat/apache service with mod_jk

2002-02-21 Thread Julien OIX
I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I'm using a RedHat 7.1 with these RPM's: apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3 mod_put-1.3-2 mod_bandwidth-2.0.3-2) tomcat4-4.0.2-2 mod_jk-1.3-1.0-1.4.0.2 # I have in my httpd.conf LoadModule

Configuring Tomcat+apache

2002-02-20 Thread Allan Kamau
Perhaps this question has already been answered, but I couldn't find it. Can anyone tell me how to configure apache+TC4. Send me a url to the HOWTO I will be more than glad. Allan Kamau. __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002

Configuring Tomcat/apache service with mod_jk

2002-02-20 Thread Julien OIX
I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I'm using a RedHat 7.1 with these RPM's: apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3 mod_put-1.3-2 mod_bandwidth-2.0.3-2) tomcat4-4.0.2-2 mod_jk-1.3-1.0-1.4.0.2 #A part of httpd.conf LoadModule

Re: Configuring Tomcat/apache service with mod_jk

2002-02-20 Thread Dieter Lunn
It can't find your worker.properties file where you said it will be. On February 20, 2002 08:57 am, you wrote: I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I'm using a RedHat 7.1 with these RPM's: apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3

COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Julien OIX
hi, I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I didn't find any doc about this... Has anyone a good resource about, or some examples about configuring this stuff ? Thanks in advance -- Julien OIX Service Informatique de Gestion Tél: 02 40 99 83

RE: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Shiva.Devaguptapu
Tell the versions. -Original Message- From: Julien OIX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 2:51 PM To: Tomcat list Subject: COnfiguring Tomcat/apache with mod_jk hi, I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I

Re: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Julien OIX
: Tuesday, February 19, 2002 2:51 PM To: Tomcat list Subject: COnfiguring Tomcat/apache with mod_jk hi, I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I didn't find any doc about this... Has anyone a good resource about, or some examples about

RE: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Shiva.Devaguptapu
I have these instruction for apache1.3.20/tomcat3.2.3/win2k. I don't know about your env. Hope this can be atlease a reference.. Download and copy mod_jk.dll into the modules folder in the Apache installation folder Start Tomcat and a file with the name mod_jk.conf-auto will be created by the

AW: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Lauer, Oliver
] _ -Ursprüngliche Nachricht- Von: Julien OIX [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. Februar 2002 10:21 An: Tomcat list Betreff: COnfiguring Tomcat/apache with mod_jk hi, I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I

Configuring Tomcat/apache service with mod_jk

2002-02-19 Thread Julien OIX
hi, I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I'm using a RedHat 7.1 with these RPM's: apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3 mod_put-1.3-2 mod_bandwidth-2.0.3-2) tomcat4-4.0.2-2 mod_jk-1.3-1.0-1.4.0.2 I didn't find any doc about

Scale Tomcat-Apache

2002-02-14 Thread Brown Bay
I have Apache 1.3.19 and Tomcat 4.0.1 running off a Suse Linux box A. I can scale this config for upto 1500 users giving acceptible response times. I have an identical machine B. What I would like to do is run Apache on machine A, serving requests off to Tomcat on machines A and B, some kind of

Re: Scale Tomcat-Apache - Is this true?

2002-02-14 Thread Brown Bay
I have Apache 1.3.19 and Tomcat 4.0.1 running off a Suse Linux box A. I can scale this config for upto 1500 users giving acceptible response times. I have an identical machine B. What I would like to do is run Apache on machine A, serving requests off to Tomcat on machines A and B, some

RE: Scale Tomcat-Apache - Is this true?

2002-02-14 Thread Ming Fai
PM To: Tomcat Users List Subject: Re: Scale Tomcat-Apache - Is this true? I have Apache 1.3.19 and Tomcat 4.0.1 running off a Suse Linux box A. I can scale this config for upto 1500 users giving acceptible response times. I have an identical machine B. What I would like to do is run Apache

Re: Scale Tomcat-Apache - Is this true?

2002-02-14 Thread Christopher K. St. John
Brown Bay wrote: http://www.apachelabs.org/tomcat-user/200112.mbox/%3C01f101c17e30$577e27a0$4 [EMAIL PROTECTED]%3E http://mikal.org/interests/java/tomcat/archive/view?mesg=55280 Highlights in this release include: Full support for the AJP 1.3 and 1.4 native connector

RE: Tomcat + Apache lifecycle question

2002-02-08 Thread Anton Brazhnyk
Hi, -Original Message- From: Daniel Drasin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 3:37 PM To: Tomcat Users List Subject: Tomcat + Apache lifecycle question I've set up Tomcat 4.x to work with Apache 1.3.x using the Warp connector stuff. I followed

Re: Tomcat + Apache lifecycle question

2002-02-08 Thread Julien OIX
server.xml hope this helps Starting service Tomcat-Apache Apache Tomcat/4.0.1 ***GOT 1 ** ... -- Daniel Drasin Applied Reasoning [EMAIL PROTECTED] 8612 Long Meadow Ct. (410)-461-6168

RE: Tomcat + Apache lifecycle question

2002-02-08 Thread Kaddumukasa, Charles
9:13 AM To: Tomcat Users List Subject: Re: Tomcat + Apache lifecycle question Daniel Drasin a écrit : I've set up Tomcat 4.x to work with Apache 1.3.x using the Warp connector stuff. I followed the standard instructions for how to modify the httpd.conf file of apache, etc. (All pretty

Tomcat/Apache acces control

2002-02-01 Thread Julien OIX
hi everybody, I have a question about access control using the Tomcat/Apache service, with the WARP connector in httpd.conf, when I only keep (out of the VH's section), Directory / AllowOverride None Order Allow,Deny Deny from all /Directory I still can access

tomcat + apache webapps

2002-02-01 Thread Doremieux, Olivier
Is there some way to not put my application in the apache/webapps directory? I am using Tomcat 4.0.1 apache 1.3.22 Thanks Olivier Dorémieux

RE: tomcat + apache webapps

2002-02-01 Thread Cressatti, Dominique
point your browser to http://localhost/AnyURLYouWant/YourServlet it should work as well. Let me know if it's not clear Dom -Original Message- From: Doremieux, Olivier [mailto:[EMAIL PROTECTED]] Sent: 01 February 2002 17:05 To: '[EMAIL PROTECTED]' Subject: tomcat + apache webapps

tomcat apache mod_webapp and manager

2002-01-31 Thread Mark Gordon
I have a simple set up where I am using tomcat 4.0.1 and apache with mod_webapp. I have a couple of webapps and I am trying to use the manage web app to start/stop install/remove them. Everything works great if I am just using tomcat (for both http and servlet/jsp) When I use mod_webapp

Tomcat Apache

2002-01-30 Thread Rich Sneiderman
Hi Folks, I'm new to both the Java and Apache world. I've managed to get Tomcat up and running standalone (i.e talking via port 8080). I've created new applications (i.e. contexts) and tested JSPs and Servets in that application. Everything seems happy. I've gotten Apache up and running. It

RE: Tomcat Apache

2002-01-30 Thread Dennis . Johnson
]] Sent: Wednesday, January 30, 2002 4:42 PM To: tomcat-user Subject: Tomcat Apache Hi Folks, I'm new to both the Java and Apache world. I've managed to get Tomcat up and running standalone (i.e talking via port 8080). I've created new applications (i.e. contexts) and tested JSPs and Servets

RE: Tomcat Apache

2002-01-30 Thread Rich Sneiderman
application, and two Directory directives to accomplish this. Any ideas there. Any help would be appreciated. - Rich -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 5:59 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat Apache Rich

RE: Tomcat Apache

2002-01-30 Thread Dennis . Johnson
: Tomcat Apache That's the advice I've gotten from other people. I got an email from one gentleman (Mark Eggers) who said that he thought he had found the problem area but hadn't had time to fix it. Can you give me some pointers on mod_jk? I went to the mod_jk-howto page. However I couldn't find

Re: PORT 80 tomcat/Apache??

2002-01-29 Thread James C. McMaster (Jim)
It is not possible for any two applications to share a port. You would need either (a) apache to pass through to tomcat or (b) a front-end app to pass requests to both apache and tomcat. Sorry. -- Jim McMaster mailto:[EMAIL PROTECTED] In message [EMAIL PROTECTED], Brett O' Malley said:

PORT 80 tomcat/Apache??

2002-01-28 Thread Brett O'Malley
Is it possible for me to run tomcat and apache both on the same port of 80? tomcat 4.0.1 apache 1.3.22 latest JDK mysql all is setup properly - just need to put tomcat on port 80 also for internal reasons any help and suggestions would be appreciated.. Thanks guys! -- To unsubscribe:

Re: tomcat/apache

2002-01-27 Thread fui koon
try this link.. it might help : ) but ... no promise ia : ) http://www.webmasterbase.com/article.php?aid=305pid=0 from, unknown : ) \--- Dean Hiller [EMAIL PROTECTED] wrote: Is it possible for apache and tomcat to BOTH work off port 80? From what I understand Apache can't do servlets so we

Includes Tomcat Apache

2002-01-25 Thread Javier Alonso
Hello everyone. I´m using Apache Tomcat together, and i want apache to recognize the --!#include thing in htm pages. I´ve tried loading the Include Mod and using the include file and teh include relative options. But it doesnt work Could anybody help me? Thanks JJ -- To

Re: Includes Tomcat Apache

2002-01-25 Thread RSEQUEIRA
: Subject: Includes Tomcat Apache Hello everyone. I´m using Apache Tomcat together, and i want apache to recognize the --!#include thing in htm pages. I´ve tried loading the Include Mod and using the include file and teh include relative options. But it doesnt work Could anybody help me? Thanks

tomcat/apache

2002-01-25 Thread Dean Hiller
Is it possible for apache and tomcat to BOTH work off port 80? From what I understand Apache can't do servlets so we need tomcat, but we need apache for file download or something that tomcat doesn't have. Can someone please send me a link to a document where I can help myself on setting up

Tomcat/Apache acces control

2002-01-24 Thread Julien OIX
hi everybody, I'd like that directories under my Virtual Host's DocumentRoot can't be browsed by an URL ... I supposed that the Apache configuration could resolve this (in a Directory directive, put the line Options -Indexes), but it doesn't work ...(browsing is always enabled by the Tomcat

RE: Tomcat/Apache acces control

2002-01-24 Thread Anton Brazhnyk
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Julien OIX Sent: Thursday, January 24, 2002 2:37 PM To: Tomcat list Subject: Tomcat/Apache acces control hi everybody, I'd like that directories under my Virtual Host's DocumentRoot can't

Re: Tomcat/Apache acces control

2002-01-24 Thread Julien OIX
Anton Brazhnyk a écrit : Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Julien OIX Sent: Thursday, January 24, 2002 2:37 PM To: Tomcat list Subject: Tomcat/Apache acces control hi everybody, I'd like that directories under

RE: Tomcat-Apache Connection Pools

2002-01-21 Thread Vinay Singh
context created with such configuration and be assured that connection pooling will happen. Thanks in advance ! Vinay -Original Message- From: Vercesi Paolo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 9:44 PM To: Tomcat Users List Subject: R: Tomcat-Apache Connection Pools

Tomcat-Apache security ...

2002-01-16 Thread Julien OIX
hi everybody, I'd like that directories under my Virtual Host's DocumentRoot can't be indexed by an URL ... I supposed that the Aapche configuration could resolve this (in a Directory directive, put the line Options -Indexes), but it doesn't work ... Is this with tomcat configuration

Tomcat-Apache Connection Pools

2002-01-16 Thread McCay, Tim
Hi all, I am currently looking to add a connection pool to my application. Has anyone have any good results with any I am currently looking at http://www.javaexchange.com/ that CoolServlets use in there products. Thanks any advice would be useful. Tim -- To unsubscribe: mailto:[EMAIL

AW: Tomcat-Apache Connection Pools

2002-01-16 Thread Ralph Einfeldt
Have a look at http://www2.gvsu.edu/~millerjr/ResearchPaper.html -Ursprüngliche Nachricht- Von: McCay, Tim [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 16. Januar 2002 16:06 An: 'Tomcat Users List' Betreff: Tomcat-Apache Connection Pools Hi all, I am currently looking

R: Tomcat-Apache Connection Pools

2002-01-16 Thread Vercesi Paolo
I use dbconnectionbroker from javaexchange with Tomcat 3.3 for pooling connections with Postgresql and Oracle (thin) JDBC drivers, and I haven't found any problem. But I'm still in a developing phase and so I can't give you much better information about performance and stability. Hi all,

RE: Tomcat Apache JSP compilation error

2002-01-15 Thread Arnaud Héritier
14 janvier 2002 15:32 À:Tomcat Users List Objet:Tomcat Apache JSP compilation error Hi all, For some reason i'm getting a class not found exception for a Vector? I can't think why the Vector class isn't found? Where should these classes be found or what am I doing wrong

Upgrading from JServ/Apache to Tomcat/Apache

2002-01-15 Thread Fredrik Westermarck
Hi! We have been using JServ/Apache for a long long time. Since JServ is not supported anymore we need to upgrade to Tomcat/Apache to be able to use JSPs. We want to keep our existing URLs (/servlet/) and have the possibility to have JSPs in the htdocs folder. We want the following mappings

Re: Upgrading from JServ/Apache to Tomcat/Apache

2002-01-15 Thread Anton Brazhnyk
Hi! We have been using JServ/Apache for a long long time. Since JServ is not supported anymore we need to upgrade to Tomcat/Apache to be able to use JSPs. That's what I'm going to do soon We want to keep our existing URLs (/servlet/) and have the possibility to have JSPs in the htdocs

Tomcat / Apache problem ...

2002-01-15 Thread Julien OIX
hi everyone, I have a little redirection problem with my tomcat/apache server ... here comes a part of my httpd.conf: / NameVirtualHost 193.52.112.79 VirtualHost 193.52.112.79 Port 8011 ServerName miles.presidence.univ

Tomcat Apache JSP compilation error

2002-01-14 Thread Stuart Stephen
Hi all, For some reason i'm getting a class not found exception for a Vector? I can't think why the Vector class isn't found? Where should these classes be found or what am I doing wrong? The details are at the base of the email. Thanks Stuart Stephen An error occurred at line: 51 in the jsp

Re: Tomcat Apache JSP compilation error

2002-01-14 Thread jeff . guttadauro
: e.co.uk Subject: Tomcat Apache JSP compilation error

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Justin Rowles
For some reason i'm getting a class not found exception for a Vector Better stfw for where you find Vector then! Generated servlet error: T:\Tomcat\work\www.myonlineshop.com\shop\basket_0005fedit_0005 fdetails_0005f content$jsp.java:128: Class org.apache.jsp.Vector not found. I'll give

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Stuart Stephen
Yeah, seemed too obvious though. It works on the other server we are running here and the codes no different. Still, works now. Bargin. Ta -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 14:36 To: 'Tomcat Users List' Subject: RE: Tomcat Apache

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Justin Rowles
Yeah, seemed too obvious though. It works on the other server we are running here and the codes no different. Still, works now. Bargin. Are you sure?! Try copying one across to the other, just for me ;-) The difference is likely to be in the list following the import tag in the %@ ... %

Tomcat Apache JSP compilation error

2002-01-14 Thread Rodolfo_Garcia_Esteban
Hi, What version of Tomcat are you using?. I´m using 4.0.1 and I can't execute any JSP page, how do you start tomcat? ¿how do you configure your enviroment?. Do you do something special with jasper? I will thank you a lot if you could help me. Best regards, Rodolfo -- To unsubscribe:

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Randy Layman
, 2002 9:43 AM To: 'Tomcat Users List' Subject: RE: Tomcat Apache JSP compilation error Yeah, seemed too obvious though. It works on the other server we are running here and the codes no different. Still, works now. Bargin. Are you sure?! Try copying one across to the other, just

Tomcat + Apache working, but JSPs not passed to Tomcat by Apache...

2002-01-13 Thread James Rigg
I have managed to get Tomcat 4.0.1 and Apache 1.3.20 working nicely on my Windows box... but Apache is only passing requests to Tomcat as directed by the WebAppDeploy directives in httpd.conf, e.g.: WebAppConnection conn warp test.panoguide.com:8008 WebAppDeploy examples conn /examples/ How

tomcat apache configuration

2002-01-09 Thread Singal, Hemant (CAP, GCF, SATYAM, CONTRACTOR)
Hello, I had earlier tomcat 3.2.3 standalone with me running fine where in I could all the application context in server.xml file. now I want to upgrade to Tomcat 3.3 but I find there is no place where I can add the context for the new webapps in th server.xml config file also I am intersted in

RE: tomcat apache configuration

2002-01-09 Thread Michael Wentzel
Hello, I had earlier tomcat 3.2.3 standalone with me running fine where in I could all the application context in server.xml file. now I want to upgrade to Tomcat 3.3 but I find there is no place where I can add the context for the new webapps in th server.xml config file also I am

RE: tomcat apache configuration

2002-01-09 Thread Singal, Hemant (CAP, GCF, SATYAM, CONTRACTOR)
I am encountering a problem with tomcat 3.2.3 running standalone on windows NT In all jsp I have some gif images and some js files being accessed... now on the Tomcat console window, the below mentioned kind of exception is being displayed though on the browser there is no problem on the page

RE: tomcat apache configuration

2002-01-09 Thread Michael Wentzel
I am encountering a problem with tomcat 3.2.3 running standalone on windows NT In all jsp I have some gif images and some js files being accessed... now on the Tomcat console window, the below mentioned kind of exception is being displayed though on the browser there is no problem on

Re: tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-07 Thread Marcelo Demestri
- From: Jeff Prideaux [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 04, 2002 1:41 PM Subject: RE: tomcat-apache win32 integration problem with 100% CPU utilization When I installed the sample app myapp from the tomcat 4.0.1 documentation, and tried to run

Re: tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-04 Thread BW
I get the same problem with tomcat4.0.1 intergrated with apache in win2000 when the html or jsp page has images on it. The apache server respond slow or stop when you refresh it. It also takes time to restart apache I don't know if this is window2000 problem only or we miss any configuration.

Re: tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-04 Thread Marcelo Demestri
Subject: Re: tomcat-apache win32 integration problem with 100% CPU utilization I get the same problem with tomcat4.0.1 intergrated with apache in win2000 when the html or jsp page has images on it. The apache server respond slow or stop when you refresh it. It also takes time to restart

RE: tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-04 Thread Jeff Prideaux
for my browser. I wonder if the problem shows up if one uses Netscape as the browser? Perhaps I will download Netscape and try it... -Original Message- From: Marcelo Demestri [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 9:25 PM To: Tomcat Users List Subject: Re: tomcat-apache

Re: tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-04 Thread Marcelo Demestri
- From: Jeff Prideaux [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 04, 2002 1:41 PM Subject: RE: tomcat-apache win32 integration problem with 100% CPU utilization When I installed the sample app myapp from the tomcat 4.0.1 documentation, and tried to run

tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-02 Thread Jeff Prideaux
I'm having problems integrating Tomcat with Apache in my development environment using win2000Pro. I following the directions to add libapr.dll and mod_webapp.so to C:\Program Files\Apache Group\Apache\modules and add the following lines to httpd.conf: LoadModule webapp_module

Tomcat, Apache and virtual hosts

2001-12-31 Thread Nikola Milutinovic
Hi. I have seen your HOWTO and have some questions. My situation is a bit more complex. Let's say I would like to achieve a general situation: HOST1 Tomcat { VirtualHost www.vhost1.com { Context "Addres book" { deployed under it's own directory with path

tomcat/apache/linux7.1

2001-12-29 Thread Frank
I need help getting Tomcat to run with apache, I have failed on my numerous attempts. Tomcat and Apache both run fine as stand alone servers. Not together though. I downloaded mod_jk.so from the tomcat web site. I gave it the proper permissions and put it in the Apache libexec libray.

Re: tomcat/apache/linux7.1

2001-12-29 Thread David Morsberger
setup correctly? It is hard to diagnose without more details. From: Frank [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Sat, 29 Dec 2001 06:18:18 -0500 To: List [EMAIL PROTECTED] Subject: tomcat/apache/linux7.1 I need help getting Tomcat to run with apache, I have

How come I can't remove Service name=Tomcat-Apache from server.xml?

2001-12-21 Thread John Regan
i am using 4.0 and want to remove this service from server xml but when i take it out tomcat will start up(opens command window deploys some files then gets hung). Does tomcat need this service, because i don't believe i need it? thank you in advance for any help!! happy holidays!

Re: How come I can't remove Service name=Tomcat-Apache from server.xml?

2001-12-21 Thread Dieter Kaltenbach
when I delete the whole service tag from the server.xml only the Tomcat standalone service is started. I am using Tomcat 4.0.1 by the way !-- Define an Apache-Connector Service -- Service name=Tomcat-Apache /Service John Regan wrote: i am using 4.0 and want to remove

RE: How come I can't remove Service name=Tomcat-Apache from server.xml?

2001-12-21 Thread John Regan
: Friday, December 21, 2001 12:05 PM To: Tomcat Users List Subject: Re: How come I can't remove Service name=Tomcat-Apache from server.xml? when I delete the whole service tag from the server.xml only the Tomcat standalone service is started. I am using Tomcat 4.0.1 by the way !-- Define an Apache

tomcat-apache doc

2001-12-06 Thread E B
where in the tomcat 4.0.1 docs, is the documentation to configure tomcat to work behind apache server ? I couldnt find it on the main doc page. Nokia 5510 looks weird sounds great. Go to http://uk.promotions.yahoo.com/nokia/

RE: tomcat-apache doc

2001-12-06 Thread Arnaud Héritier
:tomcat-apache doc where in the tomcat 4.0.1 docs, is the documentation to configure tomcat to work behind apache server ? I couldnt find it on the main doc page. Nokia 5510 looks weird sounds great. Go to http

Session management and multiple Tomcat Apache instances

2001-12-04 Thread Dom
Hi I'd like to know how can I manage sessions (HttpSession) of multiple users in an as possible simple way, if I use multiple Tomcat and Apache instances on multiple servers, using Apache and Tomcat load balancers workers, in a SSO like configuration ? Dom -- To unsubscribe: mailto:[EMAIL

RE: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-19 Thread Randy Layman
-Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 6:43 PM To: Tomcat Users List Subject: Re: Common Problem with Tomcat/Apache (processer sticks at 97% on linux) - Original Message - From: Brandon Cruz [EMAIL

RE: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-16 Thread Brandon Cruz
Users List Subject: Re: Common Problem with Tomcat/Apache (processer sticks at 97% on linux) At the very least, upgrade to the latest stable 3.2.x version. 3.2.1 is quite old and had several security problems. I'm pretty sure they are about to release 3.2.4, so that might be a good incentive. You

Re: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-16 Thread Jeff Kilbride
- Original Message - From: Brandon Cruz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 16, 2001 7:01 AM Subject: RE: Common Problem with Tomcat/Apache (processer sticks at 97% on linux) Thank you for the suggestions, so to upgrade to a newer version

Need info to combine Tomcat/Apache

2001-11-15 Thread Falko Braun
Hi, I've just installed Apache and Tomcat 4.0.1, but I can't find any documentation on how to use Tomcat as the servlet container for Apache. Does anybody know an URL. Falko Braun -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

Re: Need info to combine Tomcat/Apache

2001-11-15 Thread Janek Bogucki
This is fairly recent http://nagoya.apache.org/~pier/documentation/ There is some further documentation in the CVS module itself. --- Falko Braun [EMAIL PROTECTED] wrote: Hi, I've just installed Apache and Tomcat 4.0.1, but I can't find any documentation on how to use Tomcat as the

Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-15 Thread Brandon Cruz
I am using Tomcat 3.2.1 connected to Apache via mod_jk. For some reason, every once in a while, my java (Tomcat) process in linux goes up to 97% and stays there until I try to stop tomcat. Even though tomcat shuts down, that process still stays all of the way up at 97% and can only be stopped

Re: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-15 Thread Jeff Kilbride
TOMCAT_HOME/lib directory with the new ones. Thanks, --jeff - Original Message - From: Brandon Cruz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 15, 2001 5:08 PM Subject: Common Problem with Tomcat/Apache (processer sticks at 97% on linux) I am using Tomcat

AW: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-15 Thread Ralph Einfeldt
: Common Problem with Tomcat/Apache (processer sticks at 97% on linux) I am using Tomcat 3.2.1 connected to Apache via mod_jk. For some reason, every once in a while, my java (Tomcat) process in linux goes up to 97% and stays there until I try to stop tomcat. Even though tomcat shuts down

jboss-tomcat-apache

2001-11-01 Thread meg
so... tomcat 4 and apache 1.3 works fine. jboss 2.4 with embedded tomcat 4 works fine too. but the three altogether is bang-head-on-wall matter for me. either i lose EJBs or i lose Apache. jboss folks say it's because jboss does not use tomcat's server.xml. maybe in the future, but not

RE: jboss-tomcat-apache

2001-11-01 Thread Parashar, Hitesh
Message- From: meg [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 10:23 AM To: [EMAIL PROTECTED] Subject: jboss-tomcat-apache so... tomcat 4 and apache 1.3 works fine. jboss 2.4 with embedded tomcat 4 works fine too. but the three altogether is bang-head-on-wall matter for me

RE: jboss-tomcat-apache

2001-11-01 Thread Parashar, Hitesh
and put them in JBoss-install/deploy directory. During initialization, JBoss inflates the resources and deploys'em. Does that help? Ciao, Hitesh. -Original Message- From: meg [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 10:23 AM To: [EMAIL PROTECTED] Subject: jboss-tomcat

Tomcat /Apache Security Exception

2001-10-22 Thread Denis Simonneau
Hello all, I've configured two machines, one with Apache and the other one with Tomcat and the application I want to access to. But when I'm trying to access to the servlet, I 've the following error. Does anybody has an idea ? Thanks for any help Denis access: access allowed

URGENT - 404 Not Found with Service Tomcat-Apache

2001-10-19 Thread mschneider
warp 192.168.0.3:8008 WebAppDeploy test conn /test /VirtualHost Server.xml -- ... Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=5 maxProcessors=75 enableLookups=true acceptCount=10 debug=0

Tomcat-Apache Howto for Tomcat 4.0

2001-10-05 Thread Low Han Ming
Hi, I'm new to tomcat and trying to follow the Tomcat-Apache Howto to setup an adapter to use Tomcat as Apache JSP engine. However, a number of xml and conf files mentioned in the Howto are not found in my Tomcat 4.0 conf directory. Is my Tomcat 4 installation inproper or are those files

tomcat + apache + virtual host - context problem -- help !!

2001-10-04 Thread Andrew Standley
Hi, We have one sun box with two IPs, not name-based. I want to run one apache, one tomcat but two tomcat web apps. They live in /export/home/usrlocal/tomcat/webapps/ . Both have servlets and jsp. The servlets live under

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