MOD_JK2 is mapping all URIs to Tomcat on IIS

2004-07-15 Thread Marcus Kellermann
I have a Tomcat 4.1X install on IIS 6.0 that is redirecting all traffice
to Tomcat and not just the URIs specified in the worker2.properties
file.  

Looking at the URI section in
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebcom.htm
l it states that [URI:*] is a special case for when the virtual dir
can't be found in the config file.  How do you turn this feature off?  I
want IIS to handle anything that isn't in the worker2.properties file.

My configuration file looks like


#Look at 

#http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebcom.ht
ml 
#for parameter description 

[shm:] 
info=Scoreboard. Required for reconfiguration and status
with multiprocess servers 
file=C:\Program
Files\Bentley\ProjectWise\WebServer\temp\jk2.shm 
size=1048576 

[channel.socket:localhost:8009] 
info=Ajp13 forwarding over socket 
tomcatId=localhost:8009 

# Map webapps to the Web server uri space 
[uri:/WEL/*]

[status:]
info=Status worker, displays runtime informations

[uri:/jkstatus/*]
info=Display status information and checks the config
file for changes.
group=status:


And the output from JKSTATUS looks like 


uri runtime info
uri information, using getAttribute() 

id name host uri group context inheritGlobals match_type servlet
timing aliases path 
0 /WEL/* * /WEL/* lb:lb / 1 prefix null 0 null /WEL/* 
0 /jkstatus/* * /jkstatus/* status: / 1 prefix null 0 null
/jkstatus/* 
0 * * null null null 1 host null 0 null null 
0 */ * / lb:lb / 1 context null 0 null / 


[URI:*] isn't apart of my properties file so it must be in the code?
How can I turn it off?

Thanks
  Marcus Kellermann


TOMCAT on IIS 5.0 around ?

2003-10-15 Thread Luis E. Perez
Hello all;

I am a web host provider and I need to install tomcat on a windows 2k with
IIS 5.0

I would like to know if anybody in the list has implemented tomcat on
windows for a shared host environment.

thanks


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



RE: Newbie to Tomcat on IIS

2002-08-10 Thread Andrew

Directions can be found here

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


- Andrew

> -Original Message-
> From: Vishal Mukherjee [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, August 10, 2002 6:05 AM
> To: Tomcat Users List
> Subject: Newbie to Tomcat on IIS
> Importance: High
> 
> 
> hi all
> 
> I am new to tomcat 4.04  has installed tomcat on Win NT 4.0 
> with IIS. Want to know a few things
> 1.Is in necessary to deploy your website under the 
> Webapps directory.
> 2.My directory name is "intranet' so what will be the 
> context. and what
> all I need to change. so that JSP and Beans are configured
> 
> Please help me I am unable to grasp from the docs. if any one 
> can give me the step by step help I would me very grateful.
> 
> Thanks & Regards
> Vishal
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 


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




Newbie to Tomcat on IIS

2002-08-10 Thread Vishal Mukherjee

hi all

I am new to tomcat 4.04  has installed tomcat on Win NT 4.0 with IIS. Want
to know a few things
1.Is in necessary to deploy your website under the Webapps directory.
2.My directory name is "intranet' so what will be the context. and what
all I need to change. so that JSP and Beans are configured

Please help me I am unable to grasp from the docs. if any one can give me
the step by step help I would me very grateful.

Thanks & Regards
Vishal

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




Tomcat on IIS Shudown Procedure

2002-07-25 Thread Vishal Mukherjee

Hi all,

I am using tomcat 4.0.4 on IIS with Win NT 4.0 This is our intranet Server,
Tomcat is installed as service. At the day end this server automatically
shuts down with the shutdown utility of windown resourse kit.

Sometimes Next day i find problems with the server that the .JSP pages do
not run properly.

Am i closing it in a wrong way. can any one help me pls..


Thanks & Regards
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Vishal Mukherjee
IRSSL  Vashi
91.022.7896004.155 (voice)  022.7896020(fax)

Life goes on within you and without you
 G. Harrison. 1943-2001
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~

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




Re: Tomcat on IIS virtual web sites

2002-06-27 Thread David Thielen

I tried adding isapi_redirector.dll as a filter in one of my virtual web
sites and added a jakarta virtual directory to that web site.

When I try to access a jsp page via the virtual site, I get a Tomcat message
of: The requested resource (/jakarta/isapi_redirector.dll) is not available.

Any ideas?

thanks - dave


- Original Message -
From: "David Thielen" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, June 27, 2002 10:21 AM
Subject: Tomcat on IIS virtual web sites


Hi;

Ok, I have tomcat working on my default website. How do I get it to work on
the virtual web sites I have?

thanks - dave


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




RE: Tomcat on IIS

2002-06-27 Thread BBui

Hi,

I worked with you a little bit yesterday.  What did you find that we did not
do or did wrong?  Just curious. :-)
-Original Message-
From: David Thielen [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 27, 2002 11:23 AM
To: Tomcat Users List
Subject: Tomcat on IIS

Hi;

I want to say that I think the page at
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm should be made part of
the standard Tomcat documentation. Complete and well written. It would have
saved me a day if I had seen it first.

thanks - dave



Tomcat on IIS

2002-06-27 Thread David Thielen

Hi;

I want to say that I think the page at 
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm should be made part of the 
standard Tomcat documentation. Complete and well written. It would have saved me a day 
if I had seen it first.

thanks - dave


Tomcat on IIS virtual web sites

2002-06-27 Thread David Thielen

Hi;

Ok, I have tomcat working on my default website. How do I get it to work on the 
virtual web sites I have?

thanks - dave


RE: Stuck & desperate - Tomcat on IIS

2002-06-26 Thread Ignacio J. Ortega

> De: David Thielen [mailto:[EMAIL PROTECTED]]
> Enviado el: 26 de junio de 2002 22:25

First, please post your uriworkermap.properties file..

> 3) When I try to do http://localhost/store/5.jsp (which is 
> the file c:/Inetpub/wwwroot/store/5.jsp) I get:

You need to create a Tomcat context (see server.xml ) for your
c:/Inetpub/wwwroot/store/5.jsp dir, tomcat needs to know where your
webapp files are.

Saludos ,
Ignacio J. Ortega


> -Mensaje original-
> Para: Tomcat Users List
> Asunto: Stuck & desperate - Tomcat on IIS
> 
> 
> Hi;
> 
> I have Tomcat 4.0 installed with IIS.
> 
> What I want to do is when IIS is given a .jsp page, that it 
> looks for that page under c:/Inetpub/wwwroot, feeds the page 
> to Tomcat, and tomcat returns the response.
> 
> 1) The filter is installed and has a green arrow.
> 
> 2) http://localhost:8080/examples/jsp/cal/cal2.jsp works. 
> (This is the file installed by tomcat at 
> tomcat/webapps/examples/jsp/cal/cal2.jsp).
> 
> 
> Apache Tomcat/4.0.4 - HTTP Status 404 - /store/5.jsp
> 
> --
> --
> 
> type Status report
> 
> message /store/5.jsp
> 
> description The requested resource (/store/5.jsp) is not available.
> 
> 4) When I try to load 5.jsp, this is what I get in isapi.log:
> 
> [Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (626)]: 
> HttpFilterProc started
> [Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (672)]: In 
> HttpFilterProc Virtual Host redirection of 
> /jasmine.windward.net/store/5.jsp
> [Wed Jun 26 14:22:33 2002]  [jk_uri_worker_map.c (351)]: Into 
> jk_uri_worker_map_t::map_uri_to_worker
> [Wed Jun 26 14:22:33 2002]  [jk_uri_worker_map.c (368)]: 
> Attempting to map URI '/jasmine.windward.net/store/5.jsp'
> [Wed Jun 26 14:22:33 2002]  [jk_uri_worker_map.c (416)]: 
> jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match 
> ajp13 -> *.jsp
> [Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (688)]: 
> HttpFilterProc [/store/5.jsp] is a servlet url - should 
> redirect to ajp13
> [Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (737)]: 
> HttpFilterProc check if [/store/5.jsp] is points to the 
> web-inf directory
> [Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (777)]: 
> HttpExtensionProc started
> [Wed Jun 26 14:22:33 2002]  [jk_worker.c (123)]: Into 
> wc_get_worker_for_name ajp13
> [Wed Jun 26 14:22:33 2002]  [jk_worker.c (127)]: 
> wc_get_worker_for_name, done  found a worker
> [Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (799)]: 
> HttpExtensionProc got a worker for name ajp13
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (865)]: Into 
> jk_worker_t::get_endpoint
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (775)]: Into 
> jk_endpoint_t::service
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (403)]: Into 
> ajp13_marshal_into_msgb
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (537)]: 
> ajp13_marshal_into_msgb - Done
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (206)]: 
> sending to ajp13 #357
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (645)]: 
> send_request 2: request body to send 0 - request body to resend 0
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (258)]: 
> received from ajp13 #31
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (584)]: 
> ajp13_unmarshal_response: status = 404
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (591)]: 
> ajp13_unmarshal_response: Number of headers is = 1
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (634)]: 
> ajp13_unmarshal_response: Header[0] [Content-Type] = [text/html]
> [Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (415)]: Into 
> jk_ws_service_t::start_response
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (258)]: 
> received from ajp13 #613
> [Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (549)]: Into 
> jk_ws_service_t::write
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (258)]: 
> received from ajp13 #2
> [Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (811)]: 
> HttpExtensionProc service() returned OK
> [Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (549)]: Into 
> jk_endpoint_t::done
> 
> 5) My IIS log gives (note the return of 200):
> 
> 2002-06-26 20:22:33 199.45.247.105 - 199.45.247.107 80 GET 
> /jakarta/isapi_redirect.dll - 200 
> Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0;+T312461;+.N
> ET+CLR+1.0.3705)
> 
> I have set the registry and have tried a workers.properties, 
> uriworkermap.properties, and server.xml from two people who 
> are doing this same thing successfully.
> 
> Is there something else I need to do? Another file/setting I 
> need to do/change? Or something I need to check?
> 
> thanks - dave
> 

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




Easy way to install Tomcat on IIS?

2002-06-26 Thread David Thielen

Hi;

Is there an easy way to install Tomcat to work with IIS? Does 3.x do it easier than 
4.0? I don't mind starting over if that will get it done.

thanks - dave


Stuck & desperate - Tomcat on IIS

2002-06-26 Thread David Thielen

Hi;

I have Tomcat 4.0 installed with IIS.

What I want to do is when IIS is given a .jsp page, that it looks for that page under 
c:/Inetpub/wwwroot, feeds the page to Tomcat, and tomcat returns the response.

1) The filter is installed and has a green arrow.

2) http://localhost:8080/examples/jsp/cal/cal2.jsp works. (This is the file installed 
by tomcat at tomcat/webapps/examples/jsp/cal/cal2.jsp).

3) When I try to do http://localhost/store/5.jsp (which is the file 
c:/Inetpub/wwwroot/store/5.jsp) I get:

Apache Tomcat/4.0.4 - HTTP Status 404 - /store/5.jsp



type Status report

message /store/5.jsp

description The requested resource (/store/5.jsp) is not available.

4) When I try to load 5.jsp, this is what I get in isapi.log:

[Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (626)]: HttpFilterProc started
[Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host 
redirection of /jasmine.windward.net/store/5.jsp
[Wed Jun 26 14:22:33 2002]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Wed Jun 26 14:22:33 2002]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/jasmine.windward.net/store/5.jsp'
[Wed Jun 26 14:22:33 2002]  [jk_uri_worker_map.c (416)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 -> *.jsp
[Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (688)]: HttpFilterProc [/store/5.jsp] 
is a servlet url - should redirect to ajp13
[Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/store/5.jsp] is points to the web-inf directory
[Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (777)]: HttpExtensionProc started
[Wed Jun 26 14:22:33 2002]  [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13
[Wed Jun 26 14:22:33 2002]  [jk_worker.c (127)]: wc_get_worker_for_name, done  found a 
worker
[Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (799)]: HttpExtensionProc got a worker 
for name ajp13
[Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (865)]: Into jk_worker_t::get_endpoint
[Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (775)]: Into jk_endpoint_t::service
[Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (403)]: Into ajp13_marshal_into_msgb
[Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (537)]: ajp13_marshal_into_msgb - Done
[Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (206)]: sending to ajp13 #357
[Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (645)]: send_request 2: request body to 
send 0 - request body to resend 0
[Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (258)]: received from ajp13 #31
[Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (584)]: ajp13_unmarshal_response: status = 404
[Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (591)]: ajp13_unmarshal_response: Number of 
headers is = 1
[Wed Jun 26 14:22:33 2002]  [jk_ajp13.c (634)]: ajp13_unmarshal_response: Header[0] 
[Content-Type] = [text/html]
[Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (415)]: Into 
jk_ws_service_t::start_response
[Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (258)]: received from ajp13 #613
[Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (549)]: Into jk_ws_service_t::write
[Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (258)]: received from ajp13 #2
[Wed Jun 26 14:22:33 2002]  [jk_isapi_plugin.c (811)]: HttpExtensionProc service() 
returned OK
[Wed Jun 26 14:22:33 2002]  [jk_ajp13_worker.c (549)]: Into jk_endpoint_t::done

5) My IIS log gives (note the return of 200):

2002-06-26 20:22:33 199.45.247.105 - 199.45.247.107 80 GET /jakarta/isapi_redirect.dll 
- 200 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0;+T312461;+.NET+CLR+1.0.3705)

I have set the registry and have tried a workers.properties, uriworkermap.properties, 
and server.xml from two people who are doing this same thing successfully.

Is there something else I need to do? Another file/setting I need to do/change? Or 
something I need to check?

thanks - dave


RE: Tomcat on IIS - almost working

2002-06-26 Thread BBui
Title: RE: Tomcat on IIS - almost working





Sample workers.properties


Bao-Ha Dam Bui
[EMAIL PROTECTED]
S. Jude Medical, Inc
651.765.1018



-Original Message-
From: David Thielen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 26, 2002 10:55 AM
To: Tomcat Users List
Subject: Re: Tomcat on IIS - almost working


No where/how do I do that?


thanks - dave



- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 26, 2002 9:13 AM
Subject: RE: Tomcat on IIS - almost working



> Did you specify ajp12 in your workers.properties file?
>
> Bao-Ha Dam Bui
> [EMAIL PROTECTED]
> S. Jude Medical, Inc
> 651.765.1018
>
>
> -Original Message-
> From: David Thielen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 26, 2002 10:07 AM
> To: 'Tomcat Users List'
> Subject: Tomcat on IIS - almost working
>
>
>  I am now getting the error:
> [Wed Jun 26 08:03:18 2002]  [jk_isapi_plugin.c (820)]: HttpExtensionProc
> error, could not get a worker for name ajp12
>
> I added the following to server.xml:
>  
> reloadable="true"/>
>
>  And added the following to uriworkermap.properties:
>  /*.jsp=ajp12
>
>  All as specified in http://www.verysimple.com/scripts/support_tc_iis.html
>
>  Any ideas?
>
>  thanks - dave
>
>
> > - Original Message -
> > From: "Andrew Conrad" <[EMAIL PROTECTED]>
> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 25, 2002 3:54 PM
> > Subject: RE: Tomcat, IIS, and
> >
> >
> > > Hey David,
> > >
> > > here is where you can find what the workers.properties and
> > > uriworkermap.properties look like and the reg settings.  Look about
half
> > > way down the page.
> > >
> > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html
> > >
> > > if you need more help, you can take a look at this helpfile.
> > >
> > > http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
> > >
> > >
> > > - Andrew
> > >
> > >
> > >
> > >
> > > -Original Message-
> > > From: David Thielen [mailto: ]
> > > Sent: Tuesday, June 25, 2002 4:36 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Tomcat, IIS, and
> > >
> > > Hi;
> > >
> > > I've installed Tomcat 4.0 and it runs fine in standalone mode.
> > >
> > > I've followed the following instructions for connection to IIS:
> > > http://www.verysimple.com/scripts/support_tc_iis.html
> > > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html
> > >
> > > And the dll won't load. I think the problem is that the install did
not
> > > give me the files:
> > > workers.properties
> > > uriworkermap.properties
> > >
> > > (Also the install did not give me a suggested .reg file for setting
the
> > > registry).
> > >
> > > Does anyone have a sample standard of these two files I can use? And
any
> > > idea why they did not install?
> > >
> > > thanks - dave
> > >
> >
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>



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


 




workers.properties
Description: Binary data

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


Re: Tomcat on IIS - almost working

2002-06-26 Thread David Thielen

No where/how do I do that?

thanks - dave


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 26, 2002 9:13 AM
Subject: RE: Tomcat on IIS - almost working


> Did you specify ajp12 in your workers.properties file?
>
> Bao-Ha Dam Bui
> [EMAIL PROTECTED]
> S. Jude Medical, Inc
> 651.765.1018
>
>
> -Original Message-
> From: David Thielen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 26, 2002 10:07 AM
> To: 'Tomcat Users List'
> Subject: Tomcat on IIS - almost working
>
>
>  I am now getting the error:
> [Wed Jun 26 08:03:18 2002]  [jk_isapi_plugin.c (820)]: HttpExtensionProc
> error, could not get a worker for name ajp12
>
> I added the following to server.xml:
>   reloadable="true"/>
>
>  And added the following to uriworkermap.properties:
>  /*.jsp=ajp12
>
>  All as specified in http://www.verysimple.com/scripts/support_tc_iis.html
>
>  Any ideas?
>
>  thanks - dave
>
>
> > - Original Message -
> > From: "Andrew Conrad" <[EMAIL PROTECTED]>
> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 25, 2002 3:54 PM
> > Subject: RE: Tomcat, IIS, and
> >
> >
> > > Hey David,
> > >
> > > here is where you can find what the workers.properties and
> > > uriworkermap.properties look like and the reg settings.  Look about
half
> > > way down the page.
> > >
> > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html
> > >
> > > if you need more help, you can take a look at this helpfile.
> > >
> > > http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
> > >
> > >
> > > - Andrew
> > >
> > >
> > >
> > >
> > > -Original Message-
> > > From: David Thielen [mailto: ]
> > > Sent: Tuesday, June 25, 2002 4:36 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Tomcat, IIS, and
> > >
> > > Hi;
> > >
> > > I've installed Tomcat 4.0 and it runs fine in standalone mode.
> > >
> > > I've followed the following instructions for connection to IIS:
> > > http://www.verysimple.com/scripts/support_tc_iis.html
> > > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html
> > >
> > > And the dll won't load. I think the problem is that the install did
not
> > > give me the files:
> > > workers.properties
> > > uriworkermap.properties
> > >
> > > (Also the install did not give me a suggested .reg file for setting
the
> > > registry).
> > >
> > > Does anyone have a sample standard of these two files I can use? And
any
> > > idea why they did not install?
> > >
> > > thanks - dave
> > >
> >
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>


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




Re: Tomcat on IIS - almost working

2002-06-26 Thread David Thielen

Because the instructions said to. I will try ajp13.

thanks - dave


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 26, 2002 9:14 AM
Subject: RE: Tomcat on IIS - almost working


> Plus,  why are you still using ajp12?  Ajp13 is better.
>
> Bao-Ha Dam Bui
> [EMAIL PROTECTED]
> S. Jude Medical, Inc
> 651.765.1018
>
>
> -Original Message-
> From: David Thielen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 26, 2002 10:07 AM
> To: 'Tomcat Users List'
> Subject: Tomcat on IIS - almost working
>
>
>  I am now getting the error:
> [Wed Jun 26 08:03:18 2002]  [jk_isapi_plugin.c (820)]: HttpExtensionProc
> error, could not get a worker for name ajp12
>
> I added the following to server.xml:
>   reloadable="true"/>
>
>  And added the following to uriworkermap.properties:
>  /*.jsp=ajp12
>
>  All as specified in http://www.verysimple.com/scripts/support_tc_iis.html
>
>  Any ideas?
>
>  thanks - dave
>
>
> > - Original Message -
> > From: "Andrew Conrad" <[EMAIL PROTECTED]>
> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 25, 2002 3:54 PM
> > Subject: RE: Tomcat, IIS, and
> >
> >
> > > Hey David,
> > >
> > > here is where you can find what the workers.properties and
> > > uriworkermap.properties look like and the reg settings.  Look about
half
> > > way down the page.
> > >
> > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html
> > >
> > > if you need more help, you can take a look at this helpfile.
> > >
> > > http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
> > >
> > >
> > > - Andrew
> > >
> > >
> > >
> > >
> > > -Original Message-
> > > From: David Thielen [mailto: ]
> > > Sent: Tuesday, June 25, 2002 4:36 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Tomcat, IIS, and
> > >
> > > Hi;
> > >
> > > I've installed Tomcat 4.0 and it runs fine in standalone mode.
> > >
> > > I've followed the following instructions for connection to IIS:
> > > http://www.verysimple.com/scripts/support_tc_iis.html
> > > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html
> > >
> > > And the dll won't load. I think the problem is that the install did
not
> > > give me the files:
> > > workers.properties
> > > uriworkermap.properties
> > >
> > > (Also the install did not give me a suggested .reg file for setting
the
> > > registry).
> > >
> > > Does anyone have a sample standard of these two files I can use? And
any
> > > idea why they did not install?
> > >
> > > thanks - dave
> > >
> >
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>


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




RE: Tomcat on IIS - almost working

2002-06-26 Thread BBui

Plus,  why are you still using ajp12?  Ajp13 is better.

Bao-Ha Dam Bui
[EMAIL PROTECTED]
S. Jude Medical, Inc
651.765.1018


-Original Message-
From: David Thielen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 26, 2002 10:07 AM
To: 'Tomcat Users List'
Subject: Tomcat on IIS - almost working


 I am now getting the error:
[Wed Jun 26 08:03:18 2002]  [jk_isapi_plugin.c (820)]: HttpExtensionProc
error, could not get a worker for name ajp12

I added the following to server.xml:
 

 And added the following to uriworkermap.properties:
 /*.jsp=ajp12

 All as specified in http://www.verysimple.com/scripts/support_tc_iis.html

 Any ideas?

 thanks - dave


> - Original Message -
> From: "Andrew Conrad" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Tuesday, June 25, 2002 3:54 PM
> Subject: RE: Tomcat, IIS, and
>
>
> > Hey David,
> >
> > here is where you can find what the workers.properties and
> > uriworkermap.properties look like and the reg settings.  Look about half
> > way down the page.
> >
> > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html
> >
> > if you need more help, you can take a look at this helpfile.
> >
> > http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
> >
> >
> > - Andrew
> >
> >
> >
> >
> > -Original Message-
> > From: David Thielen [mailto: ]
> > Sent: Tuesday, June 25, 2002 4:36 PM
> > To: [EMAIL PROTECTED]
> > Subject: Tomcat, IIS, and
> >
> > Hi;
> >
> > I've installed Tomcat 4.0 and it runs fine in standalone mode.
> >
> > I've followed the following instructions for connection to IIS:
> > http://www.verysimple.com/scripts/support_tc_iis.html
> > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html
> >
> > And the dll won't load. I think the problem is that the install did not
> > give me the files:
> > workers.properties
> > uriworkermap.properties
> >
> > (Also the install did not give me a suggested .reg file for setting the
> > registry).
> >
> > Does anyone have a sample standard of these two files I can use? And any
> > idea why they did not install?
> >
> > thanks - dave
> >
>


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



RE: Tomcat on IIS - almost working

2002-06-26 Thread BBui

Did you specify ajp12 in your workers.properties file? 

Bao-Ha Dam Bui
[EMAIL PROTECTED]
S. Jude Medical, Inc
651.765.1018


-Original Message-
From: David Thielen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 26, 2002 10:07 AM
To: 'Tomcat Users List'
Subject: Tomcat on IIS - almost working


 I am now getting the error:
[Wed Jun 26 08:03:18 2002]  [jk_isapi_plugin.c (820)]: HttpExtensionProc
error, could not get a worker for name ajp12

I added the following to server.xml:
 

 And added the following to uriworkermap.properties:
 /*.jsp=ajp12

 All as specified in http://www.verysimple.com/scripts/support_tc_iis.html

 Any ideas?

 thanks - dave


> - Original Message -
> From: "Andrew Conrad" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Tuesday, June 25, 2002 3:54 PM
> Subject: RE: Tomcat, IIS, and
>
>
> > Hey David,
> >
> > here is where you can find what the workers.properties and
> > uriworkermap.properties look like and the reg settings.  Look about half
> > way down the page.
> >
> > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html
> >
> > if you need more help, you can take a look at this helpfile.
> >
> > http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
> >
> >
> > - Andrew
> >
> >
> >
> >
> > -Original Message-
> > From: David Thielen [mailto: ]
> > Sent: Tuesday, June 25, 2002 4:36 PM
> > To: [EMAIL PROTECTED]
> > Subject: Tomcat, IIS, and
> >
> > Hi;
> >
> > I've installed Tomcat 4.0 and it runs fine in standalone mode.
> >
> > I've followed the following instructions for connection to IIS:
> > http://www.verysimple.com/scripts/support_tc_iis.html
> > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html
> >
> > And the dll won't load. I think the problem is that the install did not
> > give me the files:
> > workers.properties
> > uriworkermap.properties
> >
> > (Also the install did not give me a suggested .reg file for setting the
> > registry).
> >
> > Does anyone have a sample standard of these two files I can use? And any
> > idea why they did not install?
> >
> > thanks - dave
> >
>


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



Tomcat on IIS - almost working

2002-06-26 Thread David Thielen


 I am now getting the error:
[Wed Jun 26 08:03:18 2002]  [jk_isapi_plugin.c (820)]: HttpExtensionProc
error, could not get a worker for name ajp12

I added the following to server.xml:
 

 And added the following to uriworkermap.properties:
 /*.jsp=ajp12

 All as specified in http://www.verysimple.com/scripts/support_tc_iis.html

 Any ideas?

 thanks - dave


> - Original Message -
> From: "Andrew Conrad" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Tuesday, June 25, 2002 3:54 PM
> Subject: RE: Tomcat, IIS, and
>
>
> > Hey David,
> >
> > here is where you can find what the workers.properties and
> > uriworkermap.properties look like and the reg settings.  Look about half
> > way down the page.
> >
> > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html
> >
> > if you need more help, you can take a look at this helpfile.
> >
> > http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
> >
> >
> > - Andrew
> >
> >
> >
> >
> > -Original Message-
> > From: David Thielen [mailto: ]
> > Sent: Tuesday, June 25, 2002 4:36 PM
> > To: [EMAIL PROTECTED]
> > Subject: Tomcat, IIS, and
> >
> > Hi;
> >
> > I've installed Tomcat 4.0 and it runs fine in standalone mode.
> >
> > I've followed the following instructions for connection to IIS:
> > http://www.verysimple.com/scripts/support_tc_iis.html
> > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html
> >
> > And the dll won't load. I think the problem is that the install did not
> > give me the files:
> > workers.properties
> > uriworkermap.properties
> >
> > (Also the install did not give me a suggested .reg file for setting the
> > registry).
> >
> > Does anyone have a sample standard of these two files I can use? And any
> > idea why they did not install?
> >
> > thanks - dave
> >
>


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




Tomcat on IIS - secure?

2002-05-30 Thread Steven Sporen

Hi there,

I'm trying to find out what the feeling is of people on this list
regarding the use of TOMCAT on Win 2k & IIS. Specifically is this
advisable in a large production environment?

Thanks
  Steven


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




RE: HOW to Configure Tomcat on IIS and deploy our own web Application .

2002-02-25 Thread Randy Layman

http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html
epically the section labeled "Adding additional Contexts".

Aren't manuals really useful?

Randy


> -Original Message-
> From: Vishal Mukherjee [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 24, 2002 11:57 PM
> To: Tomcat Users List
> Subject: HOW to Configure Tomcat on IIS and deploy our own web
> Application .
> Importance: High
> 
> 
> Hi all,
> 
> I an a NewBie to Tomcat. Having installed TC 3.2.3 on IIS 4 
> with the help of
> your guidance from the link suggested below.
> http://www.verysimple.com/scripts/support_tc_iis.html
> 
> All works fine. I have a web application which i have to deply to our
> intranet server, mearly copying the files in a directory and 
> adding the
> context does not work. Can anyone help to delpoy our 
> application where i can
> get step-by-step methods to configure the application for 
> JSP, Servlets and
> beans directories  and deploy it.
> 
> Thanks & Regards
> ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
> Vishal Mukherjee
> IRSSL  Vashi
> 91.022.7896004.155 (voice)  022.7896020(fax)
> "Don't take life too serious. You'll never escape it alive anyway."
> - Ebert Hubbard
> ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
> 
> 
> Visit Our Cement Site at http://www.indorama.co.in
>   Our Software Site at http://www.irssl.com 
> 
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: HELP HELP HELP HELP HOW to Configure Tomcat on IIS and deploy our own web Application.

2002-02-25 Thread Vishal Mukherjee

Any one to help me on this 



- Original Message -
From: "Vishal Mukherjee" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, February 25, 2002 10:27 AM
Subject: HOW to Configure Tomcat on IIS and deploy our own web Application.


> Hi all,
>
> I an a NewBie to Tomcat. Having installed TC 3.2.3 on IIS 4 with the help
of
> your guidance from the link suggested below.
> http://www.verysimple.com/scripts/support_tc_iis.html
>
> All works fine. I have a web application which i have to deply to our
> intranet server, mearly copying the files in a directory and adding the
> context does not work. Can anyone help to delpoy our application where i
can
> get step-by-step methods to configure the application for JSP, Servlets
and
> beans directories  and deploy it.
>
> Thanks & Regards
> ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
> Vishal Mukherjee
> IRSSL  Vashi
> 91.022.7896004.155 (voice)  022.7896020(fax)
> "Don't take life too serious. You'll never escape it alive anyway."
> - Ebert Hubbard
> ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
>
>
> Visit Our Cement Site at http://www.indorama.co.in
>   Our Software Site at http://www.irssl.com
>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


Visit Our Cement Site at http://www.indorama.co.in
  Our Software Site at http://www.irssl.com 



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




HOW to Configure Tomcat on IIS and deploy our own web Application.

2002-02-24 Thread Vishal Mukherjee

Hi all,

I an a NewBie to Tomcat. Having installed TC 3.2.3 on IIS 4 with the help of
your guidance from the link suggested below.
http://www.verysimple.com/scripts/support_tc_iis.html

All works fine. I have a web application which i have to deply to our
intranet server, mearly copying the files in a directory and adding the
context does not work. Can anyone help to delpoy our application where i can
get step-by-step methods to configure the application for JSP, Servlets and
beans directories  and deploy it.

Thanks & Regards
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Vishal Mukherjee
IRSSL  Vashi
91.022.7896004.155 (voice)  022.7896020(fax)
"Don't take life too serious. You'll never escape it alive anyway."
- Ebert Hubbard
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~


Visit Our Cement Site at http://www.indorama.co.in
  Our Software Site at http://www.irssl.com 



--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




tomcat on iis

2001-08-27 Thread hzhang

Hi,


I installed tomcat and IIS following the instruction "Tomcat IIS How To".
It is working fine for the examples. When i add extra context in the
uriworkermap.properties file, restart the iis server, an error message
appeared as " Page can not be found".

The context i added on was working fine if i am using tomcat alone or
tomcat with Apache. Can you please give me any clue or suggestions?



Your help is very much appreciated!



Regards,



Huiping




Re: Tomcat on IIS registry entries

2001-06-11 Thread Lawrence Kemdirim

Hello:

I would like to send a special thanks to Rex...I finally got the
isapi_redirect.dll working. I would appear that using regedit does not
entirely do the job. As Rex had suggested, it would be best (but time
consuming) to manually create the .reg file and that's it.

Personally, I don't think it had anything to do with typos, etc., although
in some cases, that could be the problem. However, I think it's simply just
the way regedit handles the info.

Lawrence
- Original Message -
From: "Rex Cooper" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 11:30 AM
Subject: Tomcat on IIS registry entries


> HI There.
>
> We have created two .reg files for NT 4 and Windows 2000. They work for
> tomcat installations on
> c:\jakarta-tomcat-3.2.1 but should be editable for other file paths. I
found
> the process to be very error prone, manually making the keys every time.
>
> Win 2k
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
> Redirector\1.0]
> "extension_uri"="/jakarta/isapi_redirect.dll"
> "log_file"="c:\\jakarta-tomcat-3.2.1\\logs\\isapi.log"
> "log_level"="info"
> "worker_file"="c:\\jakarta-tomcat-3.2.1\\conf\\workers.properties"
>
"worker_mount_file"="c:\\jakarta-tomcat-3.2.1\\conf\\uriworkermap.properties
> "
>
> NT 4
> REGEDIT4
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
> Redirector\1.0]
> @=""
> "log_file"="c:\\jakarta-tomcat-3.2.1\\logs\\isapi.log"
> "worker_file"="c:\\jakarta-tomcat-3.2.1\\conf\\workers.properties"
>
"worker_mount_file"="c:\\jakarta-tomcat-3.2.1\\conf\\uriworkermap.properties
> "
> "extension_uri"="/jakarta/isapi_redirect.dll"
> "log_level"="debug"
>
> The NT 4 version also works on Win 2k, but is here for completeness.
>




Tomcat on IIS registry entries

2001-06-11 Thread Rex Cooper

HI There.

We have created two .reg files for NT 4 and Windows 2000. They work for
tomcat installations on
c:\jakarta-tomcat-3.2.1 but should be editable for other file paths. I found
the process to be very error prone, manually making the keys every time.

Win 2k
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="c:\\jakarta-tomcat-3.2.1\\logs\\isapi.log"
"log_level"="info"
"worker_file"="c:\\jakarta-tomcat-3.2.1\\conf\\workers.properties"
"worker_mount_file"="c:\\jakarta-tomcat-3.2.1\\conf\\uriworkermap.properties
"

NT 4
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
@=""
"log_file"="c:\\jakarta-tomcat-3.2.1\\logs\\isapi.log"
"worker_file"="c:\\jakarta-tomcat-3.2.1\\conf\\workers.properties"
"worker_mount_file"="c:\\jakarta-tomcat-3.2.1\\conf\\uriworkermap.properties
"
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_level"="debug"

The NT 4 version also works on Win 2k, but is here for completeness.




AW: tomcat on IIS in-process

2001-05-06 Thread Robert Wohlgemuth

Hi,

In the workers.properties the worker.jni.class_path points also to the
classes directory. It doesn't exist at my computer too. But the class_path
also points to each *.jar file in the lib directory and to the tools.jar in
my jdk1.3/lib directory.
In the uriworkermap.properties file I've benn also mounted only the jni
worker.

I had also some problems setting up tomcat in-process with IIS. The error
was in the registry, becaus I had an typo in the settings there. Perhaps you
look there:

HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0


-Ursprüngliche Nachricht-
Von: Rasmus Munk Jensen [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 06. Mai 2001 20:56
An: [EMAIL PROTECTED]
Betreff: RE: tomcat on IIS in-process


Hi,

I greatly appreciate your answer. Unfortunatly my tomcat doesn't run, but
maybe you could answer a few questions for me, so that I can isolate the
problem?

1. In my workers.properties I have the following line in my JNI definition:

worker.jni.class_path=c:\jakarta-tomcat\classes

this points to nowhere!! Is that correct?

In my uriworkermap.properties file, I have only the jni worker mounted, not
ajp12 or ajp13. Is this correct?

Am I right, when I assume that having tomcat running in-process,
automatically starts tomcat when the IIS is started?

thanks for your time,

Rasmus

-Original Message-
From: Robert Wohlgemuth [mailto:[EMAIL PROTECTED]]
Sent: 6. maj 2001 19:46
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: AW: tomcat on IIS in-process


Hi,

I have the same message in my log file. I tried some things an looked at the
source code. I found out that tomcat trys to load the library from different
locations. If it doesn't find it in the first one the error-message is
logged into the std-err file. But if the file is in the second location
everything is right.

So I think: If your tomcat runs correctly this is not an error you should
worry about.

best regards,
robert

-Ursprüngliche Nachricht-
Von: Rasmus Munk Jensen [mailto:[EMAIL PROTECTED]]
Gesendet: Samstag, 05. Mai 2001 18:03
An: Tomcat (E-mail)
Betreff: tomcat on IIS in-process


Hi

I am trying to set up IIS to work with tomcat 3.2.0 using the
jni_connect.dll, so that it can run in-process.

But when I start the IIS, I get the following text in the stderr-log file
from the JVM:

2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /examples )
2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /admin )
2001-05-05 05:57:53 - ContextManager: Adding context Ctx(  )
2001-05-05 05:57:53 - ContextManager: Adding context Ctx( /test )
Failed to loadLibrary() c:/jakarta-tomcat/bin/jni_connect.dll

But in the stdout-log file everything looks fine:

Starting up StartupThread
Starting tomcat. Check logs/tomcat.log for error messages
Library c:/jakarta-tomcat/bin/jni_connect.dll loaded
Running ...
End waiting
Running fine


I have followed the setup instructions for in-process exactly...

any ideas?

-thanks,

Rasmus








RE: tomcat on IIS in-process

2001-05-06 Thread Rasmus Munk Jensen

Hi,

I greatly appreciate your answer. Unfortunatly my tomcat doesn't run, but
maybe you could answer a few questions for me, so that I can isolate the
problem?

1. In my workers.properties I have the following line in my JNI definition:

worker.jni.class_path=c:\jakarta-tomcat\classes

this points to nowhere!! Is that correct?

In my uriworkermap.properties file, I have only the jni worker mounted, not
ajp12 or ajp13. Is this correct?

Am I right, when I assume that having tomcat running in-process,
automatically starts tomcat when the IIS is started?

thanks for your time,

Rasmus

-Original Message-
From: Robert Wohlgemuth [mailto:[EMAIL PROTECTED]]
Sent: 6. maj 2001 19:46
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: AW: tomcat on IIS in-process


Hi,

I have the same message in my log file. I tried some things an looked at the
source code. I found out that tomcat trys to load the library from different
locations. If it doesn't find it in the first one the error-message is
logged into the std-err file. But if the file is in the second location
everything is right.

So I think: If your tomcat runs correctly this is not an error you should
worry about.

best regards,
robert

-Ursprüngliche Nachricht-
Von: Rasmus Munk Jensen [mailto:[EMAIL PROTECTED]]
Gesendet: Samstag, 05. Mai 2001 18:03
An: Tomcat (E-mail)
Betreff: tomcat on IIS in-process


Hi

I am trying to set up IIS to work with tomcat 3.2.0 using the
jni_connect.dll, so that it can run in-process.

But when I start the IIS, I get the following text in the stderr-log file
from the JVM:

2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /examples )
2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /admin )
2001-05-05 05:57:53 - ContextManager: Adding context Ctx(  )
2001-05-05 05:57:53 - ContextManager: Adding context Ctx( /test )
Failed to loadLibrary() c:/jakarta-tomcat/bin/jni_connect.dll

But in the stdout-log file everything looks fine:

Starting up StartupThread
Starting tomcat. Check logs/tomcat.log for error messages
Library c:/jakarta-tomcat/bin/jni_connect.dll loaded
Running ...
End waiting
Running fine


I have followed the setup instructions for in-process exactly...

any ideas?

-thanks,

Rasmus







AW: tomcat on IIS in-process

2001-05-06 Thread Robert Wohlgemuth

Hi,

I have the same message in my log file. I tried some things an looked at the
source code. I found out that tomcat trys to load the library from different
locations. If it doesn't find it in the first one the error-message is
logged into the std-err file. But if the file is in the second location
everything is right.

So I think: If your tomcat runs correctly this is not an error you should
worry about.

best regards,
robert

-Ursprüngliche Nachricht-
Von: Rasmus Munk Jensen [mailto:[EMAIL PROTECTED]]
Gesendet: Samstag, 05. Mai 2001 18:03
An: Tomcat (E-mail)
Betreff: tomcat on IIS in-process


Hi

I am trying to set up IIS to work with tomcat 3.2.0 using the
jni_connect.dll, so that it can run in-process.

But when I start the IIS, I get the following text in the stderr-log file
from the JVM:

2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /examples )
2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /admin )
2001-05-05 05:57:53 - ContextManager: Adding context Ctx(  )
2001-05-05 05:57:53 - ContextManager: Adding context Ctx( /test )
Failed to loadLibrary() c:/jakarta-tomcat/bin/jni_connect.dll

But in the stdout-log file everything looks fine:

Starting up StartupThread
Starting tomcat. Check logs/tomcat.log for error messages
Library c:/jakarta-tomcat/bin/jni_connect.dll loaded
Running ...
End waiting
Running fine


I have followed the setup instructions for in-process exactly...

any ideas?

-thanks,

Rasmus





tomcat on IIS in-process

2001-05-05 Thread Rasmus Munk Jensen

Hi

I am trying to set up IIS to work with tomcat 3.2.0 using the
jni_connect.dll, so that it can run in-process.

But when I start the IIS, I get the following text in the stderr-log file
from the JVM:

2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /examples )
2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /admin )
2001-05-05 05:57:53 - ContextManager: Adding context Ctx(  )
2001-05-05 05:57:53 - ContextManager: Adding context Ctx( /test )
Failed to loadLibrary() c:/jakarta-tomcat/bin/jni_connect.dll

But in the stdout-log file everything looks fine:

Starting up StartupThread
Starting tomcat. Check logs/tomcat.log for error messages
Library c:/jakarta-tomcat/bin/jni_connect.dll loaded
Running ...
End waiting
Running fine


I have followed the setup instructions for in-process exactly...

any ideas?

-thanks,

Rasmus




tomcat on IIS

2001-04-25 Thread Hiep Tu Ong

Hi,

I just installed tomcat and it doesn't seem to be working.

Does tomcat work with IIS 5.0?



Re: tomcat on IIS 5.0

2001-04-24 Thread Simon Chatfield


Are you running it in SSL mode?




tomcat on IIS 5.0

2001-04-24 Thread Darren Haas
Title: tomcat on IIS 5.0





RE: Jakarta Project


I am sure that this question has been asked more than enough times. I am running IIS 5.0 and tomcat 3.2.1.  I followed the directions for tomcat on IIS 4.0 and it works fine for several days at a time.  What seems to be happening, is that tomcat closes after about 3 days.  The dos shell just ends.  I check the log files and find no errors.  Do you know if IIS 5.0 or Windows 2000 Server has been known to shut down tomcat. 

Thanks,
Darren Haas 






Darren Haas
Web Applications Project Manager
Dejima, Inc.
408.938.4555 Phone 
408.535.0859 Fax
160 W. Santa Clara St., Ste. 102
San Jose, CA 95113
www.dejima.com 





RE: getParameter in Tomcat on IIS

2001-01-26 Thread Rodriguez Victor A.

Eric,

thanks for your soon answer !!

unfortunately there's no change, even when all text was uppercase.
I also played with upper/lower case when getting the parameters in the JSP,
but unless the case are exactly the same for each file (HTML and JSP) the
obtained result is null (for NetScape, where POST and GET worked).

Perhaps I'll take a look to the sources and make some little debugging to
get a clue about it.

If anyone has the same kind of problem (IIS or not) please let me know.

Cheers.
-- 
Víctor A. Rodríguez ( http://www.bit-man.com.ar) 
Telefónica de Argentina - http://www.Telefonica.com.ar 
Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680

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




Re: getParameter in Tomcat on IIS

2001-01-26 Thread Eric Weber

Hi

I did not test your page with my hint, but I had a similar problem.
And couldn't believe the reason when I found out why it was not working.

In your form you are writing name in lower case.
 
> Eric,
> 
> > Hi
> >
> > Are you using by any change this option when doing a post :
> > enctype="multipart/form-data" ?
> 
> Not at all, I'm using the form (and JSP code) attached to this e-mail.
> 
> Cheers
> --
> Víctor A. Rodríguez ( http://www.bit-man.com.ar)
> Telefónica de Argentina - http://www.Telefonica.com.ar
> Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680
> 
>   
> 
>test.htmlName: test.html
> Type: Hypertext Markup Language (text/html)
> 
>test.jspName: test.jsp
>Type: unspecified type (application/octet-stream)
> 
>   
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

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




RE: getParameter in Tomcat on IIS

2001-01-26 Thread Rodriguez Victor A.

Eric,

> Hi
> 
> Are you using by any change this option when doing a post :
> enctype="multipart/form-data" ?

Not at all, I'm using the form (and JSP code) attached to this e-mail.

Cheers
-- 
Víctor A. Rodríguez ( http://www.bit-man.com.ar) 
Telefónica de Argentina - http://www.Telefonica.com.ar 
Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680 


Title: Test de Bit-Man

	
	
Formulario con POST
  
	  
	 
	  Login
	   
	
	  
	
	 
	  Password
	   
	
	  
	
	  
	   
	  
	  
	
	

Formulario con GET
  
	  
	 
	  Login
	   
	
	  
	
	 
	  Password
	   
	
	  
	
	  
	   
	  
	  
	
	

 test.jsp

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


Re: getParameter in Tomcat on IIS

2001-01-26 Thread Eric Weber

Hi

Are you using by any change this option when doing a post :
 enctype="multipart/form-data" 
?

Eric

"Rodriguez Victor A." wrote:
> 
> Hi All,
> 
> I'm new to the list and I'm setting up Tomcat 3.2 + IIS and we get the
> problem stated in  http://znutar.cortexity.com/BugRatViewer/ShowReport/55
> and http://w4.metronet.com/~wjm/tomcat/ToFeb11/msg02723.html (getParameter
> is null when values from a HTML FORM are sent to a JSP). The getParameter
> works well if the method used is GET, but if POST is used the value returned
> is null (only detected in MSIE 4.x).
> 
> Does anyone have any clue about this problem ?? (actual Tomcat bug, MSIE
> bug), Any workarounds ??
> 
> Thanks for all your help.
> --
> Víctor A. Rodríguez ( http://www.bit-man.com.ar)
> Telefónica de Argentina - http://www.Telefonica.com.ar
> Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

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




getParameter in Tomcat on IIS

2001-01-26 Thread Rodriguez Victor A.

Hi All,

I'm new to the list and I'm setting up Tomcat 3.2 + IIS and we get the
problem stated in  http://znutar.cortexity.com/BugRatViewer/ShowReport/55
and http://w4.metronet.com/~wjm/tomcat/ToFeb11/msg02723.html (getParameter
is null when values from a HTML FORM are sent to a JSP). The getParameter
works well if the method used is GET, but if POST is used the value returned
is null (only detected in MSIE 4.x).

Does anyone have any clue about this problem ?? (actual Tomcat bug, MSIE
bug), Any workarounds ?? 

Thanks for all your help.
-- 
Víctor A. Rodríguez ( http://www.bit-man.com.ar) 
Telefónica de Argentina - http://www.Telefonica.com.ar 
Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680 


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




getParameter in Tomcat on IIS

2001-01-25 Thread Rodriguez Victor A.

Hi All,

this is my first post to the list, and I'm not currently subscribed
tomcat-user.

I'm setting up Tomcat 3.2 + IIS and we get the problem stated in
http://znutar.cortexity.com/BugRatViewer/ShowReport/55 and
http://w4.metronet.com/~wjm/tomcat/ToFeb11/msg02723.html (getParameter is
null when values from a HTML FORM are sent to a jsp). The getParameter works
well if the method used is GET, but if POST is used the value returned is
null (only detected in MSIE 4.x).

Does anyone have any clue about this problem ?? (actual Tomcat bug, MSIE
bug), Any workarrounds ?? 

Thanks for all your help.
-- 
Víctor A. Rodríguez ( http://www.bit-man.com.ar) 
Telefónica de Argentina - http://www.Telefonica.com.ar 
Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680 


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




Re: Tomcat on IIS

2000-12-14 Thread Rajeev Jha

hi list
it is possible to use tomcat with IIS and it works fine. things u need to install r 
the following :
1. jdk1.2.2 / jdk1.3 or some other JVM if u like
2. then install tomcat (binary release is there , so u don't have to do anything)
3. check the stand alone tomcat
4. if u want, u can make jakarta-tomcat a service on ur NT machine
5. now use the isapi_redirect.dll to server jsp pages/particular contexts with IIS
6. tomcat user guide has all the information , and basically on NT u don't have to do 
much anyway!!

HTH

Stief Dirckx wrote:

> Hello
>
> I'm a webdeveloper for some time now. Up to now I only developed websites
> using IIS and ASP technologie. Now I'm interested in starting to use JSP.
> Because I haven't got the possibility to install a new webserver (Apache or
> WebSpher or ...) I wan't to enable JSP on IIS. I've read about the Tomcat
> project, that it made possible to run JSP on IIS whitout using Apache. I've
> tried to install it using the Tomcat documentation
> (http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/index.html) but
> it's not all that clear to me. It's not clear to me what order I have to
> use to install everything properly. Do I also need JDK, how do I install
> that? How do I install Tomcat properly and configure it? How do I use the
> ISAPI redirector? What i'm asking is the follow: is there a document that
> really gives a good order on installing, activating and configuring Tomcat
> on IIS. I do know some things about webservers and Windows, so technically
> it won't be a problem. It's just the correct order that important to me and
> that it cover everything from scratch to a running a servlet. Please help
> me ASAP.
>
> Met vriendelijke groeten
>
> 
>---
>
>

--
Smith & Wesson: The original point-and-click interface.
---
Rajeev Jha  http://www.indegene.com
Indegene Lifesystems (P) Ltd.
  130, 1st cross , 5th Block ,
  Kormangla   bang !ore 560095

---
voice -- +91(80) 5524314 5524324  Email: [EMAIL PROTECTED]
---





Tomcat on IIS

2000-12-14 Thread Stief Dirckx

Hello

I'm a webdeveloper for some time now. Up to now I only developed websites
using IIS and ASP technologie. Now I'm interested in starting to use JSP.
Because I haven't got the possibility to install a new webserver (Apache or
WebSpher or ...) I wan't to enable JSP on IIS. I've read about the Tomcat
project, that it made possible to run JSP on IIS whitout using Apache. I've
tried to install it using the Tomcat documentation
(http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/index.html) but
it's not all that clear to me. It's not clear to me what order I have to
use to install everything properly. Do I also need JDK, how do I install
that? How do I install Tomcat properly and configure it? How do I use the
ISAPI redirector? What i'm asking is the follow: is there a document that
really gives a good order on installing, activating and configuring Tomcat
on IIS. I do know some things about webservers and Windows, so technically
it won't be a problem. It's just the correct order that important to me and
that it cover everything from scratch to a running a servlet. Please help
me ASAP.

Met vriendelijke groeten

---


Stief Dirckx, e-business engineer

Icasa Consulting Belgium
Herkenrodebosstraat 30
3511 Hasselt (B)
mobile: +32 (0) 477 70.80.33
tel: +32 (0) 11 85.80.80
fax: +32 (0) 11 87.31.48

[EMAIL PROTECTED]
visit us at : www.icasa-consulting.com
also: www.xtrem-e.com (division of Icasa Consulting)





Re: Installing TomCat on IIS

2000-11-22 Thread Hussam Alsawadi

Good Work!

--- Mohammed Nasr Shalaby <[EMAIL PROTECTED]> wrote:
> HI ALL
> 
> I've managed to run TomCat as a container within the
> IIS thanks to Gal
> Shachor
> 
> <[EMAIL PROTECTED]> who made the first redirector
> DLL file and the
> first to describe this
> 
> setup process on this document "
> 
>
http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/etc/Attic/tomcat-iis-ho
> 
> wto.html?rev=1.6&content-type=text/html ". Also many
> thanks to Marc
> Saegesser
> 
> <[EMAIL PROTECTED]> whose remarks was very
> helpful and it
> really made me do it
> 
> perfictly.
> 
> Well guys, we'll start right here:
> First I must say that I've tested this on NT4.0
> server and W2K server
> ONLY. Sorry for other
> 
> platform users.  :)
> All through this document I'll assume you IIS4.0 on
> NT4.0 server and use
> TomCat 3.1 final
> 
> release and had installed it in d:\tomcat (you must
> change any changes
> needed to match your
> 
> installation directories).
> 
> To run tomcat you must first install the JAVA SDK
> (JAVA Software
> Development Kit). This can
> 
> be downloaded from " http://java.sun.com/j2se/1.3/
> ". I used SDK1.3 for
> my setup.
> Your PATH Environment Variable must contain the full
> path for javac.exe
> file (usually
> 
> \jdk1.3\bin).
> 
> Now you can install TomCat run it (open run, write
> cmd, change to
> d:\tomcat\bin, write "
> 
> tomcat run ") and test it (open your browser and
> write "
> http://localhost:8080/ ")
> 
> You must also have the file called
> isapi_redirect.dll . This is the
> redirector file that
> 
> will be used with IIS. You can make your redirector
> if you like, or get
> one from "
> 
>
http://jakarta.apache.org/tomcat/jakarta-tomcat/bin/iis/nt4/i386/
> ". Now
> install this file
> 
> in d:\tomcat\bin\iis\i386 (I'll asume you used this
> directory as I
> proceed).
> 
> Now we will do some modifications in the registry. I
> prefer you will
> make a full backup for
> 
> your registry before you do this stuff.
> Here we go:
> 
> 1 - Under HKEY_LOCAL_MACHINE\SOFTWARE add these key
> herarichy "\Apache
> Software
> 
> Foundation\Jakarta Isapi Redirector\1.0"
> 
> 2 - Add the following keys (all as "String Value"):
>   a - extension_uri,
> Value="/jakarta/isapi_redirct.dll".
>   b - log_file,
> Value="d:\tomcat\logs\iis_redirect.log".
>   c - log_level, Value="debug" (This can take also
> other values, but
> this will do
> 
> perfictly).
>   d - worker_file,
> Value="d:\tomcat\conf\workers.properties".
>   e - worker_mount,
> Value="d:\tomcat\conf\uriworkermap.properties".
> N.B: I'll attach a .reg file that contains all this
> stuff so you can
> merge it into your
> 
> servers registry (But at your own risk).
> 
> 3 - Now open IIS manegement consol and create a
> virtual folder called "
> jakarta " and assign
> 
> it to the folder d:\tomcat\bin\iis\i386 .
> 
> 4 - Add an ISAPI Filter to any of your web sites (or
> add it on the
> machine level), I suggest
> 
> you name it jakarta, and give it the
> isapi_redirect.dll from
> d:\tomcat\bin\iis\i386 .
> 
> 5 - Now stop your site/service and restart it again.
> 
> Now open your browser and write the URL for the site
> you added the
> filter for and add "
> 
> /examples/ "<--watch out for this last "/" it
> made us stuck for a
> while
> 
> if you can now see the examples folder of the TomCat
> and can run all the
> JSP and Servelet
> 
> examples in it. If you don't check these things
> 
> 1 - Open your ISAPI Filter and see the jakarta one:
> If it has a green
> arrow pointing up then
> 
> it is running, else you will see a red arrow
> pointing down.
> 
> 2 - Check the size of the isapi_redirect.dll file
> (It should be 96kb for
> version 3.1).
> 
> 3 - Search your event viewer for any W3SVC errors
> and read it carefully.
> 
> 4 - Creating the file iis_redirect.log in the
> d:\tomcat\logs may some
> time help.
> 
> These are all the data I've gathered for two long
> days about installing
> TomCat on IIS. Hope
> 
> I'm of any good for those who wish to do so.
> 
> All questions and comments on this document are
> welcome. It will help me
> further in
> 
> upgrading this document.
> 
> Yours
> Mohammed Nasr Shalaby
> NT Administration Department
> Information Technology Inistitute (ITI)
> Cairo
> Egypt
> 

> ATTACHMENT part 2
application/x-unknown-content-type-regfile
name=isapi_redirect.reg



__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/



Re: Installing TomCat on IIS

2000-11-22 Thread Hussam Alsawadi

Good work!

--- Mohammed Nasr Shalaby <[EMAIL PROTECTED]> wrote:
> HI ALL
> 
> I've managed to run TomCat as a container within the
> IIS thanks to Gal
> Shachor
> 
> <[EMAIL PROTECTED]> who made the first redirector
> DLL file and the
> first to describe this
> 
> setup process on this document "
> 
>
http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/etc/Attic/tomcat-iis-ho
> 
> wto.html?rev=1.6&content-type=text/html ". Also many
> thanks to Marc
> Saegesser
> 
> <[EMAIL PROTECTED]> whose remarks was very
> helpful and it
> really made me do it
> 
> perfictly.
> 
> Well guys, we'll start right here:
> First I must say that I've tested this on NT4.0
> server and W2K server
> ONLY. Sorry for other
> 
> platform users.  :)
> All through this document I'll assume you IIS4.0 on
> NT4.0 server and use
> TomCat 3.1 final
> 
> release and had installed it in d:\tomcat (you must
> change any changes
> needed to match your
> 
> installation directories).
> 
> To run tomcat you must first install the JAVA SDK
> (JAVA Software
> Development Kit). This can
> 
> be downloaded from " http://java.sun.com/j2se/1.3/
> ". I used SDK1.3 for
> my setup.
> Your PATH Environment Variable must contain the full
> path for javac.exe
> file (usually
> 
> \jdk1.3\bin).
> 
> Now you can install TomCat run it (open run, write
> cmd, change to
> d:\tomcat\bin, write "
> 
> tomcat run ") and test it (open your browser and
> write "
> http://localhost:8080/ ")
> 
> You must also have the file called
> isapi_redirect.dll . This is the
> redirector file that
> 
> will be used with IIS. You can make your redirector
> if you like, or get
> one from "
> 
>
http://jakarta.apache.org/tomcat/jakarta-tomcat/bin/iis/nt4/i386/
> ". Now
> install this file
> 
> in d:\tomcat\bin\iis\i386 (I'll asume you used this
> directory as I
> proceed).
> 
> Now we will do some modifications in the registry. I
> prefer you will
> make a full backup for
> 
> your registry before you do this stuff.
> Here we go:
> 
> 1 - Under HKEY_LOCAL_MACHINE\SOFTWARE add these key
> herarichy "\Apache
> Software
> 
> Foundation\Jakarta Isapi Redirector\1.0"
> 
> 2 - Add the following keys (all as "String Value"):
>   a - extension_uri,
> Value="/jakarta/isapi_redirct.dll".
>   b - log_file,
> Value="d:\tomcat\logs\iis_redirect.log".
>   c - log_level, Value="debug" (This can take also
> other values, but
> this will do
> 
> perfictly).
>   d - worker_file,
> Value="d:\tomcat\conf\workers.properties".
>   e - worker_mount,
> Value="d:\tomcat\conf\uriworkermap.properties".
> N.B: I'll attach a .reg file that contains all this
> stuff so you can
> merge it into your
> 
> servers registry (But at your own risk).
> 
> 3 - Now open IIS manegement consol and create a
> virtual folder called "
> jakarta " and assign
> 
> it to the folder d:\tomcat\bin\iis\i386 .
> 
> 4 - Add an ISAPI Filter to any of your web sites (or
> add it on the
> machine level), I suggest
> 
> you name it jakarta, and give it the
> isapi_redirect.dll from
> d:\tomcat\bin\iis\i386 .
> 
> 5 - Now stop your site/service and restart it again.
> 
> Now open your browser and write the URL for the site
> you added the
> filter for and add "
> 
> /examples/ "<--watch out for this last "/" it
> made us stuck for a
> while
> 
> if you can now see the examples folder of the TomCat
> and can run all the
> JSP and Servelet
> 
> examples in it. If you don't check these things
> 
> 1 - Open your ISAPI Filter and see the jakarta one:
> If it has a green
> arrow pointing up then
> 
> it is running, else you will see a red arrow
> pointing down.
> 
> 2 - Check the size of the isapi_redirect.dll file
> (It should be 96kb for
> version 3.1).
> 
> 3 - Search your event viewer for any W3SVC errors
> and read it carefully.
> 
> 4 - Creating the file iis_redirect.log in the
> d:\tomcat\logs may some
> time help.
> 
> These are all the data I've gathered for two long
> days about installing
> TomCat on IIS. Hope
> 
> I'm of any good for those who wish to do so.
> 
> All questions and comments on this document are
> welcome. It will help me
> further in
> 
> upgrading this document.
> 
> Yours
> Mohammed Nasr Shalaby
> NT Administration Department
> Information Technology Inistitute (ITI)
> Cairo
> Egypt
> 

> ATTACHMENT part 2
application/x-unknown-content-type-regfile
name=isapi_redirect.reg



__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/



Installing TomCat on IIS

2000-11-22 Thread Mohammed Nasr Shalaby

HI ALL

I've managed to run TomCat as a container within the IIS thanks to Gal
Shachor

<[EMAIL PROTECTED]> who made the first redirector DLL file and the
first to describe this

setup process on this document "

http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/etc/Attic/tomcat-iis-ho

wto.html?rev=1.6&content-type=text/html ". Also many thanks to Marc
Saegesser

<[EMAIL PROTECTED]> whose remarks was very helpful and it
really made me do it

perfictly.

Well guys, we'll start right here:
First I must say that I've tested this on NT4.0 server and W2K server
ONLY. Sorry for other

platform users.  :)
All through this document I'll assume you IIS4.0 on NT4.0 server and use
TomCat 3.1 final

release and had installed it in d:\tomcat (you must change any changes
needed to match your

installation directories).

To run tomcat you must first install the JAVA SDK (JAVA Software
Development Kit). This can

be downloaded from " http://java.sun.com/j2se/1.3/ ". I used SDK1.3 for
my setup.
Your PATH Environment Variable must contain the full path for javac.exe
file (usually

\jdk1.3\bin).

Now you can install TomCat run it (open run, write cmd, change to
d:\tomcat\bin, write "

tomcat run ") and test it (open your browser and write "
http://localhost:8080/ ")

You must also have the file called isapi_redirect.dll . This is the
redirector file that

will be used with IIS. You can make your redirector if you like, or get
one from "

http://jakarta.apache.org/tomcat/jakarta-tomcat/bin/iis/nt4/i386/ ". Now
install this file

in d:\tomcat\bin\iis\i386 (I'll asume you used this directory as I
proceed).

Now we will do some modifications in the registry. I prefer you will
make a full backup for

your registry before you do this stuff.
Here we go:

1 - Under HKEY_LOCAL_MACHINE\SOFTWARE add these key herarichy "\Apache
Software

Foundation\Jakarta Isapi Redirector\1.0"

2 - Add the following keys (all as "String Value"):
  a - extension_uri, Value="/jakarta/isapi_redirct.dll".
  b - log_file, Value="d:\tomcat\logs\iis_redirect.log".
  c - log_level, Value="debug" (This can take also other values, but
this will do

perfictly).
  d - worker_file, Value="d:\tomcat\conf\workers.properties".
  e - worker_mount, Value="d:\tomcat\conf\uriworkermap.properties".
N.B: I'll attach a .reg file that contains all this stuff so you can
merge it into your

servers registry (But at your own risk).

3 - Now open IIS manegement consol and create a virtual folder called "
jakarta " and assign

it to the folder d:\tomcat\bin\iis\i386 .

4 - Add an ISAPI Filter to any of your web sites (or add it on the
machine level), I suggest

you name it jakarta, and give it the isapi_redirect.dll from
d:\tomcat\bin\iis\i386 .

5 - Now stop your site/service and restart it again.

Now open your browser and write the URL for the site you added the
filter for and add "

/examples/ "<--watch out for this last "/" it made us stuck for a
while

if you can now see the examples folder of the TomCat and can run all the
JSP and Servelet

examples in it. If you don't check these things

1 - Open your ISAPI Filter and see the jakarta one: If it has a green
arrow pointing up then

it is running, else you will see a red arrow pointing down.

2 - Check the size of the isapi_redirect.dll file (It should be 96kb for
version 3.1).

3 - Search your event viewer for any W3SVC errors and read it carefully.

4 - Creating the file iis_redirect.log in the d:\tomcat\logs may some
time help.

These are all the data I've gathered for two long days about installing
TomCat on IIS. Hope

I'm of any good for those who wish to do so.

All questions and comments on this document are welcome. It will help me
further in

upgrading this document.

Yours
Mohammed Nasr Shalaby
NT Administration Department
Information Technology Inistitute (ITI)
Cairo
Egypt

 isapi_redirect.reg


Re: tomcat on IIS/NT4.0 can you help ?

2000-10-30 Thread Jason Watkins

I think the issue there is you need to set up the default file, since
examples has no index.html or index.asp. Anyhow, if the gren light is
working, your issues are no longer to do with the wrapper... instead ensure
that you're asking for the right url, and that tomcat itself is working
properly

jason

- Original Message -
From: "Alon Marom" <[EMAIL PROTECTED]>
Sent: Monday, October 30, 2000 6:30 AM
Subject: tomcat on IIS/NT4.0 can you help ?


> Hi,
> I have made the necessary registry changes and the virtual "jakarta" in
the
> iis4 admin.
> but the isapi_redirect.dll filter was red(not loaded)
> In the isapi.log   the ajp13 was having trable , so I removed ajp13 from
the
> "workers"
> And ...the iis4 isapi_redirect.dll filter in green (loaded )
> http://localhost:8080/examples is working .
> BUT with   http://localhost/examples  , nothing comes  up  :-(
>  can you help ?
> what next ??
>
> thanks , Alon
>
>
>
>




FW: tomcat on IIS/NT4.0 can you help ?

2000-10-30 Thread Alon Marom


> Hi,
> I have made the necessary registry changes and the virtual "jakarta" in
> the iis4 admin.
> but the isapi_redirect.dll filter was red(not loaded)
> In the isapi.log   the ajp13 was having trable , so I removed ajp13 from
> the "workers"
> And ...the iis4 isapi_redirect.dll filter in green (loaded ) 
> http://localhost:8080/examples is working .
> BUT with   http://localhost/examples  , nothing comes  up  :-(
>  can you help ?
> what next ??
> 
> thanks , Alon
> 



tomcat on IIS/NT4.0 can you help ?

2000-10-30 Thread Alon Marom

Hi,
I have made the necessary registry changes and the virtual "jakarta" in the
iis4 admin.
but the isapi_redirect.dll filter was red(not loaded)
In the isapi.log   the ajp13 was having trable , so I removed ajp13 from the
"workers"
And ...the iis4 isapi_redirect.dll filter in green (loaded ) 
http://localhost:8080/examples is working .
BUT with   http://localhost/examples  , nothing comes  up  :-(
 can you help ?
what next ??

thanks , Alon