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
> To: Tomcat Users List
> Subject: Re: trying with my first site on Tomcat with IIS (2)
> 
> 
> Thanks Allistar
> 
> I will go on trying... it can be only a small thing i 
> think.... your message
> encourage me,
> David
> 
> my    two files show this
> ----------------------------------
> # workers.properties.minimal -
> worker.list=ajp13w
> 
> worker.ajp13w.type=ajp13
> worker.ajp13w.host=localhost
> worker.ajp13w.port=8009
> ----------------------------------
> # uriworkermap.properties - IIS
> #
> /test/*=ajp13w
> 
> 
> ----- Original Message ----- 
> From: "Allistair Crossley" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <tomcat-user@jakarta.apache.org>
> Sent: Wednesday, February 23, 2005 11:43 AM
> Subject: RE: trying with my first site on Tomcat with IIS
> 
> 
> 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 [mailto:[EMAIL PROTECTED]
> > Sent: 23 February 2005 14:36
> > To: Tomcat Users List
> > Subject: RE: trying with my first site on Tomcat with IIS
> >
> >
> > 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 folder and in 
> there are:
> > uriworkermap.properties
> > -AND-
> > workers.properties.minimal
> >
> > You *should not* have to touch the second file, and will make
> > all of your
> > configurations in the first file (at least I have)!  I would
> > imagine the
> > 1.2.8 setup for other systems is similar?  If not, there's more
> > obfuscation that should be corrected...!
> >
> > Obviously, getting there with :8080 means he's well-beyond the
> > installation phase, and if he can get to the examples without
> > expressly
> > using :8080, then he also has the DLL working already (is
> > this the case,
> > David)?  I feel his pain on getting any further - the docs
> > are obtuse at
> > best.
> >
> > Although elementary for some, the addition of the line I 
> mentioned for
> > uriworkermap.properties should solve this once the DLL is 
> working and
> > your web server is configured to use it...
> >
> > I found out the above in plain English using Google, and am 
> working on
> > getting an app to work OUTSIDE of $CATALINA_HOME/webapps if you're
> > interested, David (offline, or look at old posts).
> >
> > If you can not get the examples to work and are not using
> > apache, try the
> > following document (if you try to use one of the links all
> > over the net,
> > it fails, so you HAVE to go HERE to get this now!):
> > http://web.archive.org/web/20040324133706/http://www.rit.edu/~
> > ack5504/tomcat-iis6-howto/tomcat-iis6-howto.html
> >
> > Thanks,
> > -Matt
> >
> >
> > On Wed, 23 Feb 2005, Allistair Crossley wrote:
> >
> > > 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]
> > > > Sent: 23 February 2005 14:17
> > > > To: Tomcat Users List
> > > > Subject: Re: trying with my first site on Tomcat with IIS
> > > >
> > > >
> > > > 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
> > > >
> > > >
> > > > On Wed, 23 Feb 2005, David IBARRA ROSALES wrote:
> > > >
> > > > > Hi everybody
> > > > >
> > > > > I've created a folder called "test" on "webapps" and a
> > > > website on IIS
> > > > > (include ISAPI and virtual directory jakarta) with the
> > same target.
> > > > > when i call with  http://localhost:8080/test/test.jsp
> > > > works,  but when i
> > > > > call it on the browser:   http://localhost/test.jsp ,
> > does not work.
> > > > > need I to do  any change in server.xml or
> > > > uriworkermap.properties every time
> > > > > that i add a site?
> > > > >
> > > > >
> > > > > test.jsp
> > > > > ---------------------------------
> > > > > <html>
> > > > > <head>
> > > > > <title>First JSP page.</title>
> > > > > </head>
> > > > > <body>
> > > > > <%="Hello JSP"%>
> > > > > </body>
> > > > > </html>
> > > > > -----------------------------------
> > > > >
> > > > > thanks in advance
> > > > > David
> > > > >
> > > > >
> > > > >
> > > >
> > 
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > > Matthew Kozak
> > > > Rutgers University-Camden
> > > > [EMAIL PROTECTED]
> > > >
> > > > **************************************************************
> > > > ************
> > > >  "They that can give up essential liberty to obtain a
> > little temporary
> > > > safety deserve neither liberty nor safety."  -Ben Franklin
> > > > **************************************************************
> > > > ************
> > > >
> > > >
> > 
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > <FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE>
> > > -------------------------------------------------------
> > > QAS Ltd.
> > > Developers of QuickAddress Software
> > > <a href="http://www.qas.com";>www.qas.com</a>
> > > Registered in England: No 2582055
> > > Registered in Australia: No 082 851 474
> > > -------------------------------------------------------
> > > </FONT>
> > >
> > >
> > >
> > 
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > Matthew Kozak
> > Rutgers University-Camden
> > [EMAIL PROTECTED]
> >
> > **************************************************************
> > ************
> >  "They that can give up essential liberty to obtain a 
> little temporary
> > safety deserve neither liberty nor safety."  -Ben Franklin
> > **************************************************************
> > ************
> >
> > 
> ---------------------------------------------------------------------
> > 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]
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to