I am unable to send as attachment. I include the content here - 

============================================================================
=============
server.xml
============================================================================
=============

<Server port="8005" shutdown="SHUTDOWN">
    <Service name="ShivaTest">
        <Connector port="8009" protocol="AJP/1.3" />

        <Engine name="shiva" defaultHost="abc.shiva.com">
            <Logger className="org.apache.catalina.logger.FileLogger"
debug="9"
                    prefix="shiva_log." suffix=".txt" timestamp="true"
verbosity="4"/>

            <Host name="abc.shiva.com" appBase="webapps"
                  autoDeploy="false" debug="9" unpackWARs="false">
                <Logger className="org.apache.catalina.logger.FileLogger"
debug="9"
                        prefix="abc_log." suffix=".txt" timestamp="true"
verbosity="4"/>
                <Context docBase="abc" path="" reloadable="false"
allowLinking="true" debug="9" />
            </Host>

            <Host name="def.shiva.com" appBase="webapps"
                  autoDeploy="false" debug="9" unpackWARs="false">
                <Logger className="org.apache.catalina.logger.FileLogger"
debug="9"
                        prefix="def_log." suffix=".txt" timestamp="true"
verbosity="4"/>
                <Context docBase="def" path="" reloadable="false"
allowLinking="true" debug="9" />
            </Host>

        </Engine>
    </Service>
</Server>

============================================================================
=============

============================================================================
=============
web.xml
============================================================================
=============

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd";>
<web-app>
    <welcome-file-list>
        <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
</web-app>

============================================================================
=============

-----Original Message-----
From: Quinton Delpeche [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 20, 2004 7:34 PM
To: Tomcat Users List
Subject: Re: Problem in getting index.jsp from the webapp root


On Saturday 20 November 2004 15:51, Shiva.Devaguptapu wrote:
> I attached them with this mail.
Hi,

Sorry but I didn't seem to get the attachment.

Try zipping it.

Q
-- 
Quinton Delpeche
Internal Systems Developer
Softline VIP

Telephone: +27 12 420 7000
Direct:    +27 12 420 7007
Facsimile: +27 12 420 7344

http://www.vippayroll.co.za/

If you sit down at a poker game and don't see a sucker, get up.  You're
the sucker.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to