Re: Installation problem [newbie]

2010-08-19 Thread Pid
On 18/08/2010 21:51, Ron Wheeler wrote: *C:\Program Files\apache-tomcat-6.0.29\binecho %JAVA_HOME%* *C:\Program Files\Java\jdk1.6.0_17\bin* and C:\Documents and Settings\Jonjava -version java version 1.6.0_21 Spot the difference between these two things. Then, uninstall Tomcat and

Re: Installation problem [newbie]

2010-08-18 Thread Hassan Schroeder
On Wed, Aug 18, 2010 at 6:31 AM, Jonathan Camilleri camilleri@gmail.com wrote: I'm trying to install Apache Tomcat (* httpd-2.2.16-win32-x86-openssl-0.9.8o.msihttp://httpd.apache.org/download.cgi#apache22 *) No, you're not. That's an Apache httpd installer. What is it you *want* to

Re: Installation problem [newbie]

2010-08-18 Thread Mark Eggers
A couple of things: The list in general strips attachments, so your log did not make it through. The file httpd-2.2.16-win32-x86-openssl-0.9.8o.msi is for installing the Apache web server. The Apache web server is useful if you are planning to write PHP, Perl, Python, or Lisp/Scheme web sites.

Re: Installation problem [newbie]

2010-08-18 Thread Jonathan Camilleri
Well, I've installed the webserver (1st file), however, no services are running, and, no page is running on http://127.0.0.1:8080 (IIS runs on port 80). When I try to start up catalina, it says that it cannot find JAVA_HOME, but I am not sure why... *Microsoft Windows XP [Version 5.1.2600]* *(C)

RE: Installation problem [newbie]

2010-08-18 Thread Caldarale, Charles R
From: Jonathan Camilleri [mailto:camilleri@gmail.com] Subject: Re: Installation problem [newbie] Well, I've installed the webserver (1st file) Let's get back to the basic question Pid asked originally: What are you trying to accomplish? Nothing that you've said so far gives anyone any

Re: Installation problem [newbie]

2010-08-18 Thread Mark Eggers
Please only reply to the list. I read the list regularly (and respond sporadically). I also get about 200 mail messages per day, and will probably miss mail messages from addresses I don't recognize. I will certainly not respond to addresses I don't recognize very quickly. Thanks. I'll make

Re: Installation problem [newbie]

2010-08-18 Thread Ron Wheeler
It is saying that you do not have a JAVA_HOME environment variable defined. Is a JAVA JDK installed? Do you have JAVA_HOME defined pointing to the installation? Ron On 18/08/2010 3:43 PM, Jonathan Camilleri wrote: Well, I've installed the webserver (1st file), however, no services are

Re: Installation problem [newbie]

2010-08-18 Thread Jonathan Camilleri
On 18 August 2010 22:34, Ron Wheeler rwhee...@artifact-software.com wrote: It is saying that you do not have a JAVA_HOME environment variable defined. Yes Is a JAVA JDK installed? Do you have JAVA_HOME defined pointing to the installation? Yes, see command line... Microsoft Windows XP

Re: Installation problem [newbie]

2010-08-18 Thread Mark Eggers
PHP. . . . . just my two cents. /mde/ - Original Message From: Jonathan Camilleri camilleri@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Wed, August 18, 2010 1:36:04 PM Subject: Re: Installation problem [newbie] I want to run PHP basically, and, Apache Tomcat

Re: Installation problem [newbie]

2010-08-18 Thread André Warnier
Jonathan Camilleri wrote: I want to run PHP basically, and, Apache Tomcat is a pre-requisite. I think you have got some things right, and other things wrong then. In my opinion, Apache Tomcat might not be the best choice as a webserver to host PHP scripts. And you do not need Java for that

RE: Installation problem [newbie]

2010-08-18 Thread Caldarale, Charles R
From: Jonathan Camilleri [mailto:camilleri@gmail.com] Subject: Re: Installation problem [newbie] I want to run PHP basically, and, Apache Tomcat is a pre-requisite. Tomcat is certainly not a prerequisite for running PHP (it's rather ugly under Tomcat). So again, what are you trying

Re: Installation problem [newbie]

2010-08-18 Thread Ron Wheeler
On 18/08/2010 4:38 PM, Jonathan Camilleri wrote: On 18 August 2010 22:34, Ron Wheelerrwhee...@artifact-software.com wrote: It is saying that you do not have a JAVA_HOME environment variable defined. Yes Good Is a JAVA JDK installed? Do you have JAVA_HOME defined pointing to the

Re: Installation problem [newbie]

2010-08-18 Thread michel
Hi, I am under the impression that Tomcat is a bad choice to run PHP. Michel - Original Message - From: Jonathan Camilleri camilleri@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, August 18, 2010 4:36 PM Subject: Re: Installation problem [newbie

RE: Installation problem [newbie]

2010-08-18 Thread Caldarale, Charles R
From: michel [mailto:compu...@videotron.ca] Subject: Re: Installation problem [newbie] I am under the impression that Tomcat is a bad choice to run PHP. Let's just say there are far better ones. Apache httpd would be the first choice, but you already appear to have IIS running, so you