RE: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-24 Thread Matt
How is this different from the jk_1.2.8 installer (except for being jk2 instead of jk)? Is it wise to recommend any new install use jk2 if it's been abandoned, especially since no one has provided a reason to use it over jk (at least as of the latest jk_1.2.8)? Does this installer setup the ISAPI

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Allistair Crossley
Hi, This is such a well documented configuration. I suggest you either search the list archives, or head to Tomcat's documentation page and look at the JK for IIS documentation. You'll need the ISAPI DLL, a workers.properties file to map URLs to Tomcat from IIS, and a set of Windows registry

Re: trying with my first site on Tomcat with IIS

2005-02-23 Thread Matt
You may just need to add a line like: /test/*=ajp13w ...or similar, to your uriworkermap.properties file. You shouldn't need to add a context to server.xml if you're putting this in $CATALINA_HOME/webapps, though I may be mistaken as I am wrapping-up my own learning curve on this. Thanks, -Matt

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Allistair Crossley
And bear in mind that uriworkersmap is for JK2 which is no longer supported although it of course works. If you are starting out, you will want JK 1.2.8 and therefore workers.properties will be the file to declare URL mappings. -Original Message- From: Matt [mailto:[EMAIL PROTECTED]

Re: trying with my first site on Tomcat with IIS

2005-02-23 Thread Viorel Dragomir
Try with google. You can find an how to on jakarta.apache.org site. Or you can ask your friends. Viorel Dragomir . .. --- - Original Message - From: David IBARRA ROSALES To: Tomcat Users List Sent: Wednesday,

Re: trying with my first site on Tomcat with IIS

2005-02-23 Thread David IBARRA ROSALES
Thanks Viorel you are a smart boy ! I 'had forgotten about google and jakarta.apache.org site . really thanks ! but I came from there... - Original Message - From: Viorel Dragomir [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, February 23, 2005

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Matt
Actually, that's not entirely true. If you use jk_1.2.8.exe on Windows to install, it creates its own folder (I forget the name and am away from this system at present, maybe ISAPI Redirection DLL or such, sorry!) at the same level as $CATALINA_HOME (Tomcat 5.5 in my case). In there is a conf

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Allistair Crossley
i was just going by the latest JK 1.2.8 documentation which discusses only the configuration of workers.properties. uriworkersmap used to be the file used for jk2 style config. http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html -Original Message- From: Matt

Re: trying with my first site on Tomcat with IIS

2005-02-23 Thread David IBARRA ROSALES
Hi Matt I appreciat your help, 4 days ago I am trying that this work. yes, the file is workers.properties.minimal. I have installed the last version of jk and tomcat 5.5.7 and ISAPI and JAVA with installer, they are working well, the config files in regedit and anothers is created

Re: trying with my first site on Tomcat with IIS (2)

2005-02-23 Thread David IBARRA ROSALES
Thanks Allistar I will go on trying... it can be only a small thing i think your message encourage me, David mytwo files show this -- # workers.properties.minimal - worker.list=ajp13w worker.ajp13w.type=ajp13 worker.ajp13w.host=localhost

RE: Re: trying with my first site on Tomcat with IIS (2)

2005-02-23 Thread Allistair Crossley
actually Matt appears to be correct I admit - i've just checked our 1.2.8 config and it is indeed uriworkersmap.properties you need to add your mappings to. sorry for the confusion -Original Message- From: David IBARRA ROSALES [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 15:05

Re: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-23 Thread David IBARRA ROSALES
Thanks Allistair Is there documentations for IIS 6.0 , I use IIS 5.0 on win2000, I have found something new in documentation IIS 6.0: http://web.archive.org/web/20031229123839/www.rit.edu/~ack5504/tomcat-iis6-howto/WebServiceExtension.JPG that maybe help me if I found the similar in IIS 5 I

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Matt
Which exemplifies my point about (and frustration with) the docs... On Wed, 23 Feb 2005, Allistair Crossley wrote: i was just going by the latest JK 1.2.8 documentation which discusses only the configuration of workers.properties. uriworkersmap used to be the file used for jk2 style config.

Re: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-23 Thread Matt
These are documented in lots of places (Google for the terms), but confusing in that they have the extra instructions that you don't need when you use the jk_1.2.8.exe (that installer is GREAT, it's all the various docs that need updating and clarification). The link that I sent you (and you

RE: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-23 Thread Aris Javier
Hi David, I have the same problem like yours before. And found this site. http://www.shiftomat.com/opensource/ It's effective and it's free! =) I've been using this for a long time now and encountered no problems. Hope this helps. Aris Philippines -Original Message- From: Matt