Re: viewing servlets on Tomcat

2008-03-06 Thread Richard Dunne
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 6, 2008 5:48:31 AM Subject: RE: viewing servlets on Tomcat From: Richard Dunne [mailto:[EMAIL PROTECTED] Subject: Re: viewing servlets on Tomcat If it should be, it's not. webapps contains docs, host-manager

Re: viewing servlets on Tomcat

2008-03-06 Thread Richard Dunne
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 6, 2008 5:48:31 AM Subject: RE: viewing servlets on Tomcat From: Richard Dunne [mailto:[EMAIL PROTECTED] Subject: Re: viewing servlets on Tomcat If it should be, it's not. webapps contains docs, host-manager

RE: viewing servlets on Tomcat

2008-03-06 Thread pranab.das
Please use the full-path C:\Program Files\Java\jre1.6.0_05\bin Thanks Regards, Pranabhttp://www.birlasoft.com _ From: Richard Dunne [mailto:[EMAIL PROTECTED] Sent: Thu 3/6/2008 7:08 PM To: Tomcat Users List Subject: Re: viewing servlets on Tomcat The CATALINA_HOME environment

Re: viewing servlets on Tomcat

2008-03-06 Thread Richard Dunne
. - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, March 6, 2008 1:43:24 PM Subject: RE: viewing servlets on Tomcat Please use the full-path C:\Program Files\Java\jre1.6.0_05\bin Thanks Regards, Pranabhttp://www.birlasoft.com

RE: viewing servlets on Tomcat

2008-03-06 Thread Peter Crowther
From: Richard Dunne [mailto:[EMAIL PROTECTED] I have my jdk set at c:\Program Files\Java\jdk1.6.0_04 which catalina does not like, should I include bin in the path? Try replacing Program files with PROGRA~1 if you have short filenames enabled on your system, or put your JDK somewhere that

RE: viewing servlets on Tomcat

2008-03-06 Thread Caldarale, Charles R
From: Richard Dunne [mailto:[EMAIL PROTECTED] Subject: Re: viewing servlets on Tomcat CATALINA_HOME is causing me grief again. CATALINA_HOME=c:\Program Files\Apache Software Foundation\Tomcat 6.0\apache-tomcat-6.0.16\bin Saying causing me grief or catalina.bat is moaning is not really

RE: viewing servlets on Tomcat

2008-03-06 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: viewing servlets on Tomcat Please use the full-path C:\Program Files\Java\jre1.6.0_05\bin Bad advice - the JAVA_HOME variable should *never* include the bin directory. Why are you posting obviously incorrect suggestions

Re: viewing servlets on Tomcat

2008-03-06 Thread Richard Dunne
6, 2008 2:32:27 PM Subject: RE: viewing servlets on Tomcat From: Richard Dunne [mailto:[EMAIL PROTECTED] Subject: Re: viewing servlets on Tomcat CATALINA_HOME is causing me grief again. CATALINA_HOME=c:\Program Files\Apache Software Foundation\Tomcat 6.0\apache-tomcat-6.0.16\bin Saying

RE: viewing servlets on Tomcat

2008-03-06 Thread Peter Crowther
From: Richard Dunne [mailto:[EMAIL PROTECTED] I noticed that when I set the CATALINA_HOME evironment variable, through the Control Panel, it was not taking affect. Yeah, that's bitten me in the past. In Windows (to my knowledge): - User environment variables are read by new processes.

Re: viewing servlets on Tomcat

2008-03-06 Thread mgainty
To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 06, 2008 10:00 AM Subject: Re: viewing servlets on Tomcat I changed my Tomcat directory from c:\Program Files\Apache Software Foundation\Tomcat 6\ to c:\Tomcat\apache-tomcat-6.0.16 I noticed that when I set the CATALINA_HOME

RE: viewing servlets on Tomcat

2008-03-06 Thread pranab.das
servlets on Tomcat From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: viewing servlets on Tomcat Please use the full-path C:\Program Files\Java\jre1.6.0_05\bin Bad advice - the JAVA_HOME variable should *never* include the bin directory. Why are you posting obviously incorrect

RE: viewing servlets on Tomcat

2008-03-06 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: viewing servlets on Tomcat For your kind information, I have suggested to set the Java env!! What specific environment variable are you referring to? If it's JAVA_HOME (or JRE_HOME), it should not include the bin directory

viewing servlets on Tomcat

2008-03-05 Thread Richard Dunne
I have Tomcat installed, but I am unable to view the servlets examples from the Tomcat homepage http://localhost In Web.xml, I have changed param-value for listing to true. I have uncommented the invoker servlet. Is there any other configs that I might be missing? Richard.

Re: viewing servlets on Tomcat

2008-03-05 Thread Hassan Schroeder
On Wed, Mar 5, 2008 at 10:12 AM, Richard Dunne [EMAIL PROTECTED] wrote: I have Tomcat installed, but I am unable to view the servlets examples I have changed param-value for listing to true. I have uncommented the invoker servlet. You shouldn't do the latter at all, and neither has anything

Re: viewing servlets on Tomcat

2008-03-05 Thread Richard Dunne
Of course, Tomcat 6, jre1.6.0_04, jdk1.6.0_04 installed on XP - Original Message From: Hassan Schroeder [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, March 5, 2008 7:06:16 PM Subject: Re: viewing servlets on Tomcat On Wed, Mar 5, 2008 at 10:12 AM

Re: viewing servlets on Tomcat

2008-03-05 Thread Hassan Schroeder
On Wed, Mar 5, 2008 at 11:42 AM, Richard Dunne [EMAIL PROTECTED] wrote: Of course, Tomcat 6, jre1.6.0_04, jdk1.6.0_04 installed on XP logs? actual error? -- Hassan Schroeder [EMAIL PROTECTED] - To

Re: viewing servlets on Tomcat

2008-03-05 Thread Richard Dunne
resource (/examples/servlets/) is not available. Apache Tomcat/6.0.16 - Original Message From: Hassan Schroeder [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, March 5, 2008 7:44:10 PM Subject: Re: viewing servlets on Tomcat On Wed, Mar 5, 2008 at 11:42 AM

Re: viewing servlets on Tomcat

2008-03-05 Thread Richard Dunne
From: Hassan Schroeder [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, March 5, 2008 7:06:16 PM Subject: Re: viewing servlets on Tomcat On Wed, Mar 5, 2008 at 10:12 AM, Richard Dunne [EMAIL PROTECTED] wrote: I have Tomcat installed, but I am unable to view

RE: viewing servlets on Tomcat

2008-03-05 Thread Caldarale, Charles R
From: Richard Dunne [mailto:[EMAIL PROTECTED] Subject: Re: viewing servlets on Tomcat I had a look at my localhost directory c:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ROOT and there is no examples folder. Nor should there be. The webapps/ROOT directory contains

Re: viewing servlets on Tomcat

2008-03-05 Thread Richard Dunne
@tomcat.apache.org Sent: Wednesday, March 5, 2008 11:08:03 PM Subject: RE: viewing servlets on Tomcat From: Richard Dunne [mailto:[EMAIL PROTECTED] Subject: Re: viewing servlets on Tomcat I had a look at my localhost directory c:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps

RE: viewing servlets on Tomcat

2008-03-05 Thread Caldarale, Charles R
From: Richard Dunne [mailto:[EMAIL PROTECTED] Subject: Re: viewing servlets on Tomcat If it should be, it's not. webapps contains docs, host-manager, manager and ROOT. I think a reinstall is in your future. I prefer installing from the .zip rather than the .exe, since it gives you more