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 Apache and PHP5 working
> together.  
> 
> Any words of wisdom?
> Thanks,
> 
> Richard
> 
Hi Richard,

Tomcat is a Servlet container, where user input is processed by Java
objects. You could say PHP is a competitor of Java. Both reside besides each
other on Apache. Java in Tomcat, and PHP directly in Apache.

Hope this helps,
Abel

-- 
View this message in context: 
http://www.nabble.com/apache-and-tomcat-tp14396051p14396715.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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