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