Hi harry,
the web.xml in path, "C:\Program Files\Apache Software
Foundation\Tomcat 5.0\webapps\Sancha\WEB-INF"
is :
<?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>
<display-name>Welcome to Tomcat</display-name>
<description>
Welcome to Tomcat
</description>
<!-- JSPC servlet mappings start -->
<servlet>
<servlet-name>org.apache.jsp.index_jsp</servlet-name>
<servlet-class>org.apache.jsp.index_jsp</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>org.apache.jsp.index_jsp</servlet-name>
<url-pattern>/index.jsp</url-pattern>
</servlet-mapping>
<!-- JSPC servlet mappings end -->
</web-app>
Waiting for your instructions.
Thanks in anticipation.
>
> Hello
>
> > Got this error message
>
> Sancha, please copy and paste into an email the complete
> contents of the 'web.xml' file located in the
> '$CATALIA_HOME\webapps\Sancha\WEB-INF' directory.
>
> I had not intended that you provide a 'welcome' page - the
> intention was for you to place documents in the 'Sancha'
> directory so that your friend could access them over the
> wire. By going to your 'site' your friend would simply see
> a directory listing of documents. This could be text
> documents, or image documents - anything that a browser
> can display.
>
> I hasten to add that this is *not* how Tomcat is intended
> to be used (!) but if it solves your 'network problem' so
> be it :-)
>
> Regards
>
> Harry Mantheakis
> London, UK
>
>
>
> ----------------------------------------------------------
> ----------- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]