You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Balderrama, Jose A CTR (US)" <jo...@mail.mil> on 2014/11/24 22:15:41 UTC

question

 
  Can tomcat run php apps and static html pages well? 
 Or should I run apache as well?


Thanks, Joe 

Re: question

Posted by David kerber <dc...@verizon.net>.
On 11/24/2014 4:15 PM, Balderrama, Jose A CTR (US) wrote:
>
>
>    Can tomcat run php apps and static html pages well?
>   Or should I run apache as well?
>
>
> Thanks, Joe
>


Somebody else will have to answer about the php apps (I don't use them), 
but Tomcat is excellent at serving static content.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: question

Posted by Gerardo Juarez <ge...@buyteknet.info>.
Hi, André,

Sorry, my mistake. I did not pay attention to the link which clearly 
says 4x.

Gerardo

On 11/25/2014 03:43 AM, André Warnier wrote:
> Hi Gerardo.
>
> The information which you are pointing to below, is relative to Tomcat 
> 4.1, which has been archived probably more than 10 years ago and is no 
> longer being developed or supported.
> Please don't do that.
>
> The current version of Tomcat is 8.0, and its documentation can be 
> found here :
> http://tomcat.apache.org/tomcat-8.0-doc/index.html
>
> Gerardo Juarez wrote:
>>
>> On 11/24/2014 03:29 PM, Fabio Ricci wrote:
>>> Hi Joe
>>>
>>> Yes. You do not need to run apache for html and php (although it 
>>> seems to me more practical).
>>> For PHP you might want to have a look at 
>>> http://php-java-bridge.sourceforge.net/pjb/
>>>
>>> Kind regards / Meilleures salutations / Freundliche Grüsse
>>> Fabio Ricci
>>> semweb           Semantic Web Technologies · Records Management
>>> Software systems · ICT coaching · ICT Projects leading www.semweb.ch
>>>
>>> Weinmanngasse 26
>>> CH-8700 Küsnacht ZH (Switzerland)
>>>
>>> Tel.
>>>
>>> +41 (076) 5281961
>>> +39 (389) 0681334
>>>
>>> Skype:
>>>
>>> semweb-llc
>>>
>>> Confidentiality Warning: This message and any attachments are 
>>> intended only for the use of the intended recipients, are 
>>> confidential and maybe privileged. If you are not the intended 
>>> recipient, you are hereby notified that any review, retransmission, 
>>> conversion to hard copy, copying, circulation or other use of this 
>>> message and any attachments is strictly prohibited. If you are not 
>>> the intended recipient, please notify the sender immediately by 
>>> return email, and delete this message and any attachments from your 
>>> system. Thank you.
>>>
>>>
>>> From: Balderrama, Jose A CTR (US) <jo...@mail.mil>
>>> Reply: Tomcat Users List <us...@tomcat.apache.org>>
>>> Date: 24 November 2014 at 22:17:49
>>> To: users@tomcat.apache.org <us...@tomcat.apache.org>>
>>> Subject:  question
>>>
>>>
>>>
>>> Can tomcat run php apps and static html pages well?
>>> Or should I run apache as well?
>>>
>>>
>>> Thanks, Joe
>>>
>> Check the information on Coyote. This is a connector that allows 
>> Tomcat to serve HTTP requests in addition to servlets and jsps:
>>
>> http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html
>>
>> Gerardo Juárez M.
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: question

Posted by André Warnier <aw...@ice-sa.com>.
Hi Gerardo.

The information which you are pointing to below, is relative to Tomcat 4.1, which has been 
archived probably more than 10 years ago and is no longer being developed or supported.
Please don't do that.

The current version of Tomcat is 8.0, and its documentation can be found here :
http://tomcat.apache.org/tomcat-8.0-doc/index.html

Gerardo Juarez wrote:
> 
> On 11/24/2014 03:29 PM, Fabio Ricci wrote:
>> Hi Joe
>>
>> Yes. You do not need to run apache for html and php (although it seems 
>> to me more practical).
>> For PHP you might want to have a look at 
>> http://php-java-bridge.sourceforge.net/pjb/
>>
>> Kind regards / Meilleures salutations / Freundliche Grüsse
>> Fabio Ricci
>> semweb           
>> Semantic Web Technologies · Records Management
>> Software systems · ICT coaching · ICT Projects leading       
>> www.semweb.ch
>>
>> Weinmanngasse 26
>> CH-8700 Küsnacht ZH (Switzerland)
>>
>> Tel.
>>
>> +41 (076) 5281961
>> +39 (389) 0681334
>>
>> Skype:
>>
>> semweb-llc
>>
>> Confidentiality Warning: This message and any attachments are intended 
>> only for the use of the intended recipients, are confidential and 
>> maybe privileged. If you are not the intended recipient, you are 
>> hereby notified that any review, retransmission, conversion to hard 
>> copy, copying, circulation or other use of this message and any 
>> attachments is strictly prohibited. If you are not the intended 
>> recipient, please notify the sender immediately by return email, and 
>> delete this message and any attachments from your system. Thank you.
>>
>>
>> From: Balderrama, Jose A CTR (US) <jo...@mail.mil>
>> Reply: Tomcat Users List <us...@tomcat.apache.org>>
>> Date: 24 November 2014 at 22:17:49
>> To: users@tomcat.apache.org <us...@tomcat.apache.org>>
>> Subject:  question
>>
>>
>>
>> Can tomcat run php apps and static html pages well?
>> Or should I run apache as well?
>>
>>
>> Thanks, Joe
>>
> Check the information on Coyote. This is a connector that allows Tomcat 
> to serve HTTP requests in addition to servlets and jsps:
> 
> http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html
> 
> Gerardo Juárez M.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: question

Posted by Gerardo Juarez <ge...@buyteknet.info>.
On 11/24/2014 03:29 PM, Fabio Ricci wrote:
> Hi Joe
>
> Yes. You do not need to run apache for html and php (although it seems to me more practical).
> For PHP you might want to have a look at http://php-java-bridge.sourceforge.net/pjb/
>
> Kind regards / Meilleures salutations / Freundliche Grüsse
> Fabio Ricci
> semweb			
> Semantic Web Technologies · Records Management
> Software systems · ICT coaching · ICT Projects leading		
> www.semweb.ch
>
> Weinmanngasse 26
> CH-8700 Küsnacht ZH (Switzerland)
>
> Tel.
>
> +41 (076) 5281961
> +39 (389) 0681334
>
> Skype:
>
> semweb-llc
>
> Confidentiality Warning: This message and any attachments are intended only for the use of the intended recipients, are confidential and maybe privileged. If you are not the intended recipient, you are hereby notified that any review, retransmission, conversion to hard copy, copying, circulation or other use of this message and any attachments is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return email, and delete this message and any attachments from your system. Thank you.
>
>
> From: Balderrama, Jose A CTR (US) <jo...@mail.mil>
> Reply: Tomcat Users List <us...@tomcat.apache.org>>
> Date: 24 November 2014 at 22:17:49
> To: users@tomcat.apache.org <us...@tomcat.apache.org>>
> Subject:  question
>
>
>
> Can tomcat run php apps and static html pages well?
> Or should I run apache as well?
>
>
> Thanks, Joe
>
Check the information on Coyote. This is a connector that allows Tomcat 
to serve HTTP requests in addition to servlets and jsps:

http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html

Gerardo Juárez M.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: question

Posted by Fabio Ricci <fa...@semweb.ch>.
Hi Joe

Yes. You do not need to run apache for html and php (although it seems to me more practical).
For PHP you might want to have a look at http://php-java-bridge.sourceforge.net/pjb/

Kind regards / Meilleures salutations / Freundliche Grüsse  
Fabio Ricci
semweb			
Semantic Web Technologies · Records Management
Software systems · ICT coaching · ICT Projects leading		
www.semweb.ch

Weinmanngasse 26  
CH-8700 Küsnacht ZH (Switzerland)

Tel.

+41 (076) 5281961  
+39 (389) 0681334

Skype:

semweb-llc

Confidentiality Warning: This message and any attachments are intended only for the use of the intended recipients, are confidential and maybe privileged. If you are not the intended recipient, you are hereby notified that any review, retransmission, conversion to hard copy, copying, circulation or other use of this message and any attachments is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return email, and delete this message and any attachments from your system. Thank you.


From: Balderrama, Jose A CTR (US) <jo...@mail.mil>
Reply: Tomcat Users List <us...@tomcat.apache.org>>
Date: 24 November 2014 at 22:17:49
To: users@tomcat.apache.org <us...@tomcat.apache.org>>
Subject:  question  



Can tomcat run php apps and static html pages well?  
Or should I run apache as well?  


Thanks, Joe