-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jon,

On 5/3/12 3:22 PM, Jon Drukman wrote:
> I set up a brand new Amazon Linux box (basically CentOS with some
> Amazon enhancements).  I installed tomcat6 and
> tomcat6-admin-webapps from yum.

You may hear some grumbling on the list about package-managed versions
of Tomcat. You will certainly get a lot of questions that you might
not know the answers to, so you'll have to do some digging.

> Going to http://server:8080/manager results in a 404 error page
> 
> type Status report message /manager/ description The requested
> resource (/manager/) is not available.

Presumably, that message comes from Tomcat itself. Can you confirm that?

> There is a manager and host-manager directory in
> /usr/share/tomcat6/webapps. Those directories have files like
> META-INF and WEB-INF in them.

That's where the stuff lives, but it still needs to be deployed.

> I was able to install the sample app from the tomcat site and that
> works fine, but nothing else does.

Where did you install the "sample app"? Did you just drop it into
/usr/share/tomcat6/webapps and it auto-deployed?

Do you know what your CATALINA_BASE is? If not, try running "jinfo
[pid]" where "[pid]" is the process-id of the JVM running Tomcat: it
will dump-out all the system properties. You're looking for
"catalina.base". (It wouldn't hurt to know what catalina.home is, too).

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+i43EACgkQ9CaO5/Lv0PDJ6ACgq2aByr/qQF8Js1W/nxhGXAZM
e4QAn3a8CBqS8kcrQAfb/clMbfB7dsyQ
=dxNo
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to