In server.xml file, the tomcat_home which is probably called catlina_home is
set to the root of where tomcat is installed. i.e. /usr/share/tomcat5 ; This
is why tomcat runs from /usr/share/tomcat5.
There is one BIN directory in this folder and other symlinks as below. Where
in the installation should be tomcat index file located?
drwxr-xr-x 2 tomcat root 4096 Mar 10 09:27 bin
lrwxrwxrwx 1 tomcat root   23 Mar 10 09:27 common -> /var/lib/tomcat5/common
lrwxrwxrwx 1 tomcat root   12 Mar 10 09:27 conf -> /etc/tomcat5
lrwxrwxrwx 1 tomcat root   16 Mar 10 09:27 logs -> /var/log/tomcat5
lrwxrwxrwx 1 tomcat root   23 Mar 10 09:27 server -> /var/lib/tomcat5/server
lrwxrwxrwx 1 tomcat root   23 Mar 10 09:27 shared -> /var/lib/tomcat5/shared
lrwxrwxrwx 1 tomcat root   23 Mar 10 09:27 temp -> /var/cache/tomcat5/temp
lrwxrwxrwx 1 tomcat root   24 Mar 10 09:27 webapps ->
/var/lib/tomcat5/webapps
lrwxrwxrwx 1 tomcat root   23 Mar 10 09:27 work -> /var/cache/tomcat5/work

Thanks,vm
On Mon, Mar 15, 2010 at 8:46 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: testwreq wreq [mailto:testw...@gmail.com]
> > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3
> >
> > /var/lib/tomcat5/webapps is empty.
>
> Which could be why you get a blank page.  However, your ps output shows
> Tomcat running from /usr/share/tomcat5, not /var/lib/tomcat5; are they
> symlinked together?  If not, why do you think /var/lib/tomcat5 is important?
>
> The applications distributed with Tomcat are normally under the <Host>
> appBase directory; since you're using a mangled 3rd-party distribution of
> Tomcat, they may have been removed, or located somewhere else - in which
> case you'll need help from whoever mangled the distribution.  If you use a
> standard Tomcat distribution from tomcat.apache.org, we could provide more
> and better help.
>
> The Tomcat startup script you're using also adds a lot of junk to the
> initial classpath - that's another potential problem.  Make sure you do not
> have the CLASSPATH variable set when starting Tomcat.
>
>  - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to