RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread rsequeira


Do you have the warp connector enabled too? The log file indicates a
problem with the Warp connector. It doesn't show anything about the AJP13
connector.

RS





"Diana McLean" <[EMAIL PROTECTED]> on 07/16/2002 02:20:11 PM

Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>

To:"Tomcat Users List" <[EMAIL PROTECTED]>
cc:

Subject:    RE: tomcat 4.0 and IIS - troubleshoot configuration

How shall I set the log_level registry?

here is the local_access_log.
 - - [16/Jul/2002:15:11:45 -0500] "GET /testfolder/Test.jsp HTTP/1.1" 200
537
 - - [16/Jul/2002:15:11:53 -0500] "GET /testfolder/servlet/Test HTTP/1.1"
200 209

here is the apache log file( I am using the ajp13 connector):

2002-07-16 15:10:15 [org.apache.catalina.connector.warp.WarpConnector]
Error accepting requests
java.net.SocketException: socket closed
 at java.net.PlainSocketImpl.socketAccept(Native Method)
 at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343)
 at java.net.ServerSocket.implAccept(ServerSocket.java:438)
 at java.net.ServerSocket.accept(ServerSocket.java:409)
 at
org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590)

 at java.lang.Thread.run(Thread.java:536)

Computer has
 Windows 2000
 jdk1.4
 isapi_redirector.dll  5/04/02 237 kb

There is a zip file from this site:

http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html#4


Thanks again,

Diana
-Original Message-
From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 1:51 PM
To: 'Tomcat Users List'
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Diana,

Your best bet is to delete your log files, set the log_level registry
key to "debug" and restart IIS.  Test one of your directories then post
your log file for the redirector to the mailing list.  At this point,
I'm sure most of us need more info before we can offer any helpful
information.

Also, post the size and date of your redirector, where you got it, your
OS, JDK and any other helpful background info.


- Andrew

> -Original Message-
> From: Diana McLean [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 16, 2002 1:32 PM
> To: Tomcat Users List
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
>
>
> Thanks Andrew.
>
> Yes, I have set up a virtual directory called jakarta that
> has the isapi_redirector.dll under it. The file is physically
> located in the CATALINA_HOME/bin directory.
>
> Diana
>
> -Original Message-----
> From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 16, 2002 1:24 PM
> To: 'Tomcat Users List'
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
>
>
> Diana,
>
> Do you have a virtual directory in your website pointing to
> the directory of your isapi_redirector.dll?
>
> Specifically, if your extension_uri registry entry equals
> "/jakarta/isapi_redirector.dll", then you need to have a
> virtual directory called "jakarta" and it should point to the
> folder that contains isapi_redirector.dll.
>
> Hope this helps.
>
> If you need some more pointers, try this step by step web-page
>
> http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
>
> - Andrew
>
> > -Original Message-
> > From: Diana McLean [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 16, 2002 12:23 PM
> > To: Tomcat Users List
> > Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> >
> >
> > Yes, I can access both JSP and Servlets using port 8080.
> >
> > > http://localhost:8080/testfolder/Test.jspworks
> > > http://localhost/testfolder/Test.jsp works
> > >
> > >
> > > http://localhost:8080/testfolder/servlet/TestServlet
> > does not work
> > > http://localhost/testfolder/servlet/TestServlet
> > does not work
> > >
> > > The Green arrow is up.
> >
> >
> > This is the uriworkermap.properties file:
> > #
> > # Default worker to be used through our mappings
> > #
> > default.worker=ajp13
> >
> > /*.jsp=$(default.worker)
> > /servlet/*=$(default.worker)
> >
> > #
> > # Sites to be redirected to Tomcat
> > #
> >
> > /testfolder=$(default.worker)
> > /testfolder/*=$(default.worker)
> >
> > Thanks,
> > Diana
> > -----Original Message-
> > From: Sexton, George [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, July 15, 2002 7:04 PM
> > To: Tomcat Users List
> > Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Turner, John


Apache seems to think you are using the WARP connector, not ajp13.

John 


-Original Message-
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 3:20 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


How shall I set the log_level registry?

here is the local_access_log.
 - - [16/Jul/2002:15:11:45 -0500] "GET /testfolder/Test.jsp HTTP/1.1" 200
537
 - - [16/Jul/2002:15:11:53 -0500] "GET /testfolder/servlet/Test HTTP/1.1"
200 209

here is the apache log file( I am using the ajp13 connector):

2002-07-16 15:10:15 [org.apache.catalina.connector.warp.WarpConnector] Error
accepting requests
java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343)
at java.net.ServerSocket.implAccept(ServerSocket.java:438)
at java.net.ServerSocket.accept(ServerSocket.java:409)
at
org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590)
at java.lang.Thread.run(Thread.java:536)

Computer has 
Windows 2000
jdk1.4
isapi_redirector.dll  5/04/02 237 kb

There is a zip file from this site:

http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html#4


Thanks again,

Diana
-Original Message-
From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 1:51 PM
To: 'Tomcat Users List'
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Diana,

Your best bet is to delete your log files, set the log_level registry
key to "debug" and restart IIS.  Test one of your directories then post
your log file for the redirector to the mailing list.  At this point,
I'm sure most of us need more info before we can offer any helpful
information.

Also, post the size and date of your redirector, where you got it, your
OS, JDK and any other helpful background info.


- Andrew

> -Original Message-
> From: Diana McLean [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 16, 2002 1:32 PM
> To: Tomcat Users List
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Thanks Andrew.
> 
> Yes, I have set up a virtual directory called jakarta that 
> has the isapi_redirector.dll under it. The file is physically 
> located in the CATALINA_HOME/bin directory.
> 
> Diana
> 
> -Original Message-
> From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 16, 2002 1:24 PM
> To: 'Tomcat Users List'
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Diana, 
> 
> Do you have a virtual directory in your website pointing to 
> the directory of your isapi_redirector.dll?
> 
> Specifically, if your extension_uri registry entry equals 
> "/jakarta/isapi_redirector.dll", then you need to have a 
> virtual directory called "jakarta" and it should point to the 
> folder that contains isapi_redirector.dll.
> 
> Hope this helps.
> 
> If you need some more pointers, try this step by step web-page
> 
> http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
> 
> - Andrew
> 
> > -Original Message-
> > From: Diana McLean [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 16, 2002 12:23 PM
> > To: Tomcat Users List
> > Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> > 
> > 
> > Yes, I can access both JSP and Servlets using port 8080.
> > 
> > > http://localhost:8080/testfolder/Test.jsp works
> > > http://localhost/testfolder/Test.jsp  works
> > > 
> > > 
> > > http://localhost:8080/testfolder/servlet/TestServlet  
> > does not work
> > > http://localhost/testfolder/servlet/TestServlet   
> > does not work
> > > 
> > > The Green arrow is up.
> > 
> > 
> > This is the uriworkermap.properties file:
> > #
> > # Default worker to be used through our mappings
> > #
> > default.worker=ajp13
> > 
> > /*.jsp=$(default.worker)
> > /servlet/*=$(default.worker)
> > 
> > #
> > # Sites to be redirected to Tomcat
> > #
> > 
> > /testfolder=$(default.worker)
> > /testfolder/*=$(default.worker)
> > 
> > Thanks,
> > Diana
> > -Original Message-
> > From: Sexton, George [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, July 15, 2002 7:04 PM
> > To: Tomcat Users List
> > Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> > 
> > 
> > Are you running Tomcat as a service? If so, can you connect
> > directly to it through the http connector running on port 8080?
> > 
> > -Original 

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Diana McLean

How shall I set the log_level registry?

here is the local_access_log.
 - - [16/Jul/2002:15:11:45 -0500] "GET /testfolder/Test.jsp HTTP/1.1" 200 537
 - - [16/Jul/2002:15:11:53 -0500] "GET /testfolder/servlet/Test HTTP/1.1" 200 209

here is the apache log file( I am using the ajp13 connector):

2002-07-16 15:10:15 [org.apache.catalina.connector.warp.WarpConnector] Error accepting 
requests
java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343)
at java.net.ServerSocket.implAccept(ServerSocket.java:438)
at java.net.ServerSocket.accept(ServerSocket.java:409)
at org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590)
at java.lang.Thread.run(Thread.java:536)

Computer has 
Windows 2000
jdk1.4
isapi_redirector.dll  5/04/02 237 kb

There is a zip file from this site:

http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html#4


Thanks again,

Diana
-Original Message-
From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 1:51 PM
To: 'Tomcat Users List'
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Diana,

Your best bet is to delete your log files, set the log_level registry
key to "debug" and restart IIS.  Test one of your directories then post
your log file for the redirector to the mailing list.  At this point,
I'm sure most of us need more info before we can offer any helpful
information.

Also, post the size and date of your redirector, where you got it, your
OS, JDK and any other helpful background info.


- Andrew

> -Original Message-
> From: Diana McLean [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 16, 2002 1:32 PM
> To: Tomcat Users List
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Thanks Andrew.
> 
> Yes, I have set up a virtual directory called jakarta that 
> has the isapi_redirector.dll under it. The file is physically 
> located in the CATALINA_HOME/bin directory.
> 
> Diana
> 
> -Original Message-
> From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 16, 2002 1:24 PM
> To: 'Tomcat Users List'
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Diana, 
> 
> Do you have a virtual directory in your website pointing to 
> the directory of your isapi_redirector.dll?
> 
> Specifically, if your extension_uri registry entry equals 
> "/jakarta/isapi_redirector.dll", then you need to have a 
> virtual directory called "jakarta" and it should point to the 
> folder that contains isapi_redirector.dll.
> 
> Hope this helps.
> 
> If you need some more pointers, try this step by step web-page
> 
> http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
> 
> - Andrew
> 
> > -Original Message-
> > From: Diana McLean [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 16, 2002 12:23 PM
> > To: Tomcat Users List
> > Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> > 
> > 
> > Yes, I can access both JSP and Servlets using port 8080.
> > 
> > > http://localhost:8080/testfolder/Test.jsp works
> > > http://localhost/testfolder/Test.jsp  works
> > > 
> > > 
> > > http://localhost:8080/testfolder/servlet/TestServlet  
> > does not work
> > > http://localhost/testfolder/servlet/TestServlet   
> > does not work
> > > 
> > > The Green arrow is up.
> > 
> > 
> > This is the uriworkermap.properties file:
> > #
> > # Default worker to be used through our mappings
> > #
> > default.worker=ajp13
> > 
> > /*.jsp=$(default.worker)
> > /servlet/*=$(default.worker)
> > 
> > #
> > # Sites to be redirected to Tomcat
> > #
> > 
> > /testfolder=$(default.worker)
> > /testfolder/*=$(default.worker)
> > 
> > Thanks,
> > Diana
> > -Original Message-
> > From: Sexton, George [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, July 15, 2002 7:04 PM
> > To: Tomcat Users List
> > Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> > 
> > 
> > Are you running Tomcat as a service? If so, can you connect
> > directly to it through the http connector running on port 8080?
> > 
> > -Original Message-
> > From: Diana McLean [mailto:[EMAIL PROTECTED]]
> > Sent: 15 July, 2002 3:06 PM
> > To: [EMAIL PROTECTED]
> > Subject: tomcat 4.0 and IIS - troubleshoot configuration
> > 
> > 
> > Does anyone have any suggestions 

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Andrew Conrad

Diana,

Your best bet is to delete your log files, set the log_level registry
key to "debug" and restart IIS.  Test one of your directories then post
your log file for the redirector to the mailing list.  At this point,
I'm sure most of us need more info before we can offer any helpful
information.

Also, post the size and date of your redirector, where you got it, your
OS, JDK and any other helpful background info.


- Andrew

> -Original Message-
> From: Diana McLean [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 16, 2002 1:32 PM
> To: Tomcat Users List
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Thanks Andrew.
> 
> Yes, I have set up a virtual directory called jakarta that 
> has the isapi_redirector.dll under it. The file is physically 
> located in the CATALINA_HOME/bin directory.
> 
> Diana
> 
> -Original Message-
> From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 16, 2002 1:24 PM
> To: 'Tomcat Users List'
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Diana, 
> 
> Do you have a virtual directory in your website pointing to 
> the directory of your isapi_redirector.dll?
> 
> Specifically, if your extension_uri registry entry equals 
> "/jakarta/isapi_redirector.dll", then you need to have a 
> virtual directory called "jakarta" and it should point to the 
> folder that contains isapi_redirector.dll.
> 
> Hope this helps.
> 
> If you need some more pointers, try this step by step web-page
> 
> http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
> 
> - Andrew
> 
> > -----Original Message-----
> > From: Diana McLean [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 16, 2002 12:23 PM
> > To: Tomcat Users List
> > Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> > 
> > 
> > Yes, I can access both JSP and Servlets using port 8080.
> > 
> > > http://localhost:8080/testfolder/Test.jsp works
> > > http://localhost/testfolder/Test.jsp  works
> > > 
> > > 
> > > http://localhost:8080/testfolder/servlet/TestServlet  
> > does not work
> > > http://localhost/testfolder/servlet/TestServlet   
> > does not work
> > > 
> > > The Green arrow is up.
> > 
> > 
> > This is the uriworkermap.properties file:
> > #
> > # Default worker to be used through our mappings
> > #
> > default.worker=ajp13
> > 
> > /*.jsp=$(default.worker)
> > /servlet/*=$(default.worker)
> > 
> > #
> > # Sites to be redirected to Tomcat
> > #
> > 
> > /testfolder=$(default.worker)
> > /testfolder/*=$(default.worker)
> > 
> > Thanks,
> > Diana
> > -Original Message-
> > From: Sexton, George [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, July 15, 2002 7:04 PM
> > To: Tomcat Users List
> > Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> > 
> > 
> > Are you running Tomcat as a service? If so, can you connect
> > directly to it through the http connector running on port 8080?
> > 
> > -Original Message-
> > From: Diana McLean [mailto:[EMAIL PROTECTED]]
> > Sent: 15 July, 2002 3:06 PM
> > To: [EMAIL PROTECTED]
> > Subject: tomcat 4.0 and IIS - troubleshoot configuration
> > 
> > 
> > Does anyone have any suggestions as to what to look for to
> > determine why the tomcat 4.0 installation is not working with 
> > IIS 5.0? They work fine separately.
> > 
> > Thanks,
> > 
> > Diana
> > 
> > --
> > To unsubscribe, e-mail:
> > <mailto:tomcat-user-> [EMAIL PROTECTED]>
> > For 
> > additional commands, 
> > e-mail: <mailto:[EMAIL PROTECTED]>
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:tomcat-user-> [EMAIL PROTECTED]>
> > For
> > additional commands, 
> > e-mail: <mailto:[EMAIL PROTECTED]>
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:tomcat-user-> [EMAIL PROTECTED]>
> > For
> > additional commands, 
> > e-mail: <mailto:[EMAIL PROTECTED]>
> > 
> > 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [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: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Diana McLean

Thanks Andrew.

Yes, I have set up a virtual directory called jakarta that has the 
isapi_redirector.dll under it. The file is physically located in the CATALINA_HOME/bin 
directory.

Diana

-Original Message-
From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 1:24 PM
To: 'Tomcat Users List'
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Diana, 

Do you have a virtual directory in your website pointing to the
directory of your isapi_redirector.dll?

Specifically, if your extension_uri registry entry equals
"/jakarta/isapi_redirector.dll", then you need to have a virtual
directory called "jakarta" and it should point to the folder that
contains isapi_redirector.dll.

Hope this helps.

If you need some more pointers, try this step by step web-page

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

- Andrew

> -Original Message-
> From: Diana McLean [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 16, 2002 12:23 PM
> To: Tomcat Users List
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Yes, I can access both JSP and Servlets using port 8080.
> 
> > http://localhost:8080/testfolder/Test.jsp   works
> > http://localhost/testfolder/Test.jspworks
> > 
> > 
> > http://localhost:8080/testfolder/servlet/TestServlet
> does not work
> > http://localhost/testfolder/servlet/TestServlet 
> does not work
> > 
> > The Green arrow is up.
> 
> 
> This is the uriworkermap.properties file:
> #
> # Default worker to be used through our mappings
> #
> default.worker=ajp13
> 
> /*.jsp=$(default.worker) 
> /servlet/*=$(default.worker)
> 
> #
> # Sites to be redirected to Tomcat
> #
> 
> /testfolder=$(default.worker)
> /testfolder/*=$(default.worker)
> 
> Thanks,
> Diana
> -Original Message-
> From: Sexton, George [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 15, 2002 7:04 PM
> To: Tomcat Users List
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Are you running Tomcat as a service? If so, can you connect 
> directly to it through the http connector running on port 8080?
> 
> -Original Message-
> From: Diana McLean [mailto:[EMAIL PROTECTED]]
> Sent: 15 July, 2002 3:06 PM
> To: [EMAIL PROTECTED]
> Subject: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Does anyone have any suggestions as to what to look for to 
> determine why the tomcat 4.0 installation is not working with 
> IIS 5.0? They work fine separately.
> 
> Thanks,
> 
> Diana
> 
> --
> To unsubscribe, e-mail: 
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [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]>


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




RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Diana McLean

Yes, it's a typo. I apologize.

 http://localhost:8080/testfolder/Test.jspworks
> http://localhost/testfolder/Test.jsp   does not
>
>
> http://localhost:8080/testfolder/servlet/TestServletworks
> http://localhost/testfolder/servlet/TestServlet   does not

The log files don't report anything particularly useful. iis_redirect.log did not 
register anything. The uriworkermap.properties map is shown below.

Thanks,

Diana

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 12:59 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration



Is that a typo? You said

Yes, I can access both JSP and Servlets using port 8080.
> http://localhost:8080/testfolder/Test.jspworks
> http://localhost/testfolder/Test.jsp   does not
>
>
> http://localhost:8080/testfolder/servlet/TestServletworks

work


The above implies that the servlets don't work either on Tomcat.
Assuming the above is a typo, are there some logs on whether your request
is reaching Tomcat or not? Also check the following:
1)The "jakarta" virtual directory (the physical path is the place when the
ISAPI dll is stored) has execute permission.
2) You've added a "testfolder" virtual directory using IIS.

If the above isn't a typo, then you need to check your Context
configuration in server.xml (There should be a Context entry for
"testfolder")

RS





"Diana McLean" <[EMAIL PROTECTED]> on 07/16/2002 11:23:27 AM

Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>

To:"Tomcat Users List" <[EMAIL PROTECTED]>
cc:

Subject:RE: tomcat 4.0 and IIS - troubleshoot configuration

Yes, I can access both JSP and Servlets using port 8080.

> http://localhost:8080/testfolder/Test.jspworks
> http://localhost/testfolder/Test.jsp   works
>
>
> http://localhost:8080/testfolder/servlet/TestServlet does not
work
> http://localhost/testfolder/servlet/TestServlet
does not work
>
> The Green arrow is up.


This is the uriworkermap.properties file:
#
# Default worker to be used through our mappings
#
default.worker=ajp13

/*.jsp=$(default.worker)
/servlet/*=$(default.worker)

#
# Sites to be redirected to Tomcat
#

/testfolder=$(default.worker)
/testfolder/*=$(default.worker)

Thanks,
Diana
-----Original Message-----
From: Sexton, George [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 7:04 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Are you running Tomcat as a service? If so, can you connect directly to it
through the http connector running on port 8080?

-Original Message-
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: 15 July, 2002 3:06 PM
To: [EMAIL PROTECTED]
Subject: tomcat 4.0 and IIS - troubleshoot configuration


Does anyone have any suggestions as to what to look for to determine why
the
tomcat 4.0 installation is not working with IIS 5.0? They work fine
separately.

Thanks,

Diana

--
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]>


--
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]>


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




RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Andrew Conrad

Diana, 

Do you have a virtual directory in your website pointing to the
directory of your isapi_redirector.dll?

Specifically, if your extension_uri registry entry equals
"/jakarta/isapi_redirector.dll", then you need to have a virtual
directory called "jakarta" and it should point to the folder that
contains isapi_redirector.dll.

Hope this helps.

If you need some more pointers, try this step by step web-page

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

- Andrew

> -Original Message-
> From: Diana McLean [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 16, 2002 12:23 PM
> To: Tomcat Users List
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Yes, I can access both JSP and Servlets using port 8080.
> 
> > http://localhost:8080/testfolder/Test.jsp   works
> > http://localhost/testfolder/Test.jspworks
> > 
> > 
> > http://localhost:8080/testfolder/servlet/TestServlet
> does not work
> > http://localhost/testfolder/servlet/TestServlet 
> does not work
> > 
> > The Green arrow is up.
> 
> 
> This is the uriworkermap.properties file:
> #
> # Default worker to be used through our mappings
> #
> default.worker=ajp13
> 
> /*.jsp=$(default.worker) 
> /servlet/*=$(default.worker)
> 
> #
> # Sites to be redirected to Tomcat
> #
> 
> /testfolder=$(default.worker)
> /testfolder/*=$(default.worker)
> 
> Thanks,
> Diana
> -----Original Message-----
> From: Sexton, George [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 15, 2002 7:04 PM
> To: Tomcat Users List
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Are you running Tomcat as a service? If so, can you connect 
> directly to it through the http connector running on port 8080?
> 
> -Original Message-
> From: Diana McLean [mailto:[EMAIL PROTECTED]]
> Sent: 15 July, 2002 3:06 PM
> To: [EMAIL PROTECTED]
> Subject: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> Does anyone have any suggestions as to what to look for to 
> determine why the tomcat 4.0 installation is not working with 
> IIS 5.0? They work fine separately.
> 
> Thanks,
> 
> Diana
> 
> --
> To unsubscribe, e-mail: 
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [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: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread rsequeira


Is that a typo? You said

Yes, I can access both JSP and Servlets using port 8080.
> http://localhost:8080/testfolder/Test.jspworks
> http://localhost/testfolder/Test.jsp   works
>
>
> http://localhost:8080/testfolder/servlet/TestServlet does not
work


The above implies that the servlets don't work either on Tomcat.
Assuming the above is a typo, are there some logs on whether your request
is reaching Tomcat or not? Also check the following:
1)The "jakarta" virtual directory (the physical path is the place when the
ISAPI dll is stored) has execute permission.
2) You've added a "testfolder" virtual directory using IIS.

If the above isn't a typo, then you need to check your Context
configuration in server.xml (There should be a Context entry for
"testfolder")

RS





"Diana McLean" <[EMAIL PROTECTED]> on 07/16/2002 11:23:27 AM

Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>

To:"Tomcat Users List" <[EMAIL PROTECTED]>
cc:

Subject:RE: tomcat 4.0 and IIS - troubleshoot configuration

Yes, I can access both JSP and Servlets using port 8080.

> http://localhost:8080/testfolder/Test.jspworks
> http://localhost/testfolder/Test.jsp   works
>
>
> http://localhost:8080/testfolder/servlet/TestServlet does not
work
> http://localhost/testfolder/servlet/TestServlet
does not work
>
> The Green arrow is up.


This is the uriworkermap.properties file:
#
# Default worker to be used through our mappings
#
default.worker=ajp13

/*.jsp=$(default.worker)
/servlet/*=$(default.worker)

#
# Sites to be redirected to Tomcat
#

/testfolder=$(default.worker)
/testfolder/*=$(default.worker)

Thanks,
Diana
-Original Message-----
From: Sexton, George [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 7:04 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Are you running Tomcat as a service? If so, can you connect directly to it
through the http connector running on port 8080?

-Original Message-
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: 15 July, 2002 3:06 PM
To: [EMAIL PROTECTED]
Subject: tomcat 4.0 and IIS - troubleshoot configuration


Does anyone have any suggestions as to what to look for to determine why
the
tomcat 4.0 installation is not working with IIS 5.0? They work fine
separately.

Thanks,

Diana

--
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]>


--
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: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Turner, John


If http://localhost/testfolder/Test.jsp works, then tomcat and the
redirector is fine.  Or did you mean that this doesn't work, but that
http://localhost:8080/testfolder/servlet/TestServletdoes?

Can you post an error message or log file?

John Turner
[EMAIL PROTECTED]
 

-Original Message-
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 12:23 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Yes, I can access both JSP and Servlets using port 8080.

> http://localhost:8080/testfolder/Test.jsp works
> http://localhost/testfolder/Test.jsp  works
> 
> 
> http://localhost:8080/testfolder/servlet/TestServlet  does not work
> http://localhost/testfolder/servlet/TestServlet   does not
work
> 
> The Green arrow is up.


This is the uriworkermap.properties file:
#
# Default worker to be used through our mappings
#
default.worker=ajp13

/*.jsp=$(default.worker) 
/servlet/*=$(default.worker)

#
# Sites to be redirected to Tomcat
#

/testfolder=$(default.worker)
/testfolder/*=$(default.worker)

Thanks,
Diana
-Original Message-
From: Sexton, George [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 7:04 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Are you running Tomcat as a service? If so, can you connect directly to it
through the http connector running on port 8080?

-Original Message-
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: 15 July, 2002 3:06 PM
To: [EMAIL PROTECTED]
Subject: tomcat 4.0 and IIS - troubleshoot configuration


Does anyone have any suggestions as to what to look for to determine why the
tomcat 4.0 installation is not working with IIS 5.0? They work fine
separately.

Thanks,

Diana

--
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]>


--
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: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Diana McLean

Yes, I can access both JSP and Servlets using port 8080.

> http://localhost:8080/testfolder/Test.jsp works
> http://localhost/testfolder/Test.jsp  works
> 
> 
> http://localhost:8080/testfolder/servlet/TestServlet  does not work
> http://localhost/testfolder/servlet/TestServlet   does not work
> 
> The Green arrow is up.


This is the uriworkermap.properties file:
#
# Default worker to be used through our mappings
#
default.worker=ajp13

/*.jsp=$(default.worker) 
/servlet/*=$(default.worker)

#
# Sites to be redirected to Tomcat
#

/testfolder=$(default.worker)
/testfolder/*=$(default.worker)

Thanks,
Diana
-Original Message-
From: Sexton, George [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 7:04 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Are you running Tomcat as a service? If so, can you connect directly to it
through the http connector running on port 8080?

-Original Message-
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: 15 July, 2002 3:06 PM
To: [EMAIL PROTECTED]
Subject: tomcat 4.0 and IIS - troubleshoot configuration


Does anyone have any suggestions as to what to look for to determine why the
tomcat 4.0 installation is not working with IIS 5.0? They work fine
separately.

Thanks,

Diana

--
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]>


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




RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-15 Thread Sexton, George

Are you running Tomcat as a service? If so, can you connect directly to it
through the http connector running on port 8080?

-Original Message-
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: 15 July, 2002 3:06 PM
To: [EMAIL PROTECTED]
Subject: tomcat 4.0 and IIS - troubleshoot configuration


Does anyone have any suggestions as to what to look for to determine why the
tomcat 4.0 installation is not working with IIS 5.0? They work fine
separately.

Thanks,

Diana

--
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]>




tomcat 4.0 and IIS - troubleshoot configuration

2002-07-15 Thread Diana McLean

Does anyone have any suggestions as to what to look for to determine why the tomcat 
4.0 installation is not working with IIS 5.0? They work fine separately.

Thanks,

Diana

--
To unsubscribe, e-mail:   
For additional commands, e-mail: