RE: Configuring Tomcat with IIS Web Server

2003-03-04 Thread Varley, Roger
 
 I'm working on Configuring Tomcat with IIS Web Server
 http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.htmlfro
 m O'Reilly
 Net. I think that I have followed everything exactly. I get a 
 404. tomcat is
 the first and only ISAPI redirector in my list, it has a 
 green arrow. I've
 triple-checked my conf files.
 

Who/What is issuing the 404? IIS or Tomcat? Check the IIS logs.

Regards
Roger

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Configuring Tomcat with IIS Web Server

2003-03-04 Thread Jay Lee
Here is how you can find the problems:
1) try http://localhost:8080/examples to see if the tomcat is on.
2) try http://localhost to test your IIS.  You should have a default page
under wwwroot.
3) If both working, which means your configuration on following was wrong.
Generally, it goes to registery software\Apache Software Foundation\Jakarta
Isapi Redirector\1.0\  it will check your worker_file and your
worder_mount_file.  make sure the configurations are set right.  Meanwhile
change log_level to debug.  After you reboot machine, you can find if
your isapi_redirector.dll is working by checking the log file
iis_redirector.log.

this should help and good luck.
jay

-Original Message-
From: Brewer, Michael [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 7:03 AM
To: [EMAIL PROTECTED]
Subject: Configuring Tomcat with IIS Web Server


I'm working on Configuring Tomcat with IIS Web Server
http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.htmlfrom O'Reilly
Net. I think that I have followed everything exactly. I get a 404. tomcat is
the first and only ISAPI redirector in my list, it has a green arrow. I've
triple-checked my conf files.

Anyone?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Configuring Tomcat with IIS Web Server

2003-03-04 Thread Mark Eggers
Michael,

There are three other issues that you need to be
concerned about with IIS.

1. Make sure you set up virtual directories to point
to the %TOMCAT_HOME%\webapps\appname for each Tomcat
application you wish to serve via IIS.

2. Make sure your System account (which runs IIS) has
read access to those directories.

3. In the Default Web Site--Properties--Documents
add both index.jsp and index.html to the list of
default documents.

HTH

/mde/
just my two cents . . . .

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]