Re: Apache and tomcat compatibility with Oracle 11R1

2011-08-05 Thread Konstantin Kolinko
2011/8/6 TAK, RUDRA (ATTSI) : > Recently we upgraded to tomcat6.0.32 and Oracle 11R1 G. We have Apache vs > 1.3.41 and OS AIX5.3. Apache HTTPD version is seriously outdated. IIRC 1.3.x versions are no mote supported. Cannot say anything about your OS. (And what version of Java are you using?) T

RE: Apache And tomcat: wich is the best conenctor to use

2009-06-16 Thread lmk
thanks a lot.. Caldarale, Charles R wrote: > >> From: lmk [mailto:lotf...@yahoo.fr] >> Subject: RE: Apache And tomcat: wich is the best conenctor to use >> >> Im just testing mod_jk and load balancing in order to >> imporove performance. > >

RE: Apache And tomcat: wich is the best conenctor to use

2009-06-16 Thread Caldarale, Charles R
> From: lmk [mailto:lotf...@yahoo.fr] > Subject: RE: Apache And tomcat: wich is the best conenctor to use > > Im just testing mod_jk and load balancing in order to > imporove performance. Then you do have a need for httpd (load balancing), so AJP is the most appropriate conne

RE: Apache And tomcat: wich is the best conenctor to use

2009-06-16 Thread lmk
I have no good reason except increase tomcat response, Im not using SSL for the moment. Im just testing mod_jk and load balancing in order to imporove performance. Caldarale, Charles R wrote: > > >> Subject: Apache And tomcat: wich is the best conenctor to use >> >> Im wondering if it's

RE: Apache And tomcat: wich is the best conenctor to use

2009-06-16 Thread Caldarale, Charles R
> From: lmk [mailto:lotf...@yahoo.fr] > Subject: Apache And tomcat: wich is the best conenctor to use > > Im wondering if it's judicious to use apache with ajp connector If you have no other reason to use httpd, then don't - just let Tomcat serve the static content; this will reduce complexity a

Re: apache and tomcat version

2008-09-18 Thread Gregor Schneider
Ayden, On Thu, Sep 18, 2008 at 12:53 AM, <[EMAIL PROTECTED]> wrote: > > I would also like a Blogger like WordPress or Apache ROLLER > Actually it's pretty simple: - Wordpress is based on PHP - Apache Roller is based on Java (Java-Webapp) There are some options to run PHP using Tomcat, but it's

RE: apache and tomcat version

2008-09-18 Thread Peter Crowther
> From: [EMAIL PROTECTED] [EMAIL PROTECTED] > Does Tomcat do the same thing as Apache? ie http; as well as the bonus of > java? Yes, with reservations. Tomcat's a Web server in its own right - and a pretty fast one, in its modern versions. You'll saturate your network bandwidth long before you

Re: apache and tomcat version

2008-09-17 Thread Hardik Shah
My one of the client has this tomcat 3.2.1 and apache 1.3.27 config. i have one project to convert into struts and ajax(dwr) from jsp-java beans with current config. so i was little bit confused when i was knew abt this config bcoz i know only tomcat 5.x but thanks , one another question,whi

Re: apache and tomcat version

2008-09-17 Thread ayden
What I want to run on my webpage is AJAX push via icefaces.org opensource code (asynchronous, web-based push of presentation changes to the client browser based on server-side events) to do this I believe I need NIO (I think NIO is also referred to as APACHE MINA project or another name I have seen

Re: apache and tomcat version

2008-09-17 Thread André Warnier
[EMAIL PROTECTED] wrote: Does Tomcat do the same thing as Apache? ie http; as well as the bonus of java? I am using PhP, and would to like to also have Java/AJAX?J2EE on my web page, and I am not sure if I need both Apache and Tomcat, or can just use Tomcat? (I dont know if it will do everything

RE: apache and tomcat version

2008-09-17 Thread ayden
Does Tomcat do the same thing as Apache? ie http; as well as the bonus of java? I am using PhP, and would to like to also have Java/AJAX?J2EE on my web page, and I am not sure if I need both Apache and Tomcat, or can just use Tomcat? (I dont know if it will do everything that Apache does plus more

RE: apache and tomcat version

2008-09-17 Thread Peter Crowther
> From: Hardik Shah [mailto:[EMAIL PROTECTED] > is tomcat 3.2.1 and apache 1.3.27 are both server Tomcat 3.2.1 is a web server. You can use it to serve Web pages or web applications directly. You do not need to use any version of Apache httpd as well. If you want to use Apache httpd as well,

Re: apache and tomcat version

2008-09-17 Thread bhooshanpandit
I did not understand your question but here are some pointers: - Tomcat is a servlet container which can be used to host your servlet / JSPs etc. - Apache 1.3.27 is an HTTP server that can only host static files like html pages, images etc. However you can integrate Tomcat with Apache using m

Re: Apache and Tomcat

2008-06-25 Thread Andrew Miehs
On 25/06/2008, at 17:43, "Steve Ochani" <[EMAIL PROTECTED]> wrote: I know this may sound naïve but is it possible to have tomcat and apache running off the same port - 8080. No, TCP only allows one port per service. You can let apache httpd use 8080, move tomcat to something else and

Re: Apache and Tomcat

2008-06-25 Thread Bill Davidson
Stuart Caldwell wrote: I know this may sound naïve but is it possible to have tomcat and apache running off the same port - 8080. I have iis running on port 80 and do not have another server to install apache and tomcat. TCP only allows one listener per port-IP combination. It really does

RE: Apache and Tomcat

2008-06-25 Thread Caldarale, Charles R
> From: Stuart Caldwell [mailto:[EMAIL PROTECTED] > Subject: Apache and Tomcat > > I have iis running on port 80 and do not have another server > to install apache and tomcat. Why do you want to install httpd, especially if you already have IIS in the picture? - Chuck THIS COMMUNICATION MAY C

Re: Apache and Tomcat

2008-06-25 Thread Steve Ochani
Date sent: Wed, 25 Jun 2008 17:39:10 +0200 From: Stuart Caldwell <[EMAIL PROTECTED]> Subject:Apache and Tomcat To: users@tomcat.apache.org Send reply to: Tomcat Users List > Hi, > > > > I know this may sound naïve but is it possible to have tomcat and > apache running off the

Re: Apache and Tomcat sharing the same web root.

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philip, Philip Wigg wrote: |> I strongly advise against doing this. Unless you know *exactly* what you are |> doing it is far too easy to open a whole can of security worms, the most |> regularly seen of which is source code disclosure of all of the

Re: Apache and Tomcat sharing the same web root.

2008-05-23 Thread Philip Wigg
> I strongly advise against doing this. Unless you know *exactly* what you are > doing it is far too easy to open a whole can of security worms, the most > regularly seen of which is source code disclosure of all of the JSPs on the > site. Even if I have:- JkMount /*.jsp my-worker JkMount /*.do m

Re: Apache and Tomcat sharing the same web root.

2008-05-22 Thread Mark Thomas
Christopher Schultz wrote: Philip, Philip Wigg wrote: | are there any reasons why Apache and Tomcat cannot share the same web | root folder, presuming that I exclude access to WEB-INF? Nope, you should be good. I would also restrict access to META-INF, and if you have any files that should not

Re: Apache and Tomcat sharing the same web root.

2008-05-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philip, Philip Wigg wrote: | are there any reasons why Apache and Tomcat cannot share the same web | root folder, presuming that I exclude access to WEB-INF? Nope, you should be good. I would also restrict access to META-INF, and if you have any fi

Re: apache and tomcat

2007-12-18 Thread Richard Dunne
Hi Rainer, The quotation marks around the file paths did the trick. Now trying to enable PHP on Apache! Richard. - Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, December 18, 2007 5:03:33 PM Subject: Re: apache and tomcat BTW

Re: apache and tomcat

2007-12-18 Thread Rainer Jung
BTW: this message also indicates, that Apache httpd could load the module into memory, so you are doing progress :) Richard Dunne schrieb: > I have added this to my http.conf > LoadModule jk_module modules/mod_jk.so > JkWorkersFile /workers.properties > JkLogFile C:/Program Files/Apache Software

Re: apache and tomcat

2007-12-18 Thread Rainer Jung
Richard Dunne schrieb: > I have added this to my http.conf > LoadModule jk_module modules/mod_jk.so > JkWorkersFile /workers.properties > JkLogFile C:/Program Files/Apache Software Foundation/Tomcat > 6.0/logs/mod_jk.log > JkLogLevel debug > Alias /examples C:/Program Files/Apache Software Found

Re: apache and tomcat

2007-12-18 Thread Richard Dunne
only read as far as /Apache due to the space between Apache and Software. Is this correct? Richard. - Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, December 18, 2007 4:33:44 PM Subject: Re: apache and tomcat You only need to download

Re: apache and tomcat

2007-12-18 Thread Rainer Jung
gt; is what I am missing. Should it go in the Apache2 /lib directory? > > Richard. > > > - Original Message From: Rainer Jung > <[EMAIL PROTECTED]> To: Tomcat Users List > Sent: Tuesday, December 18, 2007 4:08:53 PM > Subject: Re: apache and tomcat >

Re: apache and tomcat

2007-12-18 Thread Richard Dunne
Users List Sent: Tuesday, December 18, 2007 4:08:53 PM Subject: Re: apache and tomcat Richard Dunne schrieb: > I downloaded mod_jk-apache-1.3.27.so from Note: 1.3.27. For Apache 2.0.x you need to use the file mod_jk-apache-2.0.59.so, for 2.2.x the file mod_jk-apache-2.2.4.so. Apache httpd vers

Re: apache and tomcat

2007-12-18 Thread Rainer Jung
Richard Dunne schrieb: > I downloaded mod_jk-apache-1.3.27.so from Note: 1.3.27. For Apache 2.0.x you need to use the file mod_jk-apache-2.0.59.so, for 2.2.x the file mod_jk-apache-2.2.4.so. Apache httpd version 1.3.x, 2.0.x and 2.2.x need different module files. > http://www.apache.org/dist/tomc

Re: apache and tomcat

2007-12-18 Thread Richard Dunne
t Sent: Tuesday, December 18, 2007 2:24:19 PM Subject: RE: apache and tomcat > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: apache and tomcat > > After resolving that..Take a look at installing mod_jk > http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html Ple

Re: apache and tomcat

2007-12-18 Thread Rainer Jung
Richard Dunne schrieb: > I'm looking to download the binaries from here > http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.25/. > Just so I'm reading instructions correctly, > mod_jk-apache-2.2.4.so should be copied and then renamed mod_jk.so > mod_jk-apache-2.2.4.so.a

Re: apache and tomcat

2007-12-18 Thread Richard Dunne
d and then renamed mod_jk.so.asc same for the otehr files md5, sha1 and sha256. - Original Message From: Martin Gainty <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, December 18, 2007 2:05:55 PM Subject: Re: apache and tomcat Abel After resolving that..Take a look at i

RE: apache and tomcat

2007-12-18 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: apache and tomcat > > After resolving that..Take a look at installing mod_jk > http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html Please don't look at documentation for a version of Tomcat that's

Re: apache and tomcat

2007-12-18 Thread Richard Dunne
Tuesday, December 18, 2007 2:02:18 PM Subject: Re: apache and tomcat good point.. try to determine if tc is running before trying to start it again netstat -a | grep PortNumber M-- - Original Message - Wrom: TZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJ To: "Tomcat Users List" Sent: Tue

Re: apache and tomcat

2007-12-18 Thread Martin Gainty
Abel After resolving that..Take a look at installing mod_jk http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html Martin-- - Original Message - From: "AbelMacAdam" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 18, 2007 8:47 AM Subject: Re: apache and tomcat >

Re: apache and tomcat

2007-12-18 Thread mgainty
good point.. try to determine if tc is running before trying to start it again netstat -a | grep PortNumber M-- - Original Message - Wrom: TZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJ To: "Tomcat Users List" Sent: Tuesday, December 18, 2007 8:44 AM Subject: Re: apache and tomcat

Re: apache and tomcat

2007-12-18 Thread Richard Dunne
AIL PROTECTED]> To: users@tomcat.apache.org Sent: Tuesday, December 18, 2007 1:47:32 PM Subject: Re: apache and tomcat Richard Dunne wrote: > > Thanks. I have installed Apache 2 httpd server on port 80 as recommened > by installation, but I cannot start server as it sems to be in use. I &

Re: apache and tomcat

2007-12-18 Thread AbelMacAdam
Richard Dunne wrote: > > Thanks. I have installed Apache 2 httpd server on port 80 as recommened > by installation, but I cannot start server as it sems to be in use. I > have Tomcat on port 8080. Any idea how to get around this? > > Richard. > Tomcat and Apache do not bite each other. Yo

Re: apache and tomcat

2007-12-18 Thread David Smith
List Sent: Tuesday, December 18, 2007 12:53:56 PM Subject: Re: apache and tomcat You're right -- Apache Tomcat doesn't handle PHP especially well. It's designed to handle and execute code in java web applications built to the servlet spec very well though. Think of Apache Httpd as

Re: apache and tomcat

2007-12-18 Thread Richard Dunne
Sent: Tuesday, December 18, 2007 12:53:56 PM Subject: Re: apache and tomcat You're right -- Apache Tomcat doesn't handle PHP especially well. It's designed to handle and execute code in java web applications built to the servlet spec very well though. Think of Apache Httpd as a gen

Re: apache and tomcat

2007-12-18 Thread Richard Dunne
users@tomcat.apache.org Sent: Tuesday, December 18, 2007 1:15:14 PM Subject: Re: apache and tomcat Richard Dunne wrote: > > Can someone please explain the fundamental difference between Httpd and > Tomcat? I installed Tomcat 6, but it doesn't seem to be liking PHP a > whole lot.

Re: apache and tomcat

2007-12-18 Thread AbelMacAdam
Richard Dunne wrote: > > Can someone please explain the fundamental difference between Httpd and > Tomcat? I installed Tomcat 6, but it doesn't seem to be liking PHP a > whole lot. Do I need to un-install Tomcat 6 and install Apache 2 on its > own? Just a bit confused as I am trying to get Apa

Re: apache and tomcat

2007-12-18 Thread David Smith
You're right -- Apache Tomcat doesn't handle PHP especially well. It's designed to handle and execute code in java web applications built to the servlet spec very well though. Think of Apache Httpd as a general web server -- it serves content very well and with the right modules can hand off

Re: Apache and Tomcat CPU Usage 100% with mod_jk

2007-04-20 Thread Joe L
I found the solution here: http://issues.apache.org/bugzilla/show_bug.cgi?id=40909 - Original Message From: Joe L <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Friday, April 20, 2007 3:08:07 PM Subject: Apache and Tomcat CPU Usage 100% with mod_jk I've been searching all over th

RE: Apache and Tomcat bridging - Servlet enabled?

2007-03-27 Thread Propes, Barry L [GCG-NAOT]
sounds like you may have declared the servlet name, but not the servlet mapping? I've accidentally left that out before on my web.xml file. -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 9:28 PM To: Tomcat Users List Subject: Apache and Tomcat br

Re: Apache and Tomcat bridging - Servlet enabled?

2007-03-26 Thread Filip Hanik - Dev Lists
Foo Shyn wrote: Hi, This question suddenly struck me when i'm trying to solve my server problem. Here goes: Server settings: Apache 2 as front, Tomcat 4.1 as back, J2SDK 1.4.2 Let say that i'd configure that Apache so that whenever a request for www.abc.com will be redirected to the Tomcat's

Re: Apache and Tomcat bridging - Servlet enabled?

2007-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FooShyn, Foo Shyn wrote: > Server settings: Apache 2 as front, Tomcat 4.1 as back, J2SDK 1.4.2 > Let say that i'd configure that Apache so that whenever a request for > www.abc.com will be redirected to the Tomcat's A context which > contain a servle

Re: Apache and Tomcat

2006-04-10 Thread Franck Borel
On Mon, April 10, 2006 9:59 am, Franck Borel said: The Apache Web Server and mod_jk are written in C++ Small detail, they are both written in C. Small ;-))! Another detail about mod_jk 1.2 web server connector for Tomcat: Only the web server connector source is included. The

Re: Apache and Tomcat

2006-04-10 Thread Graham Leggett
On Mon, April 10, 2006 9:59 am, Franck Borel said: > The Apache Web Server and mod_jk are written in C++ Small detail, they are both written in C. Regards, Graham -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Apache and Tomcat

2006-04-10 Thread Franck Borel
Hi ALL Apache is a Standalone Web Server Tomcat is a Standalone Application Server Tomcat is a Servlet-Container/JSP! If you need an application Server, use JBoss or Geronimo instead. In case of Tomcat its actually a Servlet/JSP Container so programs written in JSP or Servlets can be hoste

Re: Apache and Tomcat

2006-03-01 Thread foo shyn
D]> To: "Tomcat Users List" Sent: Wednesday, March 01, 2006 3:26 PM Subject: Re: Apache and Tomcat > Hi, > > > I'm trying to make Apache 2.0.55 connect to Tomcat 5, using mod_jk. > > I'm getting "cannot find worker", and my config files seems

Re: Apache and Tomcat

2006-02-28 Thread Gaël Lams
Hi, > I'm trying to make Apache 2.0.55 connect to Tomcat 5, using mod_jk. > I'm getting "cannot find worker", and my config files seems to be ok. > > Is there other way to make Apache and Tomcat talk? > I read that it's recommended to use mod_proxy_ajp, but it's only > available on Apache 2.2, and

RE: Apache and Tomcat integration using jk2

2005-12-05 Thread Dale, Matt
You should probably be using JK now as JK2 has been deprectated but either way there is a tonne of documentation on the Jakarta site. http://tomcat.apache.org/connectors-doc/ -Original Message- From: Ayyanar Inbamohan [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 08:52 To: Tomcat Us

RE: Apache and Tomcat integration using jk2

2005-12-05 Thread Dale, Matt
You should probably be using JK now as JK2 is no longer being developed but there is a tonne of docuementation from the jakarta site -Original Message- From: Ayyanar Inbamohan [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 08:52 To: Tomcat Users List Subject: Apache and Tomcat integr