Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Apache 2.2 with Tomcat 6


I'm currently running Tomcat as a server, for a Java web-app I have. It's running on port 8100 on localhost, and it works fine. I'm currently using CentOS5, apache 2.2 and tomcat 6 However, I need to put in a feedback/contact form, and so I now need the ability to use PHP. There seem to be no...
View Original Thread
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: tomcat, running, currently, php
svn commit: r981203 - in /tomcat/trunk: java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/bcel/classfile/ webapps/docs/
Aug 1, 2010
Author: markt Date: Sun Aug 1 11:13:10 2010 New Revision: 981203 URL: http://svn.apache.org/viewvc?rev=981203&view=rev Log: Update packaged re-named Jakarta BCEL Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed) …

svn commit: r947932 - in /tomcat/trunk/modules/tomcat-lite: examples/ java/org/apache/tomcat/integration/ java/org/apache/tomcat/integration/jmx/ java
May 25, 2010
Author: costin Date: Tue May 25 06:12:38 2010 New Revision: 947932 URL: http://svn.apache.org/viewvc?rev=947932&view=rev Log: Remove the 'integration' - ObjectManager and wrapping of DI frameworks. Lite is just a library/connector - doesn't…

svn commit: r959790 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/http/mapper/ webapps/docs/
Jul 1, 2010
Author: markt Date: Thu Jul 1 21:35:19 2010 New Revision: 959790 URL: http://svn.apache.org/viewvc?rev=959790&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49536 Ensure a 404 response for an unmapped request when no…

svn commit: r965150 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/
Jul 17, 2010
Author: markt Date: Sat Jul 17 23:57:23 2010 New Revision: 965150 URL: http://svn.apache.org/viewvc?rev=965150&view=rev Log: Restore pero's timeout fix for the BIO connector. Add configuration of the timeout. Modified: …

svn commit: r947952 - in /tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/http: spdyreq0.bin spdyreqCompressed.bin
May 25, 2010
Author: costin Date: Tue May 25 07:37:23 2010 New Revision: 947952 URL: http://svn.apache.org/viewvc?rev=947952&view=rev Log: Missed 2 files - older version of the protocol, will update them when I get to the new proto. Added: …

svn commit: r947940 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite: http/ io/ proxy/
May 25, 2010
Author: costin Date: Tue May 25 06:54:47 2010 New Revision: 947940 URL: http://svn.apache.org/viewvc?rev=947940&view=rev Log: Various changes to better support coyote, remove integration package, prepare to replace jsse with apr, etc. Added:…

svn commit: r947931 - in /tomcat/trunk/modules/tomcat-lite: java/org/apache/tomcat/lite/servlet/ java/org/apache/tomcat/servlets/config/ java/org/apac
May 25, 2010
Author: costin Date: Tue May 25 06:09:40 2010 New Revision: 947931 URL: http://svn.apache.org/viewvc?rev=947931&view=rev Log: Removing the mini-'servlet' code from lite. The goal is to implement connector and http client, this creates…

svn commit: r947935 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/io: SslChannel.java SslConnector.java SslProvider.java jsse/ js
May 25, 2010
Author: costin Date: Tue May 25 06:42:26 2010 New Revision: 947935 URL: http://svn.apache.org/viewvc?rev=947935&view=rev Log: Moved the JSSE code to separate package. Added a bunch of workarounds to support harmony/android, there seems to be a…

svn commit: r988735 - /tomcat/trunk/java/org/apache/tomcat/util/collections/
Aug 24, 2010
Author: markt Date: Tue Aug 24 21:45:46 2010 New Revision: 988735 URL: http://svn.apache.org/viewvc?rev=988735&view=rev Log: Remove empty package Removed: tomcat/trunk/java/org/apache/tomcat/util/collections/

svn commit: r952275 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/buf/ByteChunk.java webapps/docs/changelog.xml
Jun 7, 2010
Author: kkolinko Date: Mon Jun 7 15:34:12 2010 New Revision: 952275 URL: http://svn.apache.org/viewvc?rev=952275&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49398 Fixes behaviour of ByteChunk.indexOf(String..) when…