Re: Tomcat startup error

2003-08-14 Thread vikas jain
try this:
http://www.moreservlets.com/Using-Tomcat-4.html#Set-CLASSPATH

From: krishnakumar kumaraswamypillai [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Tomcat startup error
Date: Fri, 8 Aug 2003 03:20:04 -0700 (PDT)
hi all
i have installed JAVA 2 SDK 1.3.1_08
 Apache HTTP server 2.0.47
 Apache Tomcat 4.1
on starting tomcat i get the  error:
Created catalinaLoader in: C:\Program Files\Apache
Group\Tomcat 4.1\server\lib
java.lang.NoClassDefFoundError:
org/xml/sax/InputSource
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:232)
at
org.apache.catalina.startup.BootstrapService.init(BootstrapService.java:201)
at
org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:297)
I browsed google and found that my CLASSPATH has to be
set.
But to what path should it point?
which jar files?
Where will i get information.

Thank u for considering
Krishna Kumar K
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
-
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 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 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 4.0.6 IIS6.0 ISAPI Filter Activation

2003-08-14 Thread vikas jain
Hey Mark,

I am trying to setup tomcat and IIS working but can't get it.

I am having the following error log in isapi.log. Maybe you came through 
this kind of problem. If you have any idea, please tell me. Thanks,

[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (1018)]: Using registry.
[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (1020)]: Using log file 
C:\Program Files\Apache Software Foundation\Tomcat 5.0\logs\isapi.log.
[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (1021)]: Using log level 0.
[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (1022)]: Using extension uri 
/tomcat/isapi_redirect.dll.
[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (1023)]: Using worker file 
C:\Program Files\Apache Software Foundation\Tomcat 
5.0\conf\workers.properties.
[Thu Aug 07 17:47:09 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 17:47:09 2003]  [jk_isapi_plugin.c (1025)]: Using uri select 0.
[Thu Aug 07 17:47:09 2003]  [jk_uri_worker_map.c (172)]: Into 
jk_uri_worker_map_t::uri_worker_map_alloc
[Thu Aug 07 17:47:09 2003]  [jk_uri_worker_map.c (375)]: Into 
jk_uri_worker_map_t::uri_worker_map_open
[Thu Aug 07 17:47:09 2003]  [jk_uri_worker_map.c (396)]: 
jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
[Thu Aug 07 17:47:09 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 17:47:09 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 17:47:09 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 17:47:09 2003]  [jk_uri_worker_map.c (408)]: Into 
jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
[Thu Aug 07 17:47:09 2003]  [jk_uri_worker_map.c (422)]: 
jk_uri_worker_map_t::uri_worker_map_open, done
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (88)]: Into wc_open
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (224)]: Into build_worker_map, 
creating 1 workers
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (230)]: build_worker_map, creating 
worker worker1
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (148)]: Into wc_create_worker
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (260)]: Factory :ajp12
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (260)]: Factory :ajp13
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (164)]: wc_create_worker, about to 
create instance worker1 of ajp13
[Thu Aug 07 17:47:09 2003]  [jk_ajp13_worker.c (108)]: Into 
ajp13_worker_factory
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (173)]: wc_create_worker, about to 
validate and init worker1
[Thu Aug 07 17:47:09 2003]  [jk_ajp_common.c (1206)]: Into 
jk_worker_t::validate
[Thu Aug 07 17:47:09 2003]  [jk_ajp_common.c (1226)]: In 
jk_worker_t::validate for worker worker1 contact is localhost:8009
[Thu Aug 07 17:47:09 2003]  [jk_ajp_common.c (1254)]: Into jk_worker_t::init
[Thu Aug 07 17:47:09 2003]  [jk_ajp_common.c (1274)]: In jk_worker_t::init, 
setting socket timeout to 300
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (189)]: wc_create_worker, done
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (240)]: build_worker_map, removing 
old worker1 worker
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (252)]: build_worker_map, done
[Thu Aug 07 17:47:09 2003]  [jk_worker.c (111)]: wc_open, done 1
[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (655)]: Detected IIS = 5.0
[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc 
started
[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (759)]: In HttpFilterProc 
Virtual Host redirection of /localhost/examples/servlet/HelloWorld
[Thu Aug 07 17:47:09 2003]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Thu Aug 07 17:47:09 2003]  [jk_uri_worker_map.c (477)]: Attempting to map 
URI '/localhost/examples/servlet/HelloWorld'
[Thu Aug 07 17:47:09 2003]  [jk_uri_worker_map.c (599)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (765)]: In HttpFilterProc 
test Default redirection of /examples/servlet/HelloWorld
[Thu Aug 07 17:47:09 2003]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Thu Aug 07 17:47:09 2003]  [jk_uri_worker_map.c (477)]: Attempting to map 
URI '/examples/servlet/HelloWorld'
[Thu Aug 07 17:47:09 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 17:47:09 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 17:47:09 2003]  [jk_isapi_plugin.c (775)]: HttpFilterProc 
[/examples/servlet/HelloWorld] is a servlet url - should redirect to ajp13
[Thu Aug 07 17:47:09 2003]  [jk_isapi_plugin.c (838)]: HttpFilterProc check 
if [/examples/servlet/HelloWorld] is points to the web-inf 

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-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 4.1x with IIS 6 on Windows server 2003

2003-08-11 Thread vikas jain
Did you reboot the system?


From: Bala Kiran [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003
Date: Mon, 11 Aug 2003 08:01:46 -0500
I guess it does. Here is a posting on JGURU.com :
http://jguru.com/forums/view.jsp?EID=1098654
Anybody who tried similar setup? Pls advise me. Do I need to go back to IIS
5.0 on Windows Server 2003? How soon Tomcat will have support for IIS 6.0?
Kiran

- Original Message -
From: Reynir Hübner [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, August 11, 2003 4:26 AM
Subject: RE: Tomcat 4.1x with IIS 6 on Windows server 2003
Hi,

I think IIS 6 is not supported yet, it may at somepoint, but it doesn't 
work
right now.

Bye
-reynir




 -Original Message-
 From: Bala Kiran [mailto:[EMAIL PROTECTED]
 Sent: 10. ágúst 2003 20:47
 To: Tomcat Users List
 Subject: Tomcat 4.1x with IIS 6 on Windows server 2003


 Has anybody configured Tomcat 4.1x with IIS 6.0 on Windows
 server 2003? Please advise me. I'm trying to configure the
 same, but I'm getting 404 - Page Can not be displayed
 error. I checked the log. It does not seem like raising any
 red flags. But, here is the log info. Any help is highly
 appreciated:

 ===
 [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1018)]: Using
 registry. [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c
 (1020)]: Using log file D:\Apache Group\Tomcat
 4.1\logs\jk_iis.log. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1021)]: Using log level 0. [Sun Aug 10
 10:59:43 2003]  [jk_isapi_plugin.c (1022)]: Using extension
 uri /tomcat/isapi_redirect.dll. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1023)]: Using worker file D:\Apache
 Group\Tomcat 4.1\conf\workers.properties. [Sun Aug 10
 10:59:43 2003]  [jk_isapi_plugin.c (1024)]: Using worker
 mount file D:\Apache Group\Tomcat
 4.1\conf\uriworkermap.properties. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1025)]: Using uri select 0. [Sun Aug 10
 10:59:43 2003]  [jk_uri_worker_map.c (172)]: Into
 jk_uri_worker_map_t::uri_worker_map_alloc
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (375)]: Into
 jk_uri_worker_map_t::uri_worker_map_open
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (396)]:
 jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (321)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, match rule
 /examples/=testWorker was added [Sun Aug 10 10:59:43 2003]
 [jk_uri_worker_map.c (299)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, suffix rule
 /examples/.jsp=testWorker was added [Sun Aug 10 10:59:43
 2003]  [jk_uri_worker_map.c (321)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, match rule
 /examples/servlet/=testWorker was added [Sun Aug 10 10:59:43
 2003]  [jk_uri_worker_map.c (408)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (422)]:
 jk_uri_worker_map_t::uri_worker_map_open, done [Sun Aug 10
 10:59:43 2003]  [jk_worker.c (88)]: Into wc_open [Sun Aug 10
 10:59:43 2003]  [jk_worker.c (222)]: Into build_worker_map,
 creating 1 workers [Sun Aug 10 10:59:43 2003]  [jk_worker.c
 (228)]: build_worker_map, creating worker testWorker [Sun Aug
 10 10:59:43 2003]  [jk_worker.c (148)]: Into wc_create_worker
 [Sun Aug 10 10:59:43 2003]  [jk_worker.c (162)]:
 wc_create_worker, about to create instance testWorker of
 ajp13 [Sun Aug 10 10:59:43 2003]  [jk_ajp13_worker.c (108)]:
 Into ajp13_worker_factory [Sun Aug 10 10:59:43 2003]
 [jk_worker.c (171)]: wc_create_worker, about to validate and
 init testWorker [Sun Aug 10 10:59:43 2003]  [jk_ajp_common.c
 (1343)]: Into jk_worker_t::validate [Sun Aug 10 10:59:43
 2003]  [jk_ajp_common.c (1364)]: In jk_worker_t::validate for
 worker testWorker contact is localhost:8009 [Sun Aug 10
 10:59:43 2003]  [jk_ajp_common.c (1397)]: Into
 jk_worker_t::init [Sun Aug 10 10:59:43 2003]
 [jk_ajp_common.c (1421)]: In jk_worker_t::init, setting
 socket timeout to 0 [Sun Aug 10 10:59:43 2003]  [jk_worker.c
 (187)]: wc_create_worker, done [Sun Aug 10 10:59:43 2003]
 [jk_worker.c (238)]: build_worker_map, removing old
 testWorker worker [Sun Aug 10 10:59:43 2003]  [jk_worker.c
 (250)]: build_worker_map, done [Sun Aug 10 10:59:43 2003]
 [jk_worker.c (111)]: wc_open, done 1 [Sun Aug 10 10:59:43
 2003]  [jk_isapi_plugin.c (655)]: Detected IIS = 5.0 [Sun
 Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (696)]:
 HttpFilterProc started [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host
 redirection of /localhost/examples/jsp/index.html
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (460)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (477)]:
 Attempting to map URI '/localhost/examples/jsp/index.html'
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (599)]:
 

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

Strange NullPointerException using IIS, tomcat 5.0.6 servlets

2003-08-09 Thread Vikas Jain
Hello there,

I setup the IIS to work with tomcat (using the help from this forum only).

I have various form. users submit the forms and then they are processed by 
servlets.  but using iis they give error NullPointerException. but if i use 
the tomcat, it works perfectly. I was using POST method, then i read POST is 
bug in redirection. so i changed it to GET method. but though it is not 
working and gving this exception.

Here is the log file of tomcat:
2003-08-08 16:03:18 StandardWrapperValve[FormECN]: Servlet.service() for 
servlet FormECN threw exception
java.lang.NullPointerException
	at 
com.ti.SCMTools.Forms.FormECN.ECNFormParameters.getFormString(ECNFormParameters.java:75)
	at com.ti.SCMTools.Forms.FormECN.FormECN.doGet(FormECN.java:208)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:286)
	at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:253)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
	at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:256)
	at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:210)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
	at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:190)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
	at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:174)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
	at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:974)
	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:207)
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:294)
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:375)
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:664)
	at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:606)
	at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:777)
	at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:649)
	at java.lang.Thread.run(Thread.java:536)

Any idea!!!
Thanks in advance,
_
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]


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]


Strange NullPointerException using IIS, tomcat 5.0.6 servlets

2003-08-08 Thread vikas jain
Hey,

I configured IIS to run with tomcat (with the help of this forum only) :)

I have forms and they are processed by servlets. using tomcat they work very 
fine. but when i try to run using IIS, it gives nullpointerexception. I am 
using GET method to send the form information.

Is it a bug with tomcat.
if someone has come through the same problem, please send your suggetions. 
thansk for all the ideas,

Here is the log file of tomcat:
java.lang.NullPointerException
	at 
com.ti.SCMTools.Forms.FormECN.ECNFormParameters.getFormString(ECNFormParameters.java:75)
	at com.ti.SCMTools.Forms.FormECN.FormECN.doGet(FormECN.java:102)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:286)
	at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:253)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
	at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:256)
	at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:210)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
	at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:190)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
	at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:174)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
	at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156)
	at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:974)
	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:207)
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:294)
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:375)
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:664)
	at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:606)
	at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:777)
	at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:649)
	at java.lang.Thread.run(Thread.java:536)

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


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]


Tomcat 5.0.2 Service

2003-08-04 Thread vikas jain
Hey there,

I have windows XP, tomcat 5.0 and jdk1.4.1_01. when I log out from the 
system, tomcat stops itself. Do you have any idea how I can configure tomcat 
or some other services so that it can run after logging off windows.





Thanks,

Vikas

_
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 Service

2003-08-04 Thread vikas jain
I have it as service rt now. and service stops once you log off.


From: Shapira, Yoav [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: Tomcat 5.0.2 Service
Date: Mon, 4 Aug 2003 12:11:20 -0400
Howdy,
How do you have it configured now?
Also, if you could use 5.0.6 for your testing instead that'd be great!

Yoav Shapira
Millennium ChemInformatics
-Original Message-
From: vikas jain [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 12:06 PM
To: [EMAIL PROTECTED]
Subject: Tomcat 5.0.2 Service

Hey there,

I have windows XP, tomcat 5.0 and jdk1.4.1_01. when I log out from the
system, tomcat stops itself. Do you have any idea how I can configure
tomcat
or some other services so that it can run after logging off windows.





Thanks,

Vikas

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


This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, 
proprietary and/or privileged.  This e-mail is intended only for the 
individual(s) to whom it is addressed, and may not be saved, copied, 
printed, disclosed or used by anyone else.  If you are not the(an) intended 
recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
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]


Tomcat stops if log off from XP

2003-07-29 Thread vikas jain
I am using tomcat 5.0, Windows XP, and jdk1.4.1_01. If i log off from 
windows, it turns off tomcat server. I tried using tomcat as service, but it 
was also stopped once I log off. Does someone know how to fix this? Thanks,

_
It's all happening @ F1. Feel the thrill! 
http://server1.msn.co.in/sp03/formula2003/index.asp Race along right here!

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