Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

[uri:127.0.0.1/servlet/*] in have no effect in servlet processing

Galam

2004-09-08


Hi,

It looks like that the [uri:127.0.0.1/servlet/*] settings in the workers2.properties doesn't have any effect jsp/servlet processing. I have to use the JkUriSet in the httpd.conf to make the servlets working. If that is the case, why do we need to have the uri in the workers2.properties then?


// in workers2.properties (doesn't work)
[uri:127.0.0.1/servlet/*]
worker=ajp13:localhost:8009


// in httpd.conf (works)

      <Location "/servlet/*">
          JkUriSet worker ajp13:localhost:8009
       </Location>

nyhgan


   
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
©2008 junlu.com - Jax Systems, LLC, U.S.A.