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-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 not

apache and tomcat version

2008-09-17 Thread Hardik Shah
-- View this message in context: http://www.nabble.com/apache-and-tomcat-version-tp19529503p19529503.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org

Re: apache and tomcat version

2008-09-17 Thread bhooshanpandit
Sent: Wed, 17 Sep 2008 4:19 pm Subject: apache and tomcat version hi i have used yet tomcat 5.0 and tomcat 5.5 i have one confusion , is tomcat 3.2.1 and apache 1.3.27 are both server or ,we have to use both for configure server or anything else please help me - Java/J2EE

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 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

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

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