I should add that I had no problem with this in tomcat 3.2.3.
What has changed?
-----Original Message-----
From: Koes, Derrick
Sent: Thursday, June 20, 2002 3:57 PM
To: '[EMAIL PROTECTED]'
Subject: war file "deploys" but can't reach any urls
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";
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>