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 recommended.
There is no option to run Java within Apache HTTPD without a
servlet-container such as Tomcat.

That means:

- When you're going for Wordpress, you'll need Apache HTTPD
- When you're going for Roller (my fav), you'll need Tomcat

However:

Be aware that you can't run Tomcat on a so-called "privileged" port
such as 80 on any Linux / Unix unless you're running Tomcat as root -
which you wouldn't want to do due to security reasons.

However. there are some options - preferably runnung Tomcat as a demon
- which is described here:http://www.klawitter.de/tomcat80.html

You also could "front" Tomcat with Apache HTTPD (by means of
AJP/mod_jk or mod_proxy), however, configuration is a bit more tricky
than the demon-solution.

Hope that gives you a start!

Gregor
-- 
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to