> From: testwreq wreq [mailto:testw...@gmail.com]
> Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3
> 
> In server.xml file, the tomcat_home which is probably called
> catlina_home is set to the root of where tomcat is installed.

Please elaborate on that statement; server.xml can't set tomcat_home or 
catalina_home to anything - if they exist at all, such environment variables 
must be established before being used in server.xml.

> This is why tomcat runs from /usr/share/tomcat5.
> There is one BIN directory in this folder and other symlinks as below.

I really, really hate these 3rd-party distributions that scatter files all over 
the place and then attempt to put things back together with symlinks; this adds 
nothing but confusion.

> Where in the installation should be tomcat index file located?

There's no "tomcat [sic] index file"; there can be a welcome file for each 
deployed webapp, and the default webapp must be named ROOT (case sensitive).

In a standard Tomcat distribution, the default application is located in the 
ROOT directory under the <Host> appBase directory; so there should be the 
following under /var/lib/tomcat5/webapps:

ROOT/
  index.jsp
  WEB-INF/
    web.xml
    lib/
      catalina-root.jar

Since you're running a 3rd-party Tomcat, you'll need to get support from 
whoever packaged it - or install a real Tomcat from tomcat.apache.org so we can 
provide better help for you.

 - 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