You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ernie Ho <er...@oracle.com> on 2006/11/10 06:54:49 UTC

First-time user of Tomcat 5.5

Hi,

   I have just downloaded the Tomcat 5.5 Windowns Installer on my XP laptop and completed the installation (seemingly successfully).  

I went through the basic configuration and the Tomcat service started successfully.  (It actually wouldn't start 
Because my JRE versions is 1.4 - after getting the 1.5 JRE, it was able to start).

Now, I would go to Tomcat->Manager or Tomcat->Welcome pages but these pages showed up error of the following : 

There is a problem with the page you are trying to reach and it cannot be displayed.

Is there something obvious that I am missing ? 

Thanks for any reply,

Ernie


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


RE: First-time user of Tomcat 5.5

Posted by Christian Hutzinger <de...@hutzinger.at>.
hi,

have a look at your tomcat-users.xml file in "%TOMCAT_HOME%/conf".
There should be a role named "manager" and a user for this role like the following...

<tomcat-users>
 <role rolename="manager"></role>
 <user password="tomcat" roles="manager" username="tomcat"></user>
</tomcat-users>

chris


Am Thu, 9 Nov 2006 22:16:31 -0800, schrieb Ernie Ho:
>�Hi,
>
>�Thanks for the prompt reply.
>
>�1) I cannot locate the "RUNNINGS.txt" indicated below in the home
>�directory.
>
>�What I had done is gotten the installer from
>�http://tomcat.apache.org/download-55.cgi
>
>�Please also note that I DID NOT get the DEPLOYER or EMBEDDED zips
>�as I did not think they are needed.
>
>�2) nothing notable in the LOGs, �everything is blank except for
>�jakarta_service_20061109.log which does not indicate errors.
>
>�3) I used admin/admin which is set to manager role.
>
>�4) I do not have a staic IP, �I don't think it should matter should
>�it?
>
>�Thanks,
>
>�Ernie
>
>
>�-----Original Message-----
>�From: Caldarale, Charles R [mailto:Chuck.Caldarale@unisys.com]
>�Sent: Thursday, November 09, 2006 10:03 PM To: Tomcat Users List
>�Subject: RE: First-time user of Tomcat 5.5
>
>>�From: Ernie Ho [mailto:ernie.ho@oracle.com]
>>�Subject: First-time user of Tomcat 5.5
>>
>>�Now, I would go to Tomcat->Manager or Tomcat->Welcome pages but
>>�these pages showed up error of the following :
>>
>>�There is a problem with the page you are trying to reach and it
>>�cannot be displayed.
>>
>
>�1) Look at RUNNING.txt in the Tomcat home directory and make sure
>�you've done what's documented in there. �Ignore the advanced
>�section.
>
>�2) Look in the Tomcat logs to see why it's not coming up properly.
>
>�3) Running the manager app requires that you update conf/tomcat-
>�users.xml with a userid/password that has the "manage" role.
>
>�- Chuck
>
>
>�THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE
>�PROPRIETARY MATERIAL and is thus for use only by the intended
>�recipient. If you received this in error, please contact the sender
>�and delete the e-mail and its attachments from all computers.
>
>�--------------------------------------------------------------------
>�- To start a new topic, e-mail: users@tomcat.apache.org To
>�unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>�For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>�--------------------------------------------------------------------
>�- To start a new topic, e-mail: users@tomcat.apache.org To
>�unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For
>�additional commands, e-mail: users-help@tomcat.apache.org



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


RE: First-time user of Tomcat 5.5

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Ernie Ho [mailto:ernie.ho@oracle.com] 
> Subject: RE: First-time user of Tomcat 5.5
> 
> 1) I cannot locate the "RUNNINGS.txt" indicated below in the 
> home directory.

Grumble, grumble - it's another file that has been left out of the .exe
installer.  It's in the .zip and .tar.gz versions.  I much prefer the
.zip over the .exe, since the .exe is also missing the script files
which are useful while learning Tomcat.

> Please also note that I DID NOT get the DEPLOYER or EMBEDDED 
> zips as I did not think they are needed.

Correct.  You probably do want the admin webapp, which should be
unzipped into the Tomcat directory.  Unfortunately, it only matches the
directory naming for the .zip core download, so you have to do some
manual copying to get it right when using the .exe installer.

You never said which JRE level you have installed.  If it's 1.4, you'll
need the Compatibility Package, which again suffers from the same
directory naming issues as the admin download when used with the .exe
installer.  If you have a 1.5 JRE (recommended), you must not install
the Compatibility Package.

> 2) nothing notable in the LOGs,  everything is blank except 
> for jakarta_service_20061109.log which does not indicate errors.

This indicates Tomcat never got started.  The service log is just the
installer creating the Windows service for Tomcat.  Consider grabbing
the .zip and installing that instead.  The .zip comes with a script to
create a service later once you're comfortable with Tomcat.

> 4) I do not have a staic IP,  I don't think it should matter 
> should it?

Nope, not necessary.  Testing is usually done with localhost
(127.0.0.1).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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


RE: First-time user of Tomcat 5.5

Posted by Ernie Ho <er...@oracle.com>.
Hi,

Thanks for the prompt reply.  

1) I cannot locate the "RUNNINGS.txt" indicated below in the home directory.

What I had done is gotten the installer from http://tomcat.apache.org/download-55.cgi

Please also note that I DID NOT get the DEPLOYER or EMBEDDED zips as I did not think they are needed.

2) nothing notable in the LOGs,  everything is blank except for jakarta_service_20061109.log which does not indicate errors.

3) I used admin/admin which is set to manager role.

4) I do not have a staic IP,  I don't think it should matter should it?

Thanks,

Ernie



-----Original Message-----
From: Caldarale, Charles R [mailto:Chuck.Caldarale@unisys.com] 
Sent: Thursday, November 09, 2006 10:03 PM
To: Tomcat Users List
Subject: RE: First-time user of Tomcat 5.5

> From: Ernie Ho [mailto:ernie.ho@oracle.com]
> Subject: First-time user of Tomcat 5.5
> 
> Now, I would go to Tomcat->Manager or Tomcat->Welcome pages but these 
> pages showed up error of the following :
> 
> There is a problem with the page you are trying to reach and it cannot 
> be displayed.

1) Look at RUNNING.txt in the Tomcat home directory and make sure you've done what's documented in there.  Ignore the advanced section.

2) Look in the Tomcat logs to see why it's not coming up properly.

3) Running the manager app requires that you update conf/tomcat-users.xml with a userid/password that has the "manage" role.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

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



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


RE: First-time user of Tomcat 5.5

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Ernie Ho [mailto:ernie.ho@oracle.com] 
> Subject: First-time user of Tomcat 5.5
> 
> Now, I would go to Tomcat->Manager or Tomcat->Welcome pages 
> but these pages showed up error of the following : 
> 
> There is a problem with the page you are trying to reach and 
> it cannot be displayed.

1) Look at RUNNING.txt in the Tomcat home directory and make sure you've
done what's documented in there.  Ignore the advanced section.

2) Look in the Tomcat logs to see why it's not coming up properly.

3) Running the manager app requires that you update
conf/tomcat-users.xml with a userid/password that has the "manage" role.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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