I dropped my war file in the webapps directory in a tomcat 4.0.4 install.

I started tomcat, and a directory is created with the contents of my war
file.

However, I cannot hit the expected url with any success.  I always get a 404
error.

Can anyone help?

 

Thanks.

 

/**

 * 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