Hi,
   
 Thank you in advance for your help. I have a web application in
the ROOT web dirctory.   I failed to access the index.jsp
:8080. Can someone tell me why. I used Struts in this web
application and declared something like the following
in the ROOT/WEB-INF/web.xml file;
   
  <web-app>
   <!-- Standard Action Servlet Configuration (with
debugging) -->
   <servlet>


     <init-param>
       <param-name>config</param-name>

     </init-param>
     <init-param>
       <param-name>debug</param-name>
       <param-value>3</param-value>
     </init-param>
     <init-param>
       <param-name>detail</param-name>
       <param-value>3</param-value>
     </init-param>
     <load-on-startup>1</load-on-startup>
   </servlet>
   <!-- Standard Action Servlet Mapping -->
   <servlet-mapping>

     <url-pattern>*.do</url-pattern>
   </servlet-mapping>
  <web-app>
 The HTTP Connector listed below.
   
      <!-- Define a non-SSL Coyote HTTP/1.1 Connector
on port 8080 -->




                useURIValidationHack="false" disableUploadTimeout="true"
/>
 
 Sincerely yours,
 
 
 
 
 Kam Lung Leung
 President
 Advanced Voice Technologies, Inc.
 www.advoicetech.com
 Office: 303.539.2950
 Fax: 303.539.2951
 Our business is to bring your clients to you by personalized
voice messaging.
  

Reply via email to