Re: Re: Apache and Tomcat on separate hosts?

2005-08-17 Thread Jeff Schroeder
>> As I know, mod_jk2 project is no longer maintained so it's better to switch >> to mod_jk. With our java apps, mod_jk has an issue that causes apache to crash every 3-4 days. mod_jk2 does not, so it's doubtful we will be changing. Jeff Schroeder Web Administrator Comair, Inc. -

RE: Apache and Tomcat on separate hosts?

2005-08-17 Thread Raghupathy,Gurumoorthy
Try ... In the workers2.properties Change host=ipaddressoftheremotemachine Regards Guru -Original Message- From: Jeff Schroeder [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 14:17 To: tomcat-user@jakarta.apache.org Subject: Apache and Tomcat on separate hosts? I finally got

Re: Apache and Tomcat on separate hosts?

2005-08-17 Thread Viorel Dragomir
ssage - From: Jeff Schroeder To: tomcat-user@jakarta.apache.org Sent: Wednesday, August 17, 2005 15:17 Subject: Apache and Tomcat on separate hosts? I finally got Apache2 + mod_jk2 + tomcat 4.1 working with tomcat doing vhosting on my laptop for development. The management said that is great t

Apache and Tomcat on separate hosts?

2005-08-17 Thread Jeff Schroeder
in httpd.conf when I realized one fatal problem, Apache and Tomcat are on 2 separate servers. The way that I understand it, Apache finds a jsp page in it's docroot and if the host is in workers2.properties, it gets handed over to tomcat. If the webapp is not on the same box, how do you

Re: apache and tomcat

2005-07-06 Thread Alan Chandler
On Wednesday 06 July 2005 08:25, Rajasekar wrote: > Hello guys, > Could you please give me the steps to making mod_jk for tomcat? > Regards > Raj > mod_jk is an apache module. I am running apache2 and tomcat4 on linux and I downloaded the binary module from http://www.apache.org/dist/jakar

Re: apache and tomcat

2005-07-06 Thread Rajasekar
Hello guys, Could you please give me the steps to making mod_jk for tomcat? Regards Raj On 7/5/05, Alan Chandler <[EMAIL PROTECTED]> wrote: > > ganesan malairaja writes: > > > hi guys .. > > > > i am confused now.. i need help undeerstanding apache a

Re: apache and tomcat

2005-07-05 Thread Alan Chandler
ganesan malairaja writes: hi guys .. i am confused now.. i need help undeerstanding apache and tomcat .. what purpose each serve and how to link both them ... Apache is a web server - with lots of usage and good experience with in terms of security facing the internet. You can get

apache and tomcat

2005-07-05 Thread ganesan malairaja
hi guys .. i am confused now.. i need help undeerstanding apache and tomcat .. what purpose each serve and how to link both them ... i want to know how to link html and applets in tomcat htdoc folder to jsp codes in tomcat webapps folder .. thank you guys.. i am new apache and

RE: Connector for apache and tomcat

2005-06-16 Thread luc_boudreau
sers List Objet : RE: Connector for apache and tomcat Thanks. I have tried it and I still cant make it work. But it is better than before. I got HTTP status 404 - /jsp-eg/index.html. In error.log in apache, I got the following: [Wed Jun 15 15:33:04 2005] [emerg] No JkShmFile defined in httpd.conf. L

RE: Connector for apache and tomcat

2005-06-16 Thread Christine Ho
I fixed the problem already. thanks, Christine --- Christine Ho <[EMAIL PROTECTED]> wrote: > Thanks. I have tried it and I still cant make it > work. > But it is better than before. I got HTTP status 404 > - > /jsp-eg/index.html. > > In error.log in apache, I got the following: > > [Wed Jun 1

RE: Connector for apache and tomcat

2005-06-15 Thread Christine Ho
Thanks. I have tried it and I still cant make it work. But it is better than before. I got HTTP status 404 - /jsp-eg/index.html. In error.log in apache, I got the following: [Wed Jun 15 15:33:04 2005] [emerg] No JkShmFile defined in httpd.conf. LoadBalancer will not function properly! No JkShmFi

RE: Connector for apache and tomcat

2005-06-15 Thread luc_boudreau
Please refer to message 128209 for a complete howto. Request it by sending an email to : [EMAIL PROTECTED]

Connector for apache and tomcat

2005-06-14 Thread Christine Ho
things are required for tomcat 5.5.x to run on the connector? The integration between apache and tomcat is a must for my project. I cannot use just apache alone or tomcat alone. thanks, Christine __ Discover Yahoo! Stay in touch with email, IM, photo s

Re: ssl traffic between apache and tomcat via mod_jk

2005-06-05 Thread Liz Donaldson
Thanks for quick reply!! Yes my tomcat server is behind the firewall, but corporate security guidelines also is demanding that the communications between apache and tomcat be ssl encrypted. I am going to check out stunnel.org. Thanks! Michael Echerer wrote: Liz Donaldson wrote: Hi, I

Re: ssl traffic between apache and tomcat via mod_jk

2005-06-05 Thread Michael Echerer
Liz Donaldson wrote: > Hi, > > I have a apache https enabled webserver and tomcat server an and am > using the mod_jk connection module. From all the documentation I have > read, it indicates that apache handles all the SSL negotiations and that > the traffic between apache a

ssl traffic between apache and tomcat via mod_jk

2005-06-05 Thread Liz Donaldson
Hi, I have a apache https enabled webserver and tomcat server an and am using the mod_jk connection module. From all the documentation I have read, it indicates that apache handles all the SSL negotiations and that the traffic between apache and tomcat is clear text. How can I enable

Re: jk apache and tomcat

2005-01-20 Thread Mladen Turk
Selcuk Yazar wrote: Hi, I've installed on my w2k server machine jakarta-tomcat-4.1.31 and apache_2.0.52 . everything is fine tomcat samples running with no error, then i've try to install mod_jk-1.2.8-apache-2.0.52.so module for apache, and added load module direction httpd.conf file and i create

jk apache and tomcat

2005-01-20 Thread Selcuk Yazar
Hi, I've installed on my w2k server machine jakarta-tomcat-4.1.31 and apache_2.0.52 . everything is fine tomcat samples running with no error, then i've try to install mod_jk-1.2.8-apache-2.0.52.so module for apache, and added load module direction httpd.conf file and i create worker.properties fi

RE: RES: Apache and Tomcat VirtualHost Config Problem

2004-12-30 Thread Aphra Behn
ED]> Reply-To: <[EMAIL PROTECTED]> To: "'Aphra Behn'" <[EMAIL PROTECTED]> Subject: RES: Apache and Tomcat VirtualHost Config Problem Date: Thu, 30 Dec 2004 10:59:16 -0200 Hi, Looking into your apache config, every jsp request that arrives to it will be forwarded to &

Apache and Tomcat VirtualHost Config Problem

2004-12-29 Thread Aphra Behn
Hi, I am currently using Apache httpd 2.0.52, Tomcat 5.0.28 and mod_jk2 configured with workers2.properties and so that tomcat can listen to apache requests. I want Apache httpd to serve static files and Tomcat to serve dynamic files (ex. jsp's). This all works fine if I have all dynamic files loc

mod_rewrite mod_proxy issues with apache and tomcat

2004-10-29 Thread Pablo
To anyone who can help, I currently am looking into alternative to mod_jk2 for apache and tomcat . Simply because of latency issues. One of the avenues that I am attempting is using mod_proxy and mod_rewrite. I have followed the directions from this url http://jakarta.apache.org/tomcat

Re: character display different between apache and tomcat

2004-09-15 Thread liuzf
Firstly, thank you for your reply. I 've comment that line. The Chinese Characters still display as '???' . I think it may be the web_app.so changes the encoding method. nyhgan <[EMAIL PROTECTED]> wrote: You don't need to set the default charset in the httpd.conf. Just comment out that li

Re: character display different between apache and tomcat

2004-09-15 Thread nyhgan
You don't need to set the default charset in the httpd.conf. Just comment out that line, and I think it will work. Give it a try! liuzf <[EMAIL PROTECTED]> wrote:I code a servlet using Charset GBK, It works well on Tomcat-Standalone. use localhost:8080/myservlet, the character displays

character display different between apache and tomcat

2004-09-15 Thread liuzf
I code a servlet using Charset GBK, It works well on Tomcat-Standalone. use localhost:8080/myservlet, the character displays correctly. But it displays totally wrong on Tomcat-Apache. use localhost/myservlet to access it. I already add ' addDefaultCharset gb2312 ' in /etc/httpd/conf/httpd

pass password between apache and tomcat

2004-08-24 Thread weijun jiang
Hi All, I am using Apache (1.3) as my http server, and tomcat (3.3) as my jsp container for my servlet. I can access my servlet via http://myhost/myservlet. I configured the apache to request users to enter username/password when myservlet folder is accessed. I can see the IE popped up a window to

Apache and Tomcat - Apache.exe application error

2004-06-16 Thread Carl Olivier
Greetings. I am having a problem with Apache 2.0.49 causing an Application Error on Windows. I know this is the tomcat list - but the issue ony crops up when using mod_jk2 with Tomcat - so I am posting here in case anyone has any ideas?! I have also posted a bug report on the HTTPD bugzilla. I

Connecting Apache and Tomcat

2004-06-15 Thread Graeme
Evening all, I'm trying to connect tomcat to apache using redhat 9, freshly installed from CDs and have not been updated via the redhat network or anywhere else. I'm following a tutorial found at http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html . I have kept everything the sam

Re: Connecting Apache and Tomcat on AIX 5.1

2004-06-14 Thread David Goldschmidt
via mod_jk2.so under AIX 5.1? I've been unable to compile mod_jk2.so, though I've got Apache and Tomcat running in standalone modes. And I see no binaries anywhere on the Web. Any help (or URLs with AIX binaries)

Connecting Apache and Tomcat on AIX 5.1

2004-06-09 Thread David Goldschmidt
Hello. Has anyone successfully connected Apache 2.0.49 and Tomcat 4.1.30 via mod_jk2.so under AIX 5.1? I've been unable to compile mod_jk2.so, though I've got Apache and Tomcat running in standalone modes. And I see no binaries anywhere on the Web. Any help (or URLs with AIX binar

Apache and Tomcat connector under webcp configuration: any ideas?

2004-05-31 Thread Maurizio Betti
Hy all, I have a problem to configure Apache and Tomcat under WebCp on a Virtual Server. Actually Apache provides to static resources (via webcp for multidomains) and Tomcat to dynamic resources (via server.xml configuration) and everything is OK. The question is: how can I configure Apache

My Apache and Tomcat Setup

2004-03-30 Thread karl1coleman
I thought I would post my config files for others to see if anyone else ever has problems. Variations of course may work, but this is what worked for me. Karl httpd.conf - added this line to section where modules are loaded: LoadModule jk2_module modules/mod_jk2.so

RE: RE: Connecting Apache and Tomcat

2004-03-30 Thread karl1coleman
major changes... Karl > > From: "Shapira, Yoav" <[EMAIL PROTECTED]> > Date: 2004/03/30 Tue PM 03:12:21 CST > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Subject: RE: RE: Connecting Apache and Tomcat > > > Hi, > > >Awesome.. I

RE: RE: Connecting Apache and Tomcat

2004-03-30 Thread Shapira, Yoav
Hi, >Awesome.. I had some trouble understanding the documentation at the Jakarta >site as well. If you provide more details, or better yet modified docs, we'd be glad to incorporate them. In this case, the change Senor Coleman did and the Connector element he ended up with are not only exactly

RE: RE: Connecting Apache and Tomcat

2004-03-30 Thread Mark Nye
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 3:56 PM To: Tomcat Users List Subject: Re: RE: Connecting Apache and Tomcat SUCCESS! I made one little change and it works now. Bother jsp-examples and servlets-examples apps run. The change was addin

RE: RE: Connecting Apache and Tomcat

2004-03-30 Thread Shapira, Yoav
their docs and other users will be spared the hassles you went through. Yoav Shapira Millennium Research Informatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 30, 2004 3:56 PM >To: Tomcat Users List >Subject: Re: RE: Connecti

Re: RE: Connecting Apache and Tomcat

2004-03-30 Thread karl1coleman
d!! Here's what my Connector looks like: Thanks to all who responded. Karl > > From: <[EMAIL PROTECTED]> > Date: 2004/03/30 Tue AM 10:52:28 CST > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Subject: Re: RE: Connecting Apache and Tomcat > > That

RE: Connecting Apache and Tomcat

2004-03-30 Thread Dale, Matt
17:52 To: Tomcat Users List Subject: Re: Connecting Apache and Tomcat That's one I tried already. That setup is the one that gave me the 503 Service Not Available error. I will post the logs from Apache and Tomcat when I get a chance. Maybe that will help. Karl > > From: "Dal

RE: RE: Connecting Apache and Tomcat

2004-03-30 Thread David Short
mcat Users List Subject: Re: RE: Connecting Apache and Tomcat Thanks guys for the links. I will check them out. Sorry for the "nothing works" blast, but I am just very frustrated with this. Karl > > From: "Shapira, Yoav" <[EMAIL PROTECTED]> > Date: 2004/

Re: Connecting Apache and Tomcat

2004-03-30 Thread David Smith
I have this working (Apache 2.0.47, Tomcat 5.0.19, mod_jk) under Mandrake 9.2. Post relevant configuations (httpd.conf, mod_jk worker files, etc., ...) and most definitely the exact log file messages. Also, the output of 'netstat -tlnp' (execute as root) would help show what ports are open an

Re: RE: Connecting Apache and Tomcat

2004-03-30 Thread karl1coleman
That's one I tried already. That setup is the one that gave me the 503 Service Not Available error. I will post the logs from Apache and Tomcat when I get a chance. Maybe that will help. Karl > > From: "Dale, Matt" <[EMAIL PROTECTED]> > Date: 2004/03/30 Tue AM 10

Re: RE: Connecting Apache and Tomcat

2004-03-30 Thread karl1coleman
t; <[EMAIL PROTECTED]> > Subject: RE: Connecting Apache and Tomcat > > > Hi, > That's the one I meant to paste in my second link ;) Sometimes ctrl-c > doesn't happen ;) Thanks, > > Yoav Shapira > Millennium Research Informatics > > > >-Ori

RE: Connecting Apache and Tomcat

2004-03-30 Thread Shapira, Yoav
sers List >Subject: RE: Connecting Apache and Tomcat > >Try this one > >http://www.connecties.com/cymulacrum/tomcat5/book1.html > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: 30 March 2004 17:26 >To: [EMAIL PROTECTED] >Sub

RE: Connecting Apache and Tomcat

2004-03-30 Thread Dale, Matt
Try this one http://www.connecties.com/cymulacrum/tomcat5/book1.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30 March 2004 17:26 To: [EMAIL PROTECTED] Subject: Connecting Apache and Tomcat Someone on this planet surely has gotten this to work. I have

RE: Connecting Apache and Tomcat

2004-03-30 Thread Shapira, Yoav
Hi, >I am running Fedora Core 1, Apache 2.0.47 and Tomcat 5.0.19. I've tried a >pre-compiled connector. I've tried compiling it myself. Nothing works. > >The last setup I tried was the instruction found at >www.greenfieldresearch.ca/technical/jk2_config.html. That page clearly says at the top th

Connecting Apache and Tomcat

2004-03-30 Thread karl1coleman
Someone on this planet surely has gotten this to work. I have found 4 sites with instructions, all 4 have vastly different instructions, and none of them work, at least on my system. I am running Fedora Core 1, Apache 2.0.47 and Tomcat 5.0.19. I've tried a pre-compiled connector. I've tried com

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread David Short
integrate apache and tomcat with jni Thank you for telling me this.But can i ask why? Yes,I have already have apache2.0.40 and tomcat5.19 running together using ajp13. >From: "David Short" <[EMAIL PROTECTED]> >Reply-To: <[EMAIL PROTECTED]> >To: "'Tomcat U

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread Zheng Neil
gt; Subject: RE: Error while trying to integrate apache and tomcat with jni Date: Tue, 23 Mar 2004 20:06:51 -0800 I don't believe you can run Tomcat inprocess with Apache on Unix. You need to use sockets. -Original Message- From: Zheng Neil [mailto:[EMAIL PROTECTED] Sent: Tuesday, March

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread David Short
I don't believe you can run Tomcat inprocess with Apache on Unix. You need to use sockets. -Original Message- From: Zheng Neil [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 7:58 PM To: [EMAIL PROTECTED] Subject: Error while trying to integrate apache and tomcat with jni

Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread Zheng Neil
Hi, I tried hard these days to make tomcat and apache work together with jni but only to find this in the [apache_home_dir]/logs/error_log * error_log * [Tue Mar 23 08:37:46 2004] [notice] Apache/2.0.49 (Unix) mod_jk2/2.0.2 configure d -- resuming normal operations [Tue Mar 23 08:3

Help,error while trying to integrate apache and tomcat with jni

2004-03-23 Thread Zheng Neil
I tried hard these days to make tomcat and apache work together with jni but only to find these in the [apache_home_dir]/logs/error_log * error_log * [Tue Mar 23 08:37:46 2004] [notice] Apache/2.0.49 (Unix) mod_jk2/2.0.2 configure d -- resuming normal operations [Tue Mar 23 08:37:46

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread rsequeira
ct: Re: Virtual Hosts with Apache and Tomcat Please respond to

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Christopher Schultz
Kennan, I can agree partially to yours. But if you see him, he doesn't know about the impact of JVM and tuning parameters, as he mentioned in his email. Do you expect him to take a lead in fixing that? I have seen the projects losing its focus by the nature of peoples deviating to get their intere

RE: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Kannan Sundararajan
Yes, But that doesn't mean that we can put and point on developers for any problem. -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 10:59 AM To: Tomcat Users List Subject: RE: Virtual Hosts with Apache and Tomcat No that's not

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Christopher Schultz
Stephen, In fact, cap it at 10 and watch the app dring to a halt before it even gets going. This is a pretty compelling example. If the pool is drying up, they're definately screwing up. Whoa there pardner: I am not going to deliberately cripple a production box. The problem has been demonstated

RE: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Ralph Einfeldt
TECTED] > Sent: Tuesday, March 02, 2004 4:31 PM > To: 'Tomcat Users List' > Subject: RE: Virtual Hosts with Apache and Tomcat > > Sysadmins are sysadmins AND developers are developers. No one > cannot cross the borderline or even compare. >

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Stephen Carville
On Monday March 01 2004 06:42 pm, Christopher Schultz wrote: > >> Tried that. Capped it at 35 and the webserver stopped servicing any > >> DB request as soon as the pool reached 35. This is why I believe the > >> pool management is faulty and/or something is hogging all the > >> connections. > >

RE: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Kannan Sundararajan
velopers and him. If he is very keen, why not one of the developers responding his thread and get the issues fixed for the project. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 9:49 PM To: Tomcat Users List Subject: Re: Virtual Hosts w

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Christopher Schultz
Antonio, In fact, cap it at 10 and watch the app dring to a halt before it even gets going. This is a pretty compelling example. If the pool is drying up, they're definately screwing up. It is. But developers may reply: "You are using less connections than those specified in (the contract) / (t

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Antonio Fiol Bonnín
That (with a high probability) is because some objects they store in sessions are not Serializable. IOW, they violate the Servlet Specification. I'm just curious: is this actually a violation of the servlet spec? The API seems to indicate that you can put anything in the session that you wan

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Christopher Schultz
Kannan, Being yourself as SYSADMIN for UNIX and Network, it would be nice that developers or professional should take a lead into get into this problem. Easy for you to say. Let's face it: these guys have a connection leak. Plain and simple. Your devs need to find their leak. It is demonstrable.

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Christopher Schultz
Antonio, And bad. Every time I restart, Tomcat loses the state information for established login sessions. Customer don't like that. That (with a high probability) is because some objects they store in sessions are not Serializable. IOW, they violate the Servlet Specification. I'm just curious

RE: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Kannan Sundararajan
PROTECTED] Sent: Monday, March 01, 2004 10:18 AM To: Tomcat Users List Subject: Re: Virtual Hosts with Apache and Tomcat Here is some more information on the problem. From a developer: "According to the document that the link below refers to, a single instance of Tomcat will have multiple JVMs,

RE: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Mike Curwen
hould know better! > -Original Message- > From: Stephen Carville [mailto:[EMAIL PROTECTED] > Sent: Monday, March 01, 2004 9:18 AM > To: Tomcat Users List > Subject: Re: Virtual Hosts with Apache and Tomcat > > > Here is some more information on the problem. From a develo

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Stephen Carville
Here is some more information on the problem. From a developer: "According to the document that the link below refers to, a single instance of Tomcat will have multiple JVMs, where each JVM represents a virtual host. The following link clearly states this virtual host concept as it applies to Tom

Re: Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Antonio Fiol Bonnín
Stephen Carville wrote: Restarting tomcat clers this up. That's good! :) And bad. Every time I restart, Tomcat loses the state information for established login sessions. Customer don't like that. That (with a high probability) is because some objects they store in sessions are

RE: Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Ralph Einfeldt
Original Message- > From: Stephen Carville [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 29, 2004 5:48 PM > To: Tomcat Users > Subject: Virtual Hosts with Apache and Tomcat > > > "The increase in number of connections beyond the > âCACHE_MAX_SIZEâ setting in

Re: Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Stephen Carville
t; them be independent. > > > If I run ps on the server it looks to me like there is > > only one instance and if I restart tomcat, _all_ virtual hosts are > > restarted. > > Yeah, then it's definately separate webapps running on a single instance > of Tomcat. Try t

Re: Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Christopher Schultz
Stephen, I am having a problem with tomcat opening up up a number of connections to an oracle server that never get closed. This causes the number of open connections to build up over time and, eventually, causes the oracle server to use all of its swap. That's not good :( Restarting tomcat c

Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Stephen Carville
I am having a problem with tomcat opening up up a number of connections to an oracle server that never get closed. This causes the number of open connections to build up over time and, eventually, causes the oracle server to use all of its swap. Restarting tomcat clers this up. I think there

Configuring Apache and Tomcat

2004-02-16 Thread Wilson, Allen
Title: Message Good Afternoon...   I am trying to configure Apache and Tomcat to run together. It looks like I  have the configurations right as the Wrox Professional Tomcat book outlines because I get the pages they say you should get when doing the configuration. The problem is

RE: [OT] Apache and Tomcat together

2004-01-15 Thread Ralph Einfeldt
https. I'm not shure if ssl has to be configured in apache and tomcat. If that's ok for you, you can use mod_proxy > -Original Message- > From: Green, Jeffrey [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 15, 2004 7:51 PM > To: 'Tomcat Users List'

Re: [OT] Apache and Tomcat together

2004-01-15 Thread Nikola Milutinovic
> >>Apache is faster for static content. > > > > Don't get Yoav started... > > :) I have gotton him started on this, before. It's funny, though... last > time I looked at the Tomcat Connector FAQ, it actually says flat out > "Apache is faster than Tomcat at serving static content": > http://j

RE: [OT] Apache and Tomcat together

2004-01-15 Thread Green, Jeffrey
up both mod_proxy and mod_jk2, I can safely say that mod_proxy was much easier for me. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 10:36 AM To: Tomcat Users List Subject: Re: [OT] Apache and Tomcat together Mike, >>Apache

Re: [OT] Apache and Tomcat together

2004-01-15 Thread Christopher Schultz
Mike, Apache is faster for static content. Don't get Yoav started... :) I have gotton him started on this, before. It's funny, though... last time I looked at the Tomcat Connector FAQ, it actually says flat out "Apache is faster than Tomcat at serving static content": http://jakarta.apache.org

RE: [OT] Apache and Tomcat together

2004-01-14 Thread Mike Curwen
> -Original Message- > From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 14, 2004 4:42 AM > To: Tomcat Users List > Subject: Re: [OT] Apache and Tomcat together > > > Apache is faster for static content. Don't get Yoav star

Re: [OT] Apache and Tomcat together

2004-01-14 Thread Jeff Tulley
I always think of the security of Apache not in terms of features provided, but number of eyeballs scrutinizing. Apache is SO widely used that I would think it is safe to say that exploits would be found sooner. Not enough people using Tomcat use the built-in HTTP stack, and so I wouldn't rely on

Re: [OT] Apache and Tomcat together

2004-01-14 Thread Olve S. Hansen
14.01.2004 09:55 : Security! Many-to-many configuration! Graham Reeds wrote: Something that has puzzled me for a few weeks now, and that is why use Tomcat and Apache together? Tomcat serves up HTML pages as well JSP so where is the benefit in running both? Even if Apache was faster at serving

Re: [OT] Apache and Tomcat together

2004-01-14 Thread Nikola Milutinovic
[EMAIL PROTECTED] wrote: Security! Many-to-many configuration! Graham Reeds wrote: Something that has puzzled me for a few weeks now, and that is why use Tomcat and Apache together? Tomcat serves up HTML pages as well JSP so where is the benefit in running both? Even if Apache was faster at servin

Re: [OT] Apache and Tomcat together

2004-01-14 Thread achana
Security! Many-to-many configuration! Graham Reeds wrote: > > Something that has puzzled me for a few weeks now, and that is why use > Tomcat and Apache together? Tomcat serves up HTML pages as well JSP so > where is the benefit in running both? Even if Apache was faster at serving > regular h

[OT] Apache and Tomcat together

2004-01-14 Thread Graham Reeds
Something that has puzzled me for a few weeks now, and that is why use Tomcat and Apache together? Tomcat serves up HTML pages as well JSP so where is the benefit in running both? Even if Apache was faster at serving regular html pages than Tomcat surely the milliseconds gained would be eaten awa

Re: Differences Between Apache and Tomcat

2004-01-06 Thread Mike Coughlan
> Can you all plz give me any url where I can find the > fundamental differences > between Apache and Tomcat.(If there r any). Take a look at all the modules for Apahce, such as mod_perl and mod_php. Now ask yourself why you would want such things when you have the power of servlets

RE: Differences Between Apache and Tomcat

2004-01-06 Thread Shapira, Yoav
Howdy, >It's important to realize that Apache is basically C code rather than Java >code, so it tends to run faster and of course is much more mature. Because Sure, but back that up with benchmarks specific to your application before blindly picking one or the other based on "tends to run faster

RE: Differences Between Apache and Tomcat

2004-01-06 Thread Chakravarthy, Sundar
Any thoughts on using apache-tomcat(s) for load-balancing/failover VS tomcat-tomcat(s)? Thanks -Original Message- From: David Wall [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 11:00 AM To: Tomcat Users List Subject: Re: Differences Between Apache and Tomcat > As alw

Re: Differences Between Apache and Tomcat

2004-01-06 Thread David Wall
> As always, I would say start with tomcat by itself. It's the simplest > setup -- don't add Apache until you're sure you need it. Tomcat will > serve your static HTML pages just fine and fast. It's important to realize that Apache is basically C code rather than Java code, so it tends to run fa

RE: Differences Between Apache and Tomcat

2004-01-06 Thread Shapira, Yoav
m: Camron G. Levanger [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 06, 2004 4:14 AM >To: Tomcat Users List >Subject: Re: Differences Between Apache and Tomcat > >apache.org > >jakarta.apache.org > >Apache is a web server. Tomcat is a servlet container that happens to &

Re: Differences Between Apache and Tomcat

2004-01-06 Thread Camron G . Levanger
wrote: Hi All Can you all plz give me any url where I can find the fundamental differences between Apache and Tomcat.(If there r any). Thanks Kapil Sharma H/P 00-6-0125678120 http://hindiadventure.tripod.com http://sget.tripod.com

Re: Differences Between Apache and Tomcat

2004-01-06 Thread Spam
work together using jakarta-connectors. Just my 2 cents. Johann DUPUIS Kapil Sharma wrote: Hi All Can you all plz give me any url where I can find the fundamental differences between Apache and Tomcat.(If there r any). Thanks Kapil Sharma H/P 00-6-0125678120 http://hindiadventure.tripod.com

Differences Between Apache and Tomcat

2004-01-06 Thread Kapil Sharma
Hi All Can you all plz give me any url where I can find the fundamental differences between Apache and Tomcat.(If there r any). Thanks Kapil Sharma H/P 00-6-0125678120 http://hindiadventure.tripod.com http://sget.tripod.com _ Free

Re: Virtual host with Squid, Apache and Tomcat

2003-11-26 Thread Venkata Srinivasa Rao, Yerra
Hi, As far as I know, we can do it in both workers2.properties and httpd.conf (virtual hosts). It seems some problem in apache side virtual host configuration for the same uri  for example     ServerName www.abc.com     DocumentRoot    JkUriSet worker ch

Re: Virtual host with Squid, Apache and Tomcat

2003-11-26 Thread Venkata Srinivasa Rao, Yerra
Hi, As far as I know, we can do it in both workers2.properties and httpd.conf (virtual hosts). It seems some problem in apache side virtual host configuration for the same uri  for example     ServerName www.abc.com     DocumentRoot    JkUriSet worker ch

Virtual host with Squid, Apache and Tomcat

2003-11-21 Thread Eric . Lewis
Hi I'm new to the list, so... hi! :-) Here's our scenario: We use Squid as a reverse proxy cache in front of Apache which in return calls Tomcat for dynamic content: Browser --> Squid --> Apache --> Tomcat Until now we used the old mod_webapp, but now we're changing to mod_jk2 (with Apach

Using SSL apache and tomcat

2003-11-10 Thread Rian Kruger
We are trying to call a servlet that generates and returns an image over SSL. Apache is sitting in front doing the SSL, it then connects to Jetty/Tomcat using AJP. The performance we are getting is poor to say the least, any help to increase the performance would be much appreciated. We are compari

Re: I still don't understand the need for the connection between Apache and Tomcat

2003-09-07 Thread James Harman
Yann Cébron wrote: I still don't understand why is there a need for a connection between Apache and Tomcat since Tomcat can work on its own. Maybe this sheds some light on a few motivations http://jakarta.apache.org/tomcat/faq/connectors.html#integrate HTH, Yann Yann, T

RE: I still don't understand the need for the connection between Apache and Tomcat

2003-09-07 Thread Anson Zeall
Oh thanks!.that solved my confusion =) -Original Message- From: Amjad Shahrour [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 7:26 PM To: 'Tomcat Users List' Subject: RE: I still don't understand the need for the connection between Apache and Tomcat Tomc

RE: I still don't understand the need for the connection between Apache and Tomcat

2003-09-07 Thread Amjad Shahrour
shahrour -Original Message- From: Anson Zeall [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 11:54 AM To: Tomcat Users List Subject: I still don't understand the need for the connection between Apache and Tomcat Dear people, I still don't understand why is there a

Re: I still don't understand the need for the connection between Apache and Tomcat

2003-09-07 Thread Yann Cébron
> I still don't understand why is there a need for a connection between > Apache and Tomcat since Tomcat can work on its own. > Maybe this sheds some light on a few motivations http://jakarta.apache.org/tomcat/faq/connectors.html#integrate

I still don't understand the need for the connection between Apache and Tomcat

2003-09-07 Thread Anson Zeall
Dear people, I still don't understand why is there a need for a connection between Apache and Tomcat since Tomcat can work on its own. Regards, Anson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: Connector or Apache and Tomcat

2003-08-26 Thread Madere, Colin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 4:32 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Reg: Connector or Apache and Tomcat Hi I am running a few struts-based webapp using tomcat. I access them using www.xyz.org/webapp

Re: Reg: Connector or Apache and Tomcat

2003-08-25 Thread John Turner
Tomcat is perfectly capable of serving HTML documents. Set up a Host in server.xml, and in that Host set up a Context to handle your static content. If you're not using Apache now, there's no reason to use it in the future just for serving static files. John [EMAIL PROTECTED] wrote: Hi I am r

better configuration for Apache and Tomcat?

2003-08-11 Thread Henrik Bentel
Hi I"m having some performance problems with my apache/tomcat setup and I'm looking for ideas. first, my setup. I'm running apache 2 with tomcat 4.1.24, mod_jk2. My webapp serves content over both http and https. 1 coyote connector is used to handle both secure and unsecure requests. Static con

  1   2   3   4   5   >