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]

Reply via email to