I cannot seem to find a combination of apache httpd and tomcat that will
work together.
I've tried:
Apache 1.3.26 + Tomcat 3.3.1 -- Doesn't understand any of the "Jk"
configuration..."Invalid command 'JkWorkersFile'...
Apache 1.3.26 + Tomcat 4.0.3 -- same
Apache 2.0.39 + Tomcat 4.0.3 -- Can't get to webapp's through tomcat let
alone apache (Yes, of course I can get to the examples through tomcat, but
still not through apache)
Apache 2.0.39 + Tomcat 4.0.4 -- same
/**
* 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";
}