RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Gary_Evans

Is your JAVA_HOME environment variable set to C:\jdk1.4.0 (or wherever jdk
4.1.0_01 lives on your system)?

That's likely to be the problem.

Cheers,

Gary Evans, MCSE, MCP+I
Systems Administrator
SAIC 
850-245- x3329
[EMAIL PROTECTED] 




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 2:23 PM
To: [EMAIL PROTECTED]
Subject: Problem with IIS Win2K + Tomcat


I am running Tomcat 4.0.1 and J2SDK 1.4.0_01 on Win2K.

I finally got Tomcat to intercept /examples/* so it picks up HTML pages ok
but will not execute JSP code.  The browser just displays them on the
screen as text
or only executes the HTML part.  I get the green up arrow.

I haven't tried servlets yet.

I'm sure it's something I've overlooked.  Any suggestions.

  Thanks,
  Paul


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



RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Turner, John


Any error messages?

Sounds like tomcat isn't even getting the JSP requests at all, which would
mean a problem with the connector configuration.  Just to be sure, you're
saying that http://localhot:8080/examples/ doesn't give you anything or
doesn't execute properly?

John Turner
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 2:23 PM
To: [EMAIL PROTECTED]
Subject: Problem with IIS Win2K + Tomcat


I am running Tomcat 4.0.1 and J2SDK 1.4.0_01 on Win2K.

I finally got Tomcat to intercept /examples/* so it picks up HTML pages ok
but will not execute JSP code.  The browser just displays them on the
screen as text
or only executes the HTML part.  I get the green up arrow.

I haven't tried servlets yet.

I'm sure it's something I've overlooked.  Any suggestions.

  Thanks,
  Paul


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

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




RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Durham David Cntr 805CSS/SCBE

How do you know that Tomcat is intercepting these requests?  It sounds to me like it 
is not.




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 1:23 PM
 To: [EMAIL PROTECTED]
 Subject: Problem with IIS Win2K + Tomcat
 
 
 I am running Tomcat 4.0.1 and J2SDK 1.4.0_01 on Win2K.
 
 I finally got Tomcat to intercept /examples/* so it picks up 
 HTML pages ok
 but will not execute JSP code.  The browser just displays them on the
 screen as text
 or only executes the HTML part.  I get the green up arrow.
 
 I haven't tried servlets yet.
 
 I'm sure it's something I've overlooked.  Any suggestions.
 
   Thanks,
   Paul
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 

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




RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Paul_Anastas


JAVA_HOME is set correctly.

When I enter http://localhost:8080/examples/  etc... JSP's execute
correctly.
This forces Tomcat to be the web server, am I correct?

  Paul



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




RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Turner, John


Yes, and that's a 100% indicator that something is wrong with either the IIS
configuration or the configuration of the connector between the two.  In
other words, it's not a tomcat problem.

John Turner
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 2:57 PM
To: Tomcat Users List
Subject: RE: Problem with IIS Win2K + Tomcat



JAVA_HOME is set correctly.

When I enter http://localhost:8080/examples/  etc... JSP's execute
correctly.
This forces Tomcat to be the web server, am I correct?

  Paul



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

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




RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Paul_Anastas


Is that the ISAPI_REDIRECTOR.DLL file?  Maybe I should try a newer version.

  Paul



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




RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Turner, John


Yes, the problems are either with the IIS setup, or the connector between
IIS and tomcat, which is probably mod_jk and it's configuration.

This might help:
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm

John Turner
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 3:40 PM
To: Tomcat Users List
Subject: RE: Problem with IIS Win2K + Tomcat



Is that the ISAPI_REDIRECTOR.DLL file?  Maybe I should try a newer version.

  Paul



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

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




RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Paul_Anastas


You mentioned mod_jk.  I thought that was only for use with an Apache web
server.
If that's not the case then that's my problem.  I don't have one.

  Thanks,
  Paul



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




RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Durham David Cntr 805CSS/SCBE

isapi_redirector is what you want.   You can get it from the tomcat 3.3 distribution

Here are possible problems (use the ajp connector docs for IIS as reference) 
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html  (bottom half of page)

Check your registry entries, typos can be a problem of course, but probably not the 
problem since you have a green arrow in IIS.

Check the uriworkermap.properties file, you need something like:
/examples/servlet/*=$(default.worker)
/examples/*.jsp=$(default.worker)

Also, can you view the examples on port 8080, i.e. not going through IIS?  If you 
can't do that, then it they obviously won't work through IIS and your problem is 
elsewhere.

-Dave

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 3:21 PM
 To: Tomcat Users List
 Subject: RE: Problem with IIS Win2K + Tomcat
 
 
 
 You mentioned mod_jk.  I thought that was only for use with 
 an Apache web
 server.
 If that's not the case then that's my problem.  I don't have one.
 
   Thanks,
   Paul
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 

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