I have dropped the war file into the %CATALINA_HOME%/webapps directory.

I run startup.bat.

Tomcat expands my war file, but I always get:

 


Apache Tomcat/4.0.3 - HTTP Status 404 - /dora

  _____  


type Status report

message /dora

description The requested resource (/dora) is not available.

 

 

Why is this happening?

 

 

 

/**

 * Contact information.

 */

public interface INFO

{

    static final String NAME = "Derrick Koes";

    String title = "Senior Software Engineer";

    String company = "Smith + Nephew Endoscopy";

    URL companyURL = new URL(

    http://www.smith-nephew.com/index-flash.html
<http://www.smith-nephew.com/index-flash.html> );

    String aolIM = "codeauthor2001";

    String EMAIL = "[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]@smith-nephew.com> ";

    String PHONE = "(978) 749-1288";

    String FAX = "(978) 749-1487";

}

 

Reply via email to