You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "aryan.kapoor" <ar...@gmail.com> on 2007/09/12 09:41:50 UTC

tomcat installation

	posted Today 11:56 AM      Profile for aryan kapoor   Email aryan kapoor  
Send New Private Message      Edit/Delete Post   Reply With Quote  hi
everyone,

i had a doubt regarding installing and running tomcat...

i have extracted tomcat folder along with the project folder from a
repository... and i am able to run my web application without any hassles...

what i need to know is when i enter http://localhost:8080 in my browser.. i
don't see tomcat manager....

then how is my application running?? how is it possible

thanks
-- 
View this message in context: http://www.nabble.com/tomcat-installation-tf4427536.html#a12630306
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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: tomcat installation

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Christopher Schultz [mailto:chris@christopherschultz.net] 
> Subject: Re: tomcat installation
> 
> 1. Have you deployed the Tomcat manager? I believe it does not come
>    enabled by default.

The manager app is deployed by default on all Tomcat levels.  It's the
admin app that's optional (or non-existant on Tomcat 6).

> 2. The Tomcat manager is usually deployed under /manager, so your
>    URL for the manager ought to be http://localhost:8080/manager

That won't work, since the manager app is actually a collection of
sub-apps, and there is no default home page for the manager.  A typical
valid URL would be:
http://localhost:8080/manager/html

> The manager is just another web application; it's not "built-in" to
> Tomcat and available all the time.

It is unless you explicitly remove it.

Unfotunately, the OP provided no real useful information, such as Tomcat
level, JRE/JDK level, platform, error messages in the log, etc.

 - 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: tomcat installation

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Aryan,

aryan.kapoor wrote:
> what i need to know is when i enter http://localhost:8080 in my browser.. i
> don't see tomcat manager....

1. Have you deployed the Tomcat manager? I believe it does not come
   enabled by default.

2. The Tomcat manager is usually deployed under /manager, so your
   URL for the manager ought to be http://localhost:8080/manager

The manager is just another web application; it's not "built-in" to
Tomcat and available all the time.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG5+cU9CaO5/Lv0PARAmPqAJ9VsVzpVwt122mCZhgBWbUffNVZhgCgjKER
EOFc253YelmvBBb7enjOzMY=
=a9GB
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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