Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
I don't know anything about CoyoteConnector. should i change port in 
worker.properties file to 8009?


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:54:13 -0400
I'm pretty sure your .properties file should use port 8009.  Do you have 
the CoyoteConnector listening on port 8009 for JK?  Its enabled by default.

John

vikas jain wrote:
I changed the IIS port back to 80 and tomcat to 8080, also in the 
worker.properties file i have changed to port to 8080. still not working.

I can go to servlet using tomcat by following paths:

http://localhost:8080/servlet/HelloWorld
http://localhost:8080/examples/servlet/HelloWorld
I didn't get any error log in isapi.log file this time, but it doesn't 
work.

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:27:06 -0400
Well, since the error messages are complaining about localhost 80, I 
would assume that you should either:

1. consider putting Tomcat on 8080, and IIS back on 80

or

2. analyzing the registry and your properties files and look for anything 
that has port 80 specified and switch it to 8080.

Switching Tomcat back and forth on ports is easy.  I would think the 
easiest way for you to do this would be:

1. leave IIS on 80.
2. switch Tomcat between 80 and 8080 as needed, when on 80, turn IIS 
on/off as needed so there are no conflicts.

That way your environment will match the deployment environment, and 
still give you the flexibility to use Tomcat in standalone mode for your 
own development with little fuss.

John



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Want to visit Spain? Click here. 
http://server1.msn.co.in/sp03/spain/index.asp Win a free trip.

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


Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
John,
Can I ask you one more question?
Right now it's going to examples directory under the webapps directory of 
tomcat. How I can change it to go to default ROOT directory. I tried by 
changing the examples in uriworkermap.properties file but it didn't work.


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Fri, 08 Aug 2003 10:31:40 -0400
Gotta love Windows. :)

Glad you got it working.

John

vikas jain wrote:

woww, it finally worked. What I did is rebooted the system.

Thanks John for all the notes you gave me. thanks to the messages that was 
really helpful


From: vikas jain [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Fri, 08 Aug 2003 13:48:34 +
I was searching all the time yesterday for this topic. All I found is two 
things:
First, You are everywhere when there is some question about tomcat and 
IIS. and you are the person who resolves problems. :)
second, I found the problem i am having, ie incorrect redirecting of the 
DLL. but the solution was not there. the last messege was from you and 
then no info. Here is the link what I visited 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg95175.html

Please help me out.

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 17:00:43 -0400
It's attempting to map the DLL, which is incorrect.  I'm pretty sure 
this has come up before, I would search the archives or start a new 
thread with a different, more descriptive subject line and see if anyone 
has the answer.

John



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Are you Unmarried? http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?4d 
Register in India's No 1 Matrimony.

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


RE: Tomcat 5.0.2 and IIS

2003-08-14 Thread Derek Mahar
After much blood, sweat, and tears, I successfully got Tomcat 5.0.5,
Microsoft IIS, and the JK2 Connector (isapi_redirector2.dll) to work
together.  Refer to the following documents:

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.htm
l
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html
http://www.oreillynet.com/pub/a/onjava/2002/11/20/tomcat.html
http://www.oreillynet.com/pub/a/onjava/2002/12/18/tomcat.html
http://www.geocities.com/gzhangx/websrv/ajp/ajp.html

Derek

-Original Message-
From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 05, 2003 2:05 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.0.2 and IIS


The IIS connector is ajp13.  The coyote connector is ajp13 compliant so
I think an experiment would be in order.  I would guess it would work.

-e

On Tue, 5 Aug 2003, vikas jain wrote:

 If someone knows tomcat 5.0.2 works with IIS??? I tried to search for 
 it, I got to know tomcat 3.3 works withIIS but there are no docs for 
 tomcat 5.0 verison. If someone knows about this, please help me out.

 Thanks,
 Vikas

 _
 Going on a holiday? Want to study abroad? 
 http://server1.msn.co.in/msnleads/citibankpersonalloan/citibankploanju
 ly03.asp?type=txt
 Need a personal loan?


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



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



Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
I'm sorry about not telling you whole thing. But I was not aware of that.
I looked into my server.xml and it says JK2 port is 8009. It's something 
like this:

!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --
   Connector port=8009
  enableLookups=false redirectPort=8443 debug=0
  protocol=AJP/1.3 /
But should I change the port to 8443 in properties file as it is saying 
redirectport = 8443.

Thanks,




From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 12:08:57 -0400
Let's step back a little:

CoyoteConnector is the default class that handled connections to Tomcat.

By default, there are two connectors configured in server.xml.  Both use 
CoyoteConnector.  One is for HTTP and is on port 8080 by default.  The 
other is for JK/JK2 and is on port 8009 by default.

To use a web server redirector, you need a JK/JK2 connector configured in 
server.xml, and you need your .properties files to use the correct port 
number.  Otherwise, nothing you do has a chance of working.

Perhaps if you told us what you wanted to do, and what you have done 
(changed from the default) we could be of more help, but right now you are 
only giving us little tidbits of info in each post, making it pretty 
difficult to help you quickly.

John

vikas jain wrote:

I don't know anything about CoyoteConnector. should i change port in 
worker.properties file to 8009?


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:54:13 -0400
I'm pretty sure your .properties file should use port 8009.  Do you have 
the CoyoteConnector listening on port 8009 for JK?  Its enabled by 
default.

John

vikas jain wrote:

I changed the IIS port back to 80 and tomcat to 8080, also in the 
worker.properties file i have changed to port to 8080. still not 
working.

I can go to servlet using tomcat by following paths:

http://localhost:8080/servlet/HelloWorld
http://localhost:8080/examples/servlet/HelloWorld
I didn't get any error log in isapi.log file this time, but it doesn't 
work.

Thanks,



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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


Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread John Turner
That last line in uriworkermap doesn't look right to me.

Also, I would refrain from changing the worker name.  I would call it 
ajp13, not testWorker.  It shouldn't matter, but I have seen posts in 
the last year where JK and JK2 were picky sometimes about the worker name.

John

vikas jain wrote:

I haven't changed anything in these xml files except enableing invoker 
servlet and servlet reloading true. I was just trying to change 
worker.properties file and see if it works. But it's not working. what 
else could be wrong? I have following contents in worker.properties file

worker.list=testWorker
worker.testWorker.port=8009
worker.testWorker.host=localhost
worker.testWorker.type=ajp13
and in the uriworkermap.properties:
/examples/*=testWorker
/examples/*.jsp=testWorker
/examples/servlet/*=testWorker
/*.jsp=ajp13


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 15:04:15 -0400
If your JK connector port in server.xml is 8009, then that is the port 
you should use in your properties files.

Please understand that Tomcat works with JK and JK2 by default.  Right 
out of the box, with no changes whatsoever to server.xml.  You don't 
need to change anything until you are ready to do so.  Don't change 
something because it looks wrong.

John

vikas jain wrote:

I'm sorry about not telling you whole thing. But I was not aware of 
that.
I looked into my server.xml and it says JK2 port is 8009. It's 
something like this:

!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --
   Connector port=8009
  enableLookups=false redirectPort=8443 debug=0
  protocol=AJP/1.3 /
But should I change the port to 8443 in properties file as it is 
saying redirectport = 8443.

Thanks,




From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 12:08:57 -0400
Let's step back a little:

CoyoteConnector is the default class that handled connections to 
Tomcat.

By default, there are two connectors configured in server.xml.  Both 
use CoyoteConnector.  One is for HTTP and is on port 8080 by 
default.  The other is for JK/JK2 and is on port 8009 by default.

To use a web server redirector, you need a JK/JK2 connector 
configured in server.xml, and you need your .properties files to use 
the correct port number.  Otherwise, nothing you do has a chance of 
working.

Perhaps if you told us what you wanted to do, and what you have done 
(changed from the default) we could be of more help, but right now 
you are only giving us little tidbits of info in each post, making 
it pretty difficult to help you quickly.

John



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


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


Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread John Turner
Let's step back a little:

CoyoteConnector is the default class that handled connections to Tomcat.

By default, there are two connectors configured in server.xml.  Both use 
CoyoteConnector.  One is for HTTP and is on port 8080 by default.  The 
other is for JK/JK2 and is on port 8009 by default.

To use a web server redirector, you need a JK/JK2 connector configured 
in server.xml, and you need your .properties files to use the correct 
port number.  Otherwise, nothing you do has a chance of working.

Perhaps if you told us what you wanted to do, and what you have done 
(changed from the default) we could be of more help, but right now you 
are only giving us little tidbits of info in each post, making it pretty 
difficult to help you quickly.

John

vikas jain wrote:

I don't know anything about CoyoteConnector. should i change port in 
worker.properties file to 8009?


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:54:13 -0400
I'm pretty sure your .properties file should use port 8009.  Do you 
have the CoyoteConnector listening on port 8009 for JK?  Its enabled 
by default.

John

vikas jain wrote:

I changed the IIS port back to 80 and tomcat to 8080, also in the 
worker.properties file i have changed to port to 8080. still not 
working.

I can go to servlet using tomcat by following paths:

http://localhost:8080/servlet/HelloWorld
http://localhost:8080/examples/servlet/HelloWorld
I didn't get any error log in isapi.log file this time, but it 
doesn't work.

Thanks,



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


Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
I followed the instructions to set up IIS with tomcat.
The virtual redirector is showing green arrow pointing up but the servlets 
are not working.
in the log I am getting following errors:

[Thu Aug 07 09:28:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (176)]: wc_create_worker validate 
failed for testWorker
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (246)]: build_worker_map failed to 
create workertestWorker
[Thu Aug 07 09:33:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (176)]: wc_create_worker validate 
failed for testWorker
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (246)]: build_worker_map failed to 
create workertestWorker
[Thu Aug 07 10:03:31 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (176)]: wc_create_worker validate 
failed for testWorker
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (246)]: build_worker_map failed to 
create workertestWorker

I set up IIS at 8080 and tomcat at 80 port, does that make any difference?

Thanks,
vikas

From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Wed, 06 Aug 2003 08:16:08 -0400
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/

John

vikas jain wrote:

Thanks Derek.
One more question. Where am I supposed to download dll file from?


From: Derek Mahar [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Eric J. Pinnell [EMAIL PROTECTED],Tomcat Users List 
[EMAIL PROTECTED]
Subject: RE: Tomcat 5.0.2 and IIS
Date: Tue, 5 Aug 2003 15:47:54 -0400

After much blood, sweat, and tears, I successfully got Tomcat 5.0.5,
Microsoft IIS, and the JK2 Connector (isapi_redirector2.dll) to work
together.  Refer to the following documents:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.htm
l
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html
http://www.oreillynet.com/pub/a/onjava/2002/11/20/tomcat.html
http://www.oreillynet.com/pub/a/onjava/2002/12/18/tomcat.html
http://www.geocities.com/gzhangx/websrv/ajp/ajp.html
Derek



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Latest movie trailers. On your mobile. 
http://server1.msn.co.in/sp03/gprs/howcani_movie.asp With GPRS.

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


Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
Now I have changed the worker.properties file to this:
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
and uriworkermap.properties to:
/examples/*=ajp13
/examples/*.jsp=ajp13
/examples/servlet/*=ajp13
but not working :(

Vikas


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 15:27:11 -0400
That last line in uriworkermap doesn't look right to me.

Also, I would refrain from changing the worker name.  I would call it 
ajp13, not testWorker.  It shouldn't matter, but I have seen posts in the 
last year where JK and JK2 were picky sometimes about the worker name.

John

vikas jain wrote:

I haven't changed anything in these xml files except enableing invoker 
servlet and servlet reloading true. I was just trying to change 
worker.properties file and see if it works. But it's not working. what 
else could be wrong? I have following contents in worker.properties file

worker.list=testWorker
worker.testWorker.port=8009
worker.testWorker.host=localhost
worker.testWorker.type=ajp13
and in the uriworkermap.properties:
/examples/*=testWorker
/examples/*.jsp=testWorker
/examples/servlet/*=testWorker
/*.jsp=ajp13


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 15:04:15 -0400
If your JK connector port in server.xml is 8009, then that is the port 
you should use in your properties files.

Please understand that Tomcat works with JK and JK2 by default.  Right 
out of the box, with no changes whatsoever to server.xml.  You don't 
need to change anything until you are ready to do so.  Don't change 
something because it looks wrong.

John

vikas jain wrote:

I'm sorry about not telling you whole thing. But I was not aware of 
that.
I looked into my server.xml and it says JK2 port is 8009. It's something 
like this:

!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --
   Connector port=8009
  enableLookups=false redirectPort=8443 debug=0
  protocol=AJP/1.3 /
But should I change the port to 8443 in properties file as it is saying 
redirectport = 8443.

Thanks,




From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 12:08:57 -0400
Let's step back a little:

CoyoteConnector is the default class that handled connections to 
Tomcat.

By default, there are two connectors configured in server.xml.  Both 
use CoyoteConnector.  One is for HTTP and is on port 8080 by default.  
The other is for JK/JK2 and is on port 8009 by default.

To use a web server redirector, you need a JK/JK2 connector configured 
in server.xml, and you need your .properties files to use the correct 
port number.  Otherwise, nothing you do has a chance of working.

Perhaps if you told us what you wanted to do, and what you have done 
(changed from the default) we could be of more help, but right now you 
are only giving us little tidbits of info in each post, making it 
pretty difficult to help you quickly.

John



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread John Turner
If your JK connector port in server.xml is 8009, then that is the port 
you should use in your properties files.

Please understand that Tomcat works with JK and JK2 by default.  Right 
out of the box, with no changes whatsoever to server.xml.  You don't 
need to change anything until you are ready to do so.  Don't change 
something because it looks wrong.

John

vikas jain wrote:

I'm sorry about not telling you whole thing. But I was not aware of that.
I looked into my server.xml and it says JK2 port is 8009. It's something 
like this:

!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --
   Connector port=8009
  enableLookups=false redirectPort=8443 debug=0
  protocol=AJP/1.3 /
But should I change the port to 8443 in properties file as it is saying 
redirectport = 8443.

Thanks,




From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 12:08:57 -0400
Let's step back a little:

CoyoteConnector is the default class that handled connections to Tomcat.

By default, there are two connectors configured in server.xml.  Both 
use CoyoteConnector.  One is for HTTP and is on port 8080 by default.  
The other is for JK/JK2 and is on port 8009 by default.

To use a web server redirector, you need a JK/JK2 connector configured 
in server.xml, and you need your .properties files to use the correct 
port number.  Otherwise, nothing you do has a chance of working.

Perhaps if you told us what you wanted to do, and what you have done 
(changed from the default) we could be of more help, but right now you 
are only giving us little tidbits of info in each post, making it 
pretty difficult to help you quickly.

John



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


Re: Tomcat 5.0.2 and IIS

2003-08-11 Thread vikas jain
I haven't changed anything in these xml files except enableing invoker 
servlet and servlet reloading true. I was just trying to change 
worker.properties file and see if it works. But it's not working. what else 
could be wrong? I have following contents in worker.properties file

worker.list=testWorker
worker.testWorker.port=8009
worker.testWorker.host=localhost
worker.testWorker.type=ajp13
and in the uriworkermap.properties:
/examples/*=testWorker
/examples/*.jsp=testWorker
/examples/servlet/*=testWorker
/*.jsp=ajp13


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 15:04:15 -0400
If your JK connector port in server.xml is 8009, then that is the port you 
should use in your properties files.

Please understand that Tomcat works with JK and JK2 by default.  Right out 
of the box, with no changes whatsoever to server.xml.  You don't need to 
change anything until you are ready to do so.  Don't change something 
because it looks wrong.

John

vikas jain wrote:

I'm sorry about not telling you whole thing. But I was not aware of that.
I looked into my server.xml and it says JK2 port is 8009. It's something 
like this:

!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --
   Connector port=8009
  enableLookups=false redirectPort=8443 debug=0
  protocol=AJP/1.3 /
But should I change the port to 8443 in properties file as it is saying 
redirectport = 8443.

Thanks,




From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 12:08:57 -0400
Let's step back a little:

CoyoteConnector is the default class that handled connections to Tomcat.

By default, there are two connectors configured in server.xml.  Both use 
CoyoteConnector.  One is for HTTP and is on port 8080 by default.  The 
other is for JK/JK2 and is on port 8009 by default.

To use a web server redirector, you need a JK/JK2 connector configured in 
server.xml, and you need your .properties files to use the correct port 
number.  Otherwise, nothing you do has a chance of working.

Perhaps if you told us what you wanted to do, and what you have done 
(changed from the default) we could be of more help, but right now you 
are only giving us little tidbits of info in each post, making it pretty 
difficult to help you quickly.

John



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: Tomcat 5.0.2 and IIS

2003-08-10 Thread John Turner
I would suggest comparing this resource: 
http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html

to the resource you used, and note any differences, if any.

John

vikas jain wrote:

The isapi.log file doesn't have any log. it's empty. In the tomcat log 
files, it doesn't have any error message.
When I type http://localhost/examples/servlet/HelloWorld or 
http://localhost/examples/HelloWorld, it gives The page cannot be 
displayed and the default error page.

let me tell you one more thing. I followed the instructions at 
http://www.devicetop.com/site/forum/viewmsg/msg-9593 and setup IIS and 
tomcat. You may see some problem in that.


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 16:04:13 -0400
*sigh*

not working doesn't help much.  Error messages?  Contents of log files?

John

vikas jain wrote:

Now I have changed the worker.properties file to this:
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
and uriworkermap.properties to:
/examples/*=ajp13
/examples/*.jsp=ajp13
/examples/servlet/*=ajp13
but not working :(

Vikas




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


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


Re: Tomcat 5.0.2 and IIS

2003-08-10 Thread John Turner
If you have Tomcat on port 80, what do you need the connector for?

John

vikas jain wrote:

I followed the instructions to set up IIS with tomcat.
The virtual redirector is showing green arrow pointing up but the 
servlets are not working.
in the log I am getting following errors:

[Thu Aug 07 09:28:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (176)]: wc_create_worker 
validate failed for testWorker
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (246)]: build_worker_map failed 
to create workertestWorker
[Thu Aug 07 09:33:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (176)]: wc_create_worker 
validate failed for testWorker
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (246)]: build_worker_map failed 
to create workertestWorker
[Thu Aug 07 10:03:31 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (176)]: wc_create_worker 
validate failed for testWorker
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (246)]: build_worker_map failed 
to create workertestWorker

I set up IIS at 8080 and tomcat at 80 port, does that make any difference?

Thanks,
vikas

From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Wed, 06 Aug 2003 08:16:08 -0400
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/

John

vikas jain wrote:

Thanks Derek.
One more question. Where am I supposed to download dll file from?


From: Derek Mahar [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Eric J. Pinnell [EMAIL PROTECTED],Tomcat Users List 
[EMAIL PROTECTED]
Subject: RE: Tomcat 5.0.2 and IIS
Date: Tue, 5 Aug 2003 15:47:54 -0400

After much blood, sweat, and tears, I successfully got Tomcat 5.0.5,
Microsoft IIS, and the JK2 Connector (isapi_redirector2.dll) to work
together.  Refer to the following documents:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.htm 

l
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html
http://www.oreillynet.com/pub/a/onjava/2002/11/20/tomcat.html
http://www.oreillynet.com/pub/a/onjava/2002/12/18/tomcat.html
http://www.geocities.com/gzhangx/websrv/ajp/ajp.html
Derek



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Latest movie trailers. On your mobile. 
http://server1.msn.co.in/sp03/gprs/howcani_movie.asp With GPRS.

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


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


Tomcat 5.0.2 and IIS

2003-08-09 Thread vikas jain
Hello,
had anyone tested tomcat servlets working with IIS server using the 
redirectory as explained at 
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html

if you know how to make tomcat servlets with IIS server, please tell me.

Thanks for your help.

Vikas

_
Dress up your desktop! Get the best wallpapers. 
http://server1.msn.co.in/msnchannels/Entertainment/wallpaperhome.asp Just 
click here!

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


Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread John Turner
I'm pretty sure your .properties file should use port 8009.  Do you have 
the CoyoteConnector listening on port 8009 for JK?  Its enabled by default.

John

vikas jain wrote:
I changed the IIS port back to 80 and tomcat to 8080, also in the 
worker.properties file i have changed to port to 8080. still not working.

I can go to servlet using tomcat by following paths:

http://localhost:8080/servlet/HelloWorld
http://localhost:8080/examples/servlet/HelloWorld
I didn't get any error log in isapi.log file this time, but it doesn't 
work.

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:27:06 -0400
Well, since the error messages are complaining about localhost 80, I 
would assume that you should either:

1. consider putting Tomcat on 8080, and IIS back on 80

or

2. analyzing the registry and your properties files and look for 
anything that has port 80 specified and switch it to 8080.

Switching Tomcat back and forth on ports is easy.  I would think the 
easiest way for you to do this would be:

1. leave IIS on 80.
2. switch Tomcat between 80 and 8080 as needed, when on 80, turn IIS 
on/off as needed so there are no conflicts.

That way your environment will match the deployment environment, and 
still give you the flexibility to use Tomcat in standalone mode for 
your own development with little fuss.

John



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


Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread vikas jain
/HelloWorld'
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (599)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (765)]: In HttpFilterProc 
test Default redirection of /examples/servlet/HelloWorld
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (477)]: Attempting to map 
URI '/examples/servlet/HelloWorld'
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (502)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 - 
/examples/
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (502)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 - 
/examples/servlet/
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (775)]: HttpFilterProc 
[/examples/servlet/HelloWorld] is a servlet url - should redirect to ajp13
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (838)]: HttpFilterProc check 
if [/examples/servlet/HelloWorld] is points to the web-inf directory
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc 
started
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (759)]: In HttpFilterProc 
Virtual Host redirection of /localhost/tomcat/isapi_redirect.dll
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (477)]: Attempting to map 
URI '/localhost/tomcat/isapi_redirect.dll'
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (599)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (765)]: In HttpFilterProc 
test Default redirection of /tomcat/isapi_redirect.dll
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (477)]: Attempting to map 
URI '/tomcat/isapi_redirect.dll'
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (599)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (829)]: HttpFilterProc 
[/tomcat/isapi_redirect.dll] is not a servlet url
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (838)]: HttpFilterProc check 
if [/tomcat/isapi_redirect.dll] is points to the web-inf directory
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc 
started
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (759)]: In HttpFilterProc 
Virtual Host redirection of /localhost/tomcat/isapi_redirect.dll
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (477)]: Attempting to map 
URI '/localhost/tomcat/isapi_redirect.dll'
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (599)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (765)]: In HttpFilterProc 
test Default redirection of /tomcat/isapi_redirect.dll
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (477)]: Attempting to map 
URI '/tomcat/isapi_redirect.dll'
[Thu Aug 07 15:47:36 2003]  [jk_uri_worker_map.c (599)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (829)]: HttpFilterProc 
[/tomcat/isapi_redirect.dll] is not a servlet url
[Thu Aug 07 15:47:36 2003]  [jk_isapi_plugin.c (838)]: HttpFilterProc check 
if [/tomcat/isapi_redirect.dll] is points to the web-inf directory



From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 16:26:59 -0400
I would suggest comparing this resource: 
http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html

to the resource you used, and note any differences, if any.

John

vikas jain wrote:

The isapi.log file doesn't have any log. it's empty. In the tomcat log 
files, it doesn't have any error message.
When I type http://localhost/examples/servlet/HelloWorld or 
http://localhost/examples/HelloWorld, it gives The page cannot be 
displayed and the default error page.

let me tell you one more thing. I followed the instructions at 
http://www.devicetop.com/site/forum/viewmsg/msg-9593 and setup IIS and 
tomcat. You may see some problem in that.


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 16:04:13 -0400
*sigh*

not working doesn't help much.  Error messages?  Contents of log files?

John

vikas jain wrote:

Now I have changed the worker.properties file to this:
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
and uriworkermap.properties to:
/examples/*=ajp13
/examples/*.jsp=ajp13
/examples/servlet

Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread vikas jain
I was searching all the time yesterday for this topic. All I found is two 
things:
First, You are everywhere when there is some question about tomcat and IIS. 
and you are the person who resolves problems. :)
second, I found the problem i am having, ie incorrect redirecting of the 
DLL. but the solution was not there. the last messege was from you and then 
no info. Here is the link what I visited 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg95175.html

Please help me out.

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 17:00:43 -0400
It's attempting to map the DLL, which is incorrect.  I'm pretty sure this 
has come up before, I would search the archives or start a new thread with 
a different, more descriptive subject line and see if anyone has the 
answer.

John

vikas jain wrote:

seems something is working but still something is wrong.

Now in the isapi.log file I am getting following, looks like it's trying 
to get the file but not getting

[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1018)]: Using registry.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1020)]: Using log file 
C:\Program Files\Apache Software Foundation\Tomcat 5.0\logs\isapi.log.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1021)]: Using log level 0.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1022)]: Using extension 
uri /tomcat/isapi_redirect.dll.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1023)]: Using worker file 
C:\Program Files\Apache Software Foundation\Tomcat 
5.0\conf\workers.properties.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1024)]: Using worker mount 
file C:\Program Files\Apache Software Foundation\Tomcat 
5.0\conf\uriworkermap.properties.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1025)]: Using uri select 
0.
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (172)]: Into 
jk_uri_worker_map_t::uri_worker_map_alloc
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (375)]: Into 
jk_uri_worker_map_t::uri_worker_map_open
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (396)]: 
jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (321)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=ajp13 was 
added
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (299)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, suffix rule /examples/.jsp=ajp13 
was added
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (321)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, match rule 
/examples/servlet/=ajp13 was added
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (408)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (422)]: 
jk_uri_worker_map_t::uri_worker_map_open, done
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (88)]: Into wc_open
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (224)]: Into build_worker_map, 
creating 1 workers
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (230)]: build_worker_map, 
creating worker ajp13
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (148)]: Into wc_create_worker
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (260)]: Factory :ajp12
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (260)]: Factory :ajp13
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (164)]: wc_create_worker, about 
to create instance ajp13 of ajp13
[Thu Aug 07 15:47:22 2003]  [jk_ajp13_worker.c (108)]: Into 
ajp13_worker_factory
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (173)]: wc_create_worker, about 
to validate and init ajp13
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1206)]: Into 
jk_worker_t::validate
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1226)]: In 
jk_worker_t::validate for worker ajp13 contact is localhost:8009
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1254)]: Into 
jk_worker_t::init
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1274)]: In 
jk_worker_t::init, setting socket timeout to 0
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (189)]: wc_create_worker, done
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (240)]: build_worker_map, 
removing old ajp13 worker
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (252)]: build_worker_map, done
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (111)]: wc_open, done 1
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (655)]: Detected IIS = 5.0
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Attention NRIs! Send money home in a jiffy. 
http://server1.msn.co.in/msnleads/citibankrca/citibankrca2.asp?type=txt Find 
out how here.

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

Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread John Turner
It's attempting to map the DLL, which is incorrect.  I'm pretty sure 
this has come up before, I would search the archives or start a new 
thread with a different, more descriptive subject line and see if anyone 
has the answer.

John

vikas jain wrote:

seems something is working but still something is wrong.

Now in the isapi.log file I am getting following, looks like it's trying 
to get the file but not getting

[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1018)]: Using registry.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1020)]: Using log file 
C:\Program Files\Apache Software Foundation\Tomcat 5.0\logs\isapi.log.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1021)]: Using log level 0.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1022)]: Using extension 
uri /tomcat/isapi_redirect.dll.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1023)]: Using worker 
file C:\Program Files\Apache Software Foundation\Tomcat 
5.0\conf\workers.properties.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1024)]: Using worker 
mount file C:\Program Files\Apache Software Foundation\Tomcat 
5.0\conf\uriworkermap.properties.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1025)]: Using uri select 0.
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (172)]: Into 
jk_uri_worker_map_t::uri_worker_map_alloc
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (375)]: Into 
jk_uri_worker_map_t::uri_worker_map_open
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (396)]: 
jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (321)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=ajp13 
was added
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (299)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, suffix rule 
/examples/.jsp=ajp13 was added
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (321)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, match rule 
/examples/servlet/=ajp13 was added
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (408)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (422)]: 
jk_uri_worker_map_t::uri_worker_map_open, done
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (88)]: Into wc_open
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (224)]: Into build_worker_map, 
creating 1 workers
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (230)]: build_worker_map, 
creating worker ajp13
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (148)]: Into wc_create_worker
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (260)]: Factory :ajp12
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (260)]: Factory :ajp13
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (164)]: wc_create_worker, about 
to create instance ajp13 of ajp13
[Thu Aug 07 15:47:22 2003]  [jk_ajp13_worker.c (108)]: Into 
ajp13_worker_factory
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (173)]: wc_create_worker, about 
to validate and init ajp13
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1206)]: Into 
jk_worker_t::validate
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1226)]: In 
jk_worker_t::validate for worker ajp13 contact is localhost:8009
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1254)]: Into 
jk_worker_t::init
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1274)]: In 
jk_worker_t::init, setting socket timeout to 0
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (189)]: wc_create_worker, done
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (240)]: build_worker_map, 
removing old ajp13 worker
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (252)]: build_worker_map, done
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (111)]: wc_open, done 1
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (655)]: Detected IIS = 5.0
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc 



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


Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread vikas jain
woww, it finally worked. What I did is rebooted the system.

Thanks John for all the notes you gave me. thanks to the messages that was 
really helpful


From: vikas jain [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Fri, 08 Aug 2003 13:48:34 +
I was searching all the time yesterday for this topic. All I found is two 
things:
First, You are everywhere when there is some question about tomcat and IIS. 
and you are the person who resolves problems. :)
second, I found the problem i am having, ie incorrect redirecting of the 
DLL. but the solution was not there. the last messege was from you and then 
no info. Here is the link what I visited 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg95175.html

Please help me out.

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 17:00:43 -0400
It's attempting to map the DLL, which is incorrect.  I'm pretty sure this 
has come up before, I would search the archives or start a new thread with 
a different, more descriptive subject line and see if anyone has the 
answer.

John

vikas jain wrote:

seems something is working but still something is wrong.

Now in the isapi.log file I am getting following, looks like it's trying 
to get the file but not getting

[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1018)]: Using registry.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1020)]: Using log file 
C:\Program Files\Apache Software Foundation\Tomcat 5.0\logs\isapi.log.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1021)]: Using log level 
0.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1022)]: Using extension 
uri /tomcat/isapi_redirect.dll.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1023)]: Using worker file 
C:\Program Files\Apache Software Foundation\Tomcat 
5.0\conf\workers.properties.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1024)]: Using worker 
mount file C:\Program Files\Apache Software Foundation\Tomcat 
5.0\conf\uriworkermap.properties.
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (1025)]: Using uri select 
0.
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (172)]: Into 
jk_uri_worker_map_t::uri_worker_map_alloc
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (375)]: Into 
jk_uri_worker_map_t::uri_worker_map_open
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (396)]: 
jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (321)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=ajp13 was 
added
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (299)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, suffix rule 
/examples/.jsp=ajp13 was added
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (321)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, match rule 
/examples/servlet/=ajp13 was added
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (408)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
[Thu Aug 07 15:47:22 2003]  [jk_uri_worker_map.c (422)]: 
jk_uri_worker_map_t::uri_worker_map_open, done
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (88)]: Into wc_open
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (224)]: Into build_worker_map, 
creating 1 workers
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (230)]: build_worker_map, 
creating worker ajp13
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (148)]: Into wc_create_worker
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (260)]: Factory :ajp12
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (260)]: Factory :ajp13
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (164)]: wc_create_worker, about 
to create instance ajp13 of ajp13
[Thu Aug 07 15:47:22 2003]  [jk_ajp13_worker.c (108)]: Into 
ajp13_worker_factory
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (173)]: wc_create_worker, about 
to validate and init ajp13
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1206)]: Into 
jk_worker_t::validate
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1226)]: In 
jk_worker_t::validate for worker ajp13 contact is localhost:8009
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1254)]: Into 
jk_worker_t::init
[Thu Aug 07 15:47:22 2003]  [jk_ajp_common.c (1274)]: In 
jk_worker_t::init, setting socket timeout to 0
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (189)]: wc_create_worker, done
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (240)]: build_worker_map, 
removing old ajp13 worker
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (252)]: build_worker_map, done
[Thu Aug 07 15:47:22 2003]  [jk_worker.c (111)]: wc_open, done 1
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (655)]: Detected IIS = 
5.0
[Thu Aug 07 15:47:22 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc



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

Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread John Turner
Gotta love Windows. :)

Glad you got it working.

John

vikas jain wrote:

woww, it finally worked. What I did is rebooted the system.

Thanks John for all the notes you gave me. thanks to the messages that 
was really helpful


From: vikas jain [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Fri, 08 Aug 2003 13:48:34 +
I was searching all the time yesterday for this topic. All I found is 
two things:
First, You are everywhere when there is some question about tomcat and 
IIS. and you are the person who resolves problems. :)
second, I found the problem i am having, ie incorrect redirecting of 
the DLL. but the solution was not there. the last messege was from you 
and then no info. Here is the link what I visited 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg95175.html

Please help me out.

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 17:00:43 -0400
It's attempting to map the DLL, which is incorrect.  I'm pretty sure 
this has come up before, I would search the archives or start a new 
thread with a different, more descriptive subject line and see if 
anyone has the answer.

John



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


Re: Tomcat 5.0.2 and IIS

2003-08-08 Thread vikas jain
I tried after changing the port # in propertied file, but it didn'twork out. 
:((


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:54:13 -0400
I'm pretty sure your .properties file should use port 8009.  Do you have 
the CoyoteConnector listening on port 8009 for JK?  Its enabled by default.

John

vikas jain wrote:
I changed the IIS port back to 80 and tomcat to 8080, also in the 
worker.properties file i have changed to port to 8080. still not working.

I can go to servlet using tomcat by following paths:

http://localhost:8080/servlet/HelloWorld
http://localhost:8080/examples/servlet/HelloWorld
I didn't get any error log in isapi.log file this time, but it doesn't 
work.

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:27:06 -0400
Well, since the error messages are complaining about localhost 80, I 
would assume that you should either:

1. consider putting Tomcat on 8080, and IIS back on 80

or

2. analyzing the registry and your properties files and look for anything 
that has port 80 specified and switch it to 8080.

Switching Tomcat back and forth on ports is easy.  I would think the 
easiest way for you to do this would be:

1. leave IIS on 80.
2. switch Tomcat between 80 and 8080 as needed, when on 80, turn IIS 
on/off as needed so there are no conflicts.

That way your environment will match the deployment environment, and 
still give you the flexibility to use Tomcat in standalone mode for your 
own development with little fuss.

John



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
It's raining movies. Bollywood is flooded. 
http://server1.msn.co.in/features/augustmovies03/index.asp August has 
arrived!

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


Re: Tomcat 5.0.2 and IIS

2003-08-08 Thread vikas jain
I changed the IIS port back to 80 and tomcat to 8080, also in the 
worker.properties file i have changed to port to 8080. still not working.

I can go to servlet using tomcat by following paths:

http://localhost:8080/servlet/HelloWorld
http://localhost:8080/examples/servlet/HelloWorld
I didn't get any error log in isapi.log file this time, but it doesn't work.

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:27:06 -0400
Well, since the error messages are complaining about localhost 80, I 
would assume that you should either:

1. consider putting Tomcat on 8080, and IIS back on 80

or

2. analyzing the registry and your properties files and look for anything 
that has port 80 specified and switch it to 8080.

Switching Tomcat back and forth on ports is easy.  I would think the 
easiest way for you to do this would be:

1. leave IIS on 80.
2. switch Tomcat between 80 and 8080 as needed, when on 80, turn IIS on/off 
as needed so there are no conflicts.

That way your environment will match the deployment environment, and still 
give you the flexibility to use Tomcat in standalone mode for your own 
development with little fuss.

John

vikas jain wrote:

I have servlet running with tomcat. My main server is IIS. (on my machine 
it's just a test, and I am using tomcat as web server but on the system 
machine the web server is IIS. there I wan to deploy servlets).
Conclusion is how to run servlets using IIS?

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:07:21 -0400
If you have Tomcat on port 80, what do you need the connector for?

John

vikas jain wrote:

I followed the instructions to set up IIS with tomcat.
The virtual redirector is showing green arrow pointing up but the 
servlets are not working.
in the log I am getting following errors:

[Thu Aug 07 09:28:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (176)]: wc_create_worker 
validate failed for testWorker
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (246)]: build_worker_map failed 
to create workertestWorker
[Thu Aug 07 09:33:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (176)]: wc_create_worker 
validate failed for testWorker
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (246)]: build_worker_map failed 
to create workertestWorker
[Thu Aug 07 10:03:31 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (176)]: wc_create_worker 
validate failed for testWorker
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (246)]: build_worker_map failed 
to create workertestWorker

I set up IIS at 8080 and tomcat at 80 port, does that make any 
difference?

Thanks,
vikas

From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Wed, 06 Aug 2003 08:16:08 -0400
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/

John

vikas jain wrote:

Thanks Derek.
One more question. Where am I supposed to download dll file from?


From: Derek Mahar [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Eric J. Pinnell [EMAIL PROTECTED],Tomcat Users List 
[EMAIL PROTECTED]
Subject: RE: Tomcat 5.0.2 and IIS
Date: Tue, 5 Aug 2003 15:47:54 -0400

After much blood, sweat, and tears, I successfully got Tomcat 5.0.5,
Microsoft IIS, and the JK2 Connector (isapi_redirector2.dll) to work
together.  Refer to the following documents:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.htm

l
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html
http://www.oreillynet.com/pub/a/onjava/2002/11/20/tomcat.html
http://www.oreillynet.com/pub/a/onjava/2002/12/18/tomcat.html
http://www.geocities.com/gzhangx/websrv/ajp/ajp.html
Derek



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Latest movie trailers. On your mobile. 
http://server1.msn.co.in/sp03/gprs/howcani_movie.asp With GPRS.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Want to visit Spain? Click here. 
http://server1.msn.co.in/sp03/spain/index.asp Win a free trip

Re: Tomcat 5.0.2 and IIS

2003-08-08 Thread vikas jain
The isapi.log file doesn't have any log. it's empty. In the tomcat log 
files, it doesn't have any error message.
When I type http://localhost/examples/servlet/HelloWorld or 
http://localhost/examples/HelloWorld, it gives The page cannot be 
displayed and the default error page.

let me tell you one more thing. I followed the instructions at 
http://www.devicetop.com/site/forum/viewmsg/msg-9593 and setup IIS and 
tomcat. You may see some problem in that.


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 16:04:13 -0400
*sigh*

not working doesn't help much.  Error messages?  Contents of log files?

John

vikas jain wrote:

Now I have changed the worker.properties file to this:
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
and uriworkermap.properties to:
/examples/*=ajp13
/examples/*.jsp=ajp13
/examples/servlet/*=ajp13
but not working :(

Vikas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


RE: Tomcat 5.0.2 and IIS

2003-08-07 Thread vikas jain
Thanks Derek.
One more question. Where am I supposed to download dll file from?


From: Derek Mahar [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Eric J. Pinnell [EMAIL PROTECTED],Tomcat Users List 
[EMAIL PROTECTED]
Subject: RE: Tomcat 5.0.2 and IIS
Date: Tue, 5 Aug 2003 15:47:54 -0400

After much blood, sweat, and tears, I successfully got Tomcat 5.0.5,
Microsoft IIS, and the JK2 Connector (isapi_redirector2.dll) to work
together.  Refer to the following documents:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.htm
l
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html
http://www.oreillynet.com/pub/a/onjava/2002/11/20/tomcat.html
http://www.oreillynet.com/pub/a/onjava/2002/12/18/tomcat.html
http://www.geocities.com/gzhangx/websrv/ajp/ajp.html
Derek

-Original Message-
From: Eric J. Pinnell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 05, 2003 2:05 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.0.2 and IIS
The IIS connector is ajp13.  The coyote connector is ajp13 compliant so
I think an experiment would be in order.  I would guess it would work.
-e

On Tue, 5 Aug 2003, vikas jain wrote:

 If someone knows tomcat 5.0.2 works with IIS??? I tried to search for
 it, I got to know tomcat 3.3 works withIIS but there are no docs for
 tomcat 5.0 verison. If someone knows about this, please help me out.

 Thanks,
 Vikas

 _
 Going on a holiday? Want to study abroad?
 http://server1.msn.co.in/msnleads/citibankpersonalloan/citibankploanju
 ly03.asp?type=txt
 Need a personal loan?


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Dress up your desktop! Get the best wallpapers. 
http://server1.msn.co.in/msnchannels/Entertainment/wallpaperhome.asp Just 
click here!

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


Re: Tomcat 5.0.2 and IIS

2003-08-07 Thread vikas jain
I have servlet running with tomcat. My main server is IIS. (on my machine 
it's just a test, and I am using tomcat as web server but on the system 
machine the web server is IIS. there I wan to deploy servlets).
Conclusion is how to run servlets using IIS?

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:07:21 -0400
If you have Tomcat on port 80, what do you need the connector for?

John

vikas jain wrote:

I followed the instructions to set up IIS with tomcat.
The virtual redirector is showing green arrow pointing up but the servlets 
are not working.
in the log I am getting following errors:

[Thu Aug 07 09:28:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (176)]: wc_create_worker validate 
failed for testWorker
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (246)]: build_worker_map failed 
to create workertestWorker
[Thu Aug 07 09:33:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (176)]: wc_create_worker validate 
failed for testWorker
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (246)]: build_worker_map failed 
to create workertestWorker
[Thu Aug 07 10:03:31 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (176)]: wc_create_worker validate 
failed for testWorker
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (246)]: build_worker_map failed 
to create workertestWorker

I set up IIS at 8080 and tomcat at 80 port, does that make any difference?

Thanks,
vikas

From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Wed, 06 Aug 2003 08:16:08 -0400
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/

John

vikas jain wrote:

Thanks Derek.
One more question. Where am I supposed to download dll file from?


From: Derek Mahar [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Eric J. Pinnell [EMAIL PROTECTED],Tomcat Users List 
[EMAIL PROTECTED]
Subject: RE: Tomcat 5.0.2 and IIS
Date: Tue, 5 Aug 2003 15:47:54 -0400

After much blood, sweat, and tears, I successfully got Tomcat 5.0.5,
Microsoft IIS, and the JK2 Connector (isapi_redirector2.dll) to work
together.  Refer to the following documents:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.htm

l
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html
http://www.oreillynet.com/pub/a/onjava/2002/11/20/tomcat.html
http://www.oreillynet.com/pub/a/onjava/2002/12/18/tomcat.html
http://www.geocities.com/gzhangx/websrv/ajp/ajp.html
Derek



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Latest movie trailers. On your mobile. 
http://server1.msn.co.in/sp03/gprs/howcani_movie.asp With GPRS.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Want to visit Spain? Click here. 
http://server1.msn.co.in/sp03/spain/index.asp Win a free trip.

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


Re: Tomcat 5.0.2 and IIS

2003-08-07 Thread John Turner
Well, since the error messages are complaining about localhost 80, I 
would assume that you should either:

1. consider putting Tomcat on 8080, and IIS back on 80

or

2. analyzing the registry and your properties files and look for 
anything that has port 80 specified and switch it to 8080.

Switching Tomcat back and forth on ports is easy.  I would think the 
easiest way for you to do this would be:

1. leave IIS on 80.
2. switch Tomcat between 80 and 8080 as needed, when on 80, turn IIS 
on/off as needed so there are no conflicts.

That way your environment will match the deployment environment, and 
still give you the flexibility to use Tomcat in standalone mode for your 
own development with little fuss.

John

vikas jain wrote:

I have servlet running with tomcat. My main server is IIS. (on my 
machine it's just a test, and I am using tomcat as web server but on the 
system machine the web server is IIS. there I wan to deploy servlets).
Conclusion is how to run servlets using IIS?

Thanks,


From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Thu, 07 Aug 2003 11:07:21 -0400
If you have Tomcat on port 80, what do you need the connector for?

John

vikas jain wrote:

I followed the instructions to set up IIS with tomcat.
The virtual redirector is showing green arrow pointing up but the 
servlets are not working.
in the log I am getting following errors:

[Thu Aug 07 09:28:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (176)]: wc_create_worker 
validate failed for testWorker
[Thu Aug 07 09:28:03 2003]  [jk_worker.c (246)]: build_worker_map 
failed to create workertestWorker
[Thu Aug 07 09:33:03 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (176)]: wc_create_worker 
validate failed for testWorker
[Thu Aug 07 09:33:03 2003]  [jk_worker.c (246)]: build_worker_map 
failed to create workertestWorker
[Thu Aug 07 10:03:31 2003]  [jk_ajp_common.c (1234)]: In 
jk_worker_t::validate, Error localhost 80
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (176)]: wc_create_worker 
validate failed for testWorker
[Thu Aug 07 10:03:31 2003]  [jk_worker.c (246)]: build_worker_map 
failed to create workertestWorker

I set up IIS at 8080 and tomcat at 80 port, does that make any 
difference?

Thanks,
vikas

From: John Turner [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.2 and IIS
Date: Wed, 06 Aug 2003 08:16:08 -0400
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/

John

vikas jain wrote:

Thanks Derek.
One more question. Where am I supposed to download dll file from?


From: Derek Mahar [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Eric J. Pinnell [EMAIL PROTECTED],Tomcat Users List 
[EMAIL PROTECTED]
Subject: RE: Tomcat 5.0.2 and IIS
Date: Tue, 5 Aug 2003 15:47:54 -0400

After much blood, sweat, and tears, I successfully got Tomcat 5.0.5,
Microsoft IIS, and the JK2 Connector (isapi_redirector2.dll) to work
together.  Refer to the following documents:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.htm 

l
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html
http://www.oreillynet.com/pub/a/onjava/2002/11/20/tomcat.html
http://www.oreillynet.com/pub/a/onjava/2002/12/18/tomcat.html
http://www.geocities.com/gzhangx/websrv/ajp/ajp.html
Derek



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Latest movie trailers. On your mobile. 
http://server1.msn.co.in/sp03/gprs/howcani_movie.asp With GPRS.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Want to visit Spain? Click here. 
http://server1.msn.co.in/sp03/spain/index.asp Win a free trip.

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


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


Re: Tomcat 5.0.2 and IIS

2003-08-07 Thread John Turner
*sigh*

not working doesn't help much.  Error messages?  Contents of log files?

John

vikas jain wrote:

Now I have changed the worker.properties file to this:
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
and uriworkermap.properties to:
/examples/*=ajp13
/examples/*.jsp=ajp13
/examples/servlet/*=ajp13
but not working :(

Vikas


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


Re: Tomcat 5.0.2 and IIS

2003-08-06 Thread Eric J. Pinnell
The IIS connector is ajp13.  The coyote connector is ajp13 compliant so I
think an experiment would be in order.  I would guess it would work.

-e

On Tue, 5 Aug 2003, vikas jain wrote:

 If someone knows tomcat 5.0.2 works with IIS??? I tried to search for it, I
 got to know tomcat 3.3 works withIIS but there are no docs for tomcat 5.0
 verison. If someone knows about this, please help me out.

 Thanks,
 Vikas

 _
 Going on a holiday? Want to study abroad?
 http://server1.msn.co.in/msnleads/citibankpersonalloan/citibankploanjuly03.asp?type=txt
 Need a personal loan?


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



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



Re: Tomcat 5.0.2 and IIS

2003-08-06 Thread John Turner
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/

John

vikas jain wrote:

Thanks Derek.
One more question. Where am I supposed to download dll file from?


From: Derek Mahar [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Eric J. Pinnell [EMAIL PROTECTED],Tomcat Users List 
[EMAIL PROTECTED]
Subject: RE: Tomcat 5.0.2 and IIS
Date: Tue, 5 Aug 2003 15:47:54 -0400

After much blood, sweat, and tears, I successfully got Tomcat 5.0.5,
Microsoft IIS, and the JK2 Connector (isapi_redirector2.dll) to work
together.  Refer to the following documents:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.htm
l
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html
http://www.oreillynet.com/pub/a/onjava/2002/11/20/tomcat.html
http://www.oreillynet.com/pub/a/onjava/2002/12/18/tomcat.html
http://www.geocities.com/gzhangx/websrv/ajp/ajp.html
Derek



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


Tomcat 5.0.2 and IIS

2003-08-05 Thread vikas jain
If someone knows tomcat 5.0.2 works with IIS??? I tried to search for it, I 
got to know tomcat 3.3 works withIIS but there are no docs for tomcat 5.0 
verison. If someone knows about this, please help me out.

Thanks,
Vikas
_
Going on a holiday? Want to study abroad? 
http://server1.msn.co.in/msnleads/citibankpersonalloan/citibankploanjuly03.asp?type=txt 
Need a personal loan?

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