RE: Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-16 Thread Johan Kok
QUick try --

Load apache with these and get that to work. After that switch back to IIS.

> -Original Message-
> From: Antony Paul [mailto:[EMAIL PROTECTED]
> Sent: 14 October 2003 12:53
> To: Tomcat Users List
> Subject: Can any one tell where is a simple Tomcat + IIS how to using
> Coyote/JK2 AJP 1.3?
>
>
> Hi all,
> I tried configuring Tomcat 4.1.27 + IIS 5.0 using JK
> connector(isapi_redirector.dll) as per the documentation on
> the onjava.com
> (http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html).
> But failed.
> Thinking that it may be a problem with DLL I went to download
> it again. But
> no bianry version of it is availble at the site jakarta download site.
> Currently only Coyote JK2(isapi_redirector2.dll) is provided.
> So I tried
> with JK2 again no result and IIS shows it is not loading the
> DLL in the
> filter(There is a red down arrow).
>
> Antony Paul
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



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



Re: Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-14 Thread Thorsten Westmeier
Hi,

I can help you only with Tomcat, IIS + JK1 1.2.4

By the way, if anyone knows, what to change to use 1.2.5, please help!!!
Simply replacing the dll is not enough, but what else is to do?
1. Make sure, that Tomcat and IIS run correct "as standalone Versions" .
   Try http:/localhost/ and an IIS-Screen should appear.
   Try http:/localhost:8080/ and a Tomcat screen should appear.
2. Download the isapi_redirector.
I have problems with the brand new 1.2.5, so you should first try the 
version 1.2.4 and try to upgrade later if it works.

3. Copy isapi_redirector.dll, workers.properties and 
uriworkermap.properties in Tomcat/conf

workers.properties:
---
worker.list=Worker
worker.Worker.port=8009
worker.Worker.host=localhost
worker.Worker.type=ajp13
uriworkermap.properties:
---
/pmviewer/*=Worker
/pmviewer/*.jsp=Worker
/pmhelp/*=Worker
/pmhelp/*.jsp=Worker
4. Registry-Entries:

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

extension_uri   /tomcat/isapi_redirector.dll
log_fileD:\\Tomcat4.1\\logs\\jk_iis.log
log_level   Debug
worker_file D:\\Tomcat4.1\\conf\\workers.properties
worker_mount_file   D:\\Tomcat4.1\\conf\\uriworkermap.properties
5. Create Virtual-Directory and Isapi-Filter-Entry as described in the 
OnJava Article.

6. For newer Tomcat Versions ( 4.1.12 or 4.1.18, I think) you have to 
change the server.xml:

a) deactivate JMX MBeans support, to avoid Error-Mesages

  
  

b) Change the default AJP 1.3 Connector back from JK2





7. Restart IIS and Tomcat or better the whole machine.

8. Let me know, if it works  :)

Good Luck,
Thorsten


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


Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-14 Thread Antony Paul
Hi all,
I tried configuring Tomcat 4.1.27 + IIS 5.0 using JK
connector(isapi_redirector.dll) as per the documentation on the onjava.com
(http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html). But failed.
Thinking that it may be a problem with DLL I went to download it again. But
no bianry version of it is availble at the site jakarta download site.
Currently only Coyote JK2(isapi_redirector2.dll) is provided. So I tried
with JK2 again no result and IIS shows it is not loading the DLL in the
filter(There is a red down arrow).

Antony Paul

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



Re: Tomcat IIS How to

2003-08-28 Thread Mark Eggers
If you do not have a full-fledge webapp (with a
WEB-INF/web.xml), you will have to add the context to
Tomcat's server.xml

Here's an example that I use to just "noodle around"
with jsp files:


  


This is based on the example in server.xml.  However,
if you want to use taglibs you'll need to go the
entire route with a proper WEB-INF, lib, and
WEB-INF/web.xml.

In the long run, it's probably best to do this, since
any web application you deploy should have the
standard  web application deployment descriptor.

Take a look at
%TOMCAT_HOME%\webapps\tomcat-docs\appdev  and the
subdirectories for a simple example.

HTH

/mde/
just my two cents . . . . 

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



Tomcat IIS How to

2003-08-28 Thread Muscu, Raju
Thanks very much for putting together great information to setup tomcat
with IIS.

 

I have configured my tomcat instance (4.0.3) with IIS and can able to
execute jsp/servlets in the examples folder.  However, not able to run
jsp located in another context.  Though the jsp page from another
context works thru tomcat port, browser with IIS url displays a prompt
to open/save the jsp page. 

 

I suspect the web.xml in the new context is not handling jsp correctly -
am I right?  Can you provide any suggestions or tips to try this?

 

Thanks very much, Raju

Mitretek Systems

703-610-1527 ([EMAIL PROTECTED])

 



RE: Tomcat IIS How to

2001-09-16 Thread Ratnakar Palle

Hi Chris,

You need to right click on the "Default Web Site" but not on the "jakarta"..
Or, go to Action -> Properties after selecting "Default Web Site"...

Hope this helps...

-Ratnakar


-Original Message-
From: Chris Huisman [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 16, 2001 3:02 PM
To: [EMAIL PROTECTED]
Subject: Tomcat IIS How to


Hello,

I am trying to integrate tomcat with iis on windows 2000.  I do not
understand how to set up a filter in the IIS Management Console.  There is
no Filter tab.  How do you set up this filter under windows 2000.


Thanks,

Chris.




Tomcat IIS How to

2001-09-16 Thread Chris Huisman

Hello,

I am trying to integrate tomcat with iis on windows 2000.  I do not
understand how to set up a filter in the IIS Management Console.  There is
no Filter tab.  How do you set up this filter under windows 2000.


Thanks,

Chris.




RE: Tomcat IIS how to

2001-06-03 Thread Todd Sussman

Be sure to double check the spelling.  We run IIS + Tomcat on a Win2k
Server and Adv. Server.  Both setups work well.  We had a similar
problem and it was just a spelling error.

Todd

-Original Message-
From: Jimmie Dean [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 03, 2001 9:09 PM
To: [EMAIL PROTECTED]
Subject: Tomcat IIS how to


Dear sir,

I followed the instruction on this document to run JSP under IIS.
However it 
did not work.  I did not see the green light for the jakarta filter in
the 
IIS management control, under default web site.  I believe somehow your 
document might not be complete for win2000 (the system I am on). Somehow
the 
registry entry was not recognized by IIS.

Is there any other document can help?

Thanks and regards
Jimmie Dean
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




Re: Tomcat IIS how to

2001-06-03 Thread Gilson do N. D'Elrei

Hello,
I have my win2000 working with Tomcat without problems now, cos i had the
same problem in my first installation, i find out errors in my registry key
values and it's ok now Verify again your registry configuration.
good luck.
greetings.

- Original Message -
From: "Jimmie Dean" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 03, 2001 4:09 PM
Subject: Tomcat IIS how to


> Dear sir,
>
> I followed the instruction on this document to run JSP under IIS. However
it
> did not work.  I did not see the green light for the jakarta filter in the
> IIS management control, under default web site.  I believe somehow your
> document might not be complete for win2000 (the system I am on). Somehow
the
> registry entry was not recognized by IIS.
>
> Is there any other document can help?
>
> Thanks and regards
> Jimmie Dean
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>




Tomcat IIS how to

2001-06-03 Thread Jimmie Dean

Dear sir,

I followed the instruction on this document to run JSP under IIS. However it 
did not work.  I did not see the green light for the jakarta filter in the 
IIS management control, under default web site.  I believe somehow your 
document might not be complete for win2000 (the system I am on). Somehow the 
registry entry was not recognized by IIS.

Is there any other document can help?

Thanks and regards
Jimmie Dean
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




RE: Tomcat IIS How to

2001-02-27 Thread sohail . rana



>  -Original Message-
> From: Rana,SP,Sohail,CEG1 RANASP R  
> Sent: Friday, February 23, 2001 5:20 PM
> To:   '[EMAIL PROTECTED]'
> Subject:  Tomcat IIS How to
> 
> Hi 
> I am having problems running PWS with Tomcat. If you could help me I would
> be grateful.
> 
> What Am I running
> NT4 (SP6) workstation
> Tomcat 3.2.1
> PWS 4
> 
> I followed the instruction but don't understand one of them 
> 
> 
>  (I use the name jakarta), its executable must be our
> c:\jakarta-tomcat\bin\win32\i386\isapi_redirect.dll. For PWS, you'll
>  need to use regedit and add/edit the "Filter DLLs" key under
>  
> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters.
> This key contains a "," separated list of dlls ( full
>  paths ) - you need to insert the full path to isapi_redirect.dll. 
> 
> 
> OK, for PWS I need to add Filter DLLs as key and .isapi_redirect.dll
> as a value (I guess), but my question is what is the name of the string. I
> am not sure, so created the Key (Filter DLLs) under Parameters and add the
> value to the default key.
> 
> All the other settings are OK. But I can not access the .../examples, and
> always get 404. Also notice the /tomcat/logs/ dir did not produce
> isapi.log file.
> 
> Can you see what am I doing wrong? Please let me know.
> 
> Kind Regards
> Sohail

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




Tomcat IIS How to

2001-02-23 Thread sohail . rana

Hi 
I am having problems running PWS with Tomcat. If you could help me I would
be grateful.

What Am I running
NT4 (SP6) workstation
Tomcat 3.2.1
PWS 4

I followed the instruction but don't understand one of them 


 (I use the name jakarta), its executable must be our
c:\jakarta-tomcat\bin\win32\i386\isapi_redirect.dll. For PWS, you'll
 need to use regedit and add/edit the "Filter DLLs" key under
 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters.
This key contains a "," separated list of dlls ( full
 paths ) - you need to insert the full path to isapi_redirect.dll. 


OK, for PWS I need to add Filter DLLs as key and .isapi_redirect.dll as
a value (I guess), but my question is what is the name of the string. I am
not sure, so created the Key (Filter DLLs) under Parameters and add the
value to the default key.

All the other settings are OK. But I can not access the .../examples, and
always get 404. Also notice the /tomcat/logs/ dir did not produce isapi.log
file.

Can you see what am I doing wrong? Please let me know.

Kind Regards
Sohail

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