Re: CGIServlet - php

2011-09-04 Thread throwsCode
Thanks Mark: If I'm reading this right you did in a couple hours what I have been working on for eight days. FM! Retracing my steps is proving difficult, so many paths taken and abandoned. Thanks for demonstrating one definitive solution. TC -- View this message in context: http://old.nabbl

Re: CGIServlet - php

2011-09-03 Thread Mark Eggers
- Original Message - > From: throwsCode > To: users@tomcat.apache.org > Cc: > Sent: Saturday, September 3, 2011 5:13 PM > Subject: Re: CGIServlet - php > > > Terence, Ken, Mark thanks for all your input.  Much to consider. > > Mark your the first pers

Re: CGIServlet - php

2011-09-03 Thread throwsCode
Terence, Ken, Mark thanks for all your input. Much to consider. Mark your the first person who replied who sounds like they have actually run php and tomcat. Despite your concerns, this gives me the confidence that i can get it running with all this help. Perhaps I'm wrong but I don't think at

Re: CGIServlet - php

2011-09-03 Thread Mark Eggers
- Original Message Edited - > From: Mark Eggers > To: Tomcat Users List > Cc: > Sent: Saturday, September 3, 2011 3:53 PM > Subject: Re: CGIServlet - php > > C. Configure web.xml > > I put everything into my web application's web.xml since I didn'

Re: CGIServlet - php

2011-09-03 Thread Mark Eggers
- Original Message - > From: throwsCode > To: users@tomcat.apache.org > Cc: > Sent: Saturday, September 3, 2011 11:44 AM > Subject: Re: CGIServlet - php > > > Wow thanks Konstantin a lot of good questions and suggestions.  Please give > me some time to put

Re: CGIServlet - php

2011-09-03 Thread Ken Bowen
Even if you don't want to run in Resin, studying (open source) Quercus should give you the details/direction you want: http://www.caucho.com/resin-3.0/quercus/ --Ken On Sep 3, 2011, at 3:16 PM, Terence M. Bandoian wrote: > On 1:59 PM, Konstantin Kolinko wrote: >> 2011/9/3 throwsCode: >> I do

Re: CGIServlet - php

2011-09-03 Thread Terence M. Bandoian
On 1:59 PM, Konstantin Kolinko wrote: 2011/9/3 throwsCode: I do not quite understand you. I'm trying to implement PHP on tomcat 7.0.20 with no luck. Does anyone know how I can tell whether the CGIServlet is running? I uncommented all of the sections indicated in the Tomcat document. What se

Re: CGIServlet - php

2011-09-03 Thread throwsCode
Wow thanks Konstantin a lot of good questions and suggestions. Please give me some time to put together a cogent reply. I have looked at hundreds of documents and thousands of Internet pages so it will take me some time to filter the ones that I thought applied and actually tried. With regard t

Re: CGIServlet - php

2011-09-03 Thread Konstantin Kolinko
2011/9/3 throwsCode : > I do not quite understand you. > I'm trying to implement PHP on tomcat 7.0.20 with no luck.  Does anyone know > how I can tell whether the CGIServlet is running? > > I uncommented all of the sections indicated in the Tomcat document. What sections? What document did you

Re: CGIServlet - php

2011-09-03 Thread throwsCode
Thanks Hassan: I could use all the luck I can get. I was on NetBeans a couple years back but had to bail when they pretty much abandoned web developers. Oracle put the nail in the coffin but it all began with the killing of Woodstock and the Visual Development Environment and that is on Sun.

Re: CGIServlet - php

2011-09-02 Thread Hassan Schroeder
On Fri, Sep 2, 2011 at 9:25 PM, throwsCode wrote: > I am predominantly a JSF/Facelets/IceFaces developer but recently I have > been asked to assist some non-profits which calls for php. Yeah, that's similar to how I got sucked into doing PHP too :-) (Fool me once, shame on me yadda yadda...) >

Re: CGIServlet - php

2011-09-02 Thread throwsCode
Hi Hassan: I am predominantly a JSF/Facelets/IceFaces developer but recently I have been asked to assist some non-profits which calls for php. I would like to use my existing development environment which is Eclipse and Tomcat. If I can discover the secrets to php in Tomcat that would be the be

Re: CGIServlet - php

2011-09-02 Thread Hassan Schroeder
On Fri, Sep 2, 2011 at 5:06 PM, throwsCode wrote: > I'm trying to implement PHP on tomcat 7.0.20 Dear god, why? I would rather duct-tape rabid weasels inside my shorts than do, well, anything with PHP again, but if you must -- just use Apache HTTPD. Seriously. -- Hassan Schroeder ---

Re: CGIServlet - php

2011-09-02 Thread throwsCode
Hi all: An update I entered the following directly into my browser: http://localhost:8080/secondDynamicWeb/cgi-bin/echoInfo.php And got the a 404 Error - Servlet CGI not available. >From this it appears that the servlet is not available but has been defined because the URL pattern /cg