Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Thomas Tuft Muller

Hi,

I've used Tomcat 3.2.1 for a while, and was thinking of upgrading to 4.0.2.
However, I can't find anything in the documentation about integration with
IIS 5.0 (as described in the Tomcat-IIS-howto document included in the 3.2.1
distribution). Is it (still) possible to integrate it with IIS?

Also, the 4.0.2 win32 distribution has a Tomcat.exe in the bin folder, but
no script to deploy the catalina engine as a service. Has anyone made such a
script?

Thanx!

--

Thomas







*
Copyright ERA Technology Ltd. 2001. (www.era.co.uk). All rights reserved. 
Confidential. No liability whatsoever is accepted for any loss or damage 
suffered as a result of accessing this message or any attachments.

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




RE: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Thomas Tuft Muller

It didn't help. The document your'er referring to shows how to deploy Tomcat
4 as a standalond webserver (for development purposes). That's not what I'm
interested in. I want IIS to forward requests to Tomcat 4, exactly the same
way as done in Tomcat 3.0.1.

Thanx anyway.

--

Thomas

| -Original Message-
| From: Alejandro Alcalde [mailto:[EMAIL PROTECTED]]
| Sent: 21 February 2002 09:03
| To: Tomcat Users List; [EMAIL PROTECTED]
| Subject: Re: Tomcat 4.0.2, IIS 5.0 and NT-service
|
|
|
| We have Tomcat 4 running and are trying to make it work with IIS
| 5. The how to install it as a stand-alone you got it in
| www.moreservlets.com/Using-Tomcat-4.html, and some people have
| referred me to this other document for integration, but I've got
| stuck with it when trying to run it as an nt_service:
| http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html
|
| Hope this helps
|
| Alex
|
|
| -
| Do You Yahoo!?
| Yahoo! Messenger!
|  Comunicación instantánea gratis con tu gente.



*
Copyright ERA Technology Ltd. 2001. (www.era.co.uk). All rights reserved. 
Confidential. No liability whatsoever is accepted for any loss or damage 
suffered as a result of accessing this message or any attachments.

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




Problems with IIS 5.0 jakarta redirect (please)

2001-08-21 Thread Thomas Tuft Muller

System:
 OS Win 2000 5.00.2195
 IIS 5.0
 Tomcat 3.2.1

Tomacat starts fine. All logs show successful startup of all web
applications.

Browser URL: http://localhost/examples/jsp/index.html

Http log excerpt:

17:28:08 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
(and a lot of null bytes follows)

isapi.log excerpt:
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/examples/jsp/index.html
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a
match ajp12
[jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.html] is a
servlet url - should redirect to ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/examples/jsp/index.html] is points to the web-inf directory

Any suggestions is *much* appreciated!!

For the record: an almost identical configuration works fine on my
laptop(!).

--

Thomas



*
Copyright ERA Technology Ltd. 2001. (www.era.co.uk). All rights reserved. 
Confidential. No liability whatsoever is accepted for any loss or damage 
suffered as a result of accessing this message or any attachments.



RE: how to automatically load the servlet

2001-08-21 Thread Thomas Tuft Muller

See the load-on-startup/load-on-startup servlet parameter.

--

Thomas


| -Original Message-
| From: Rajesh [mailto:[EMAIL PROTECTED]]
| Sent: 21 August 2001 15:25
| To: [EMAIL PROTECTED]
| Subject: how to automatically load the servlet
| 
| 
| Hi,
| How to load the servlet when tomcat3.2.1 starts
| 
| can anyone help me
| Rajesh
| 
| 


*
Copyright ERA Technology Ltd. 2001. (www.era.co.uk). All rights reserved. 
Confidential. No liability whatsoever is accepted for any loss or damage 
suffered as a result of accessing this message or any attachments.



Problems setting up IIS 5.0 and Tomcat 3.2.*

2001-08-20 Thread Thomas Tuft Muller

Hi,

I've some problems setting up IIS and Tomcat for a server box (I have the
exact same configuration working on my laptop).

As far as I can see, the redirect filter does not work - the http log
indicates this. There is also dumped some rubbish (0-bytes) in the log-file
that reinforces this suspicion.

The funny thing is, that the isapi.log indicates that the filter is working
(or at least that it is in fact redirected to):

[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/examples/jsp/index.html
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a
match ajp12
[jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.html] is a
servlet url - should redirect to ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/examples/jsp/index.html] is points to the web-inf directory

But the http log says:

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2001-08-20 17:22:56
#Fields: time c-ip cs-method cs-uri-stem sc-status
17:22:56 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2001-08-20 17:28:08
#Fields: time c-ip cs-method cs-uri-stem sc-status
17:28:08 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
17:28:24 127.0.0.1 GET /index.html 304

 all the tomcat logs are fine and shows that the apps starts.

and yes, the uriworkermap.properties is defined correct:

# Mount the servlet context to the ajp12 worker
/servlet/*=ajp12

# Mount the examples context to the ajp12 worker
/examples/*=ajp12

# Mount the admin context to the ajp12 worker
/admin/*=ajp12

# Mount the test context to the ajp12 worker
/test/*=ajp12

# Mount the cvslet context to the ajp12 worker
/jcvslet/*=ajp12

Any suggestions is MUCH appreciated!!!

--

Thomas







*
Copyright ERA Technology Ltd. 2001. (www.era.co.uk). All rights reserved. 
Confidential. No liability whatsoever is accepted for any loss or damage 
suffered as a result of accessing this message or any attachments.