OK, well now I know why. I had added an examples directory and 1 html page under the htdocs dir of my Apache Webserver. That's because the port number is 8080, not 80.
Thanks. --- Mark Nye <[EMAIL PROTECTED]> wrote: > Hi, > I had a similar problem. The line for the uri has > to have a directory > that is under $TOMCAT_HOME/webapps. > > [uri:/jsp-examples/*] would require the directory > $TOMCAT_HOME/webapps/jsp-examples. As Drew said you > can try > servlets-examples instead of jsp-examples. Those > directories are under the > webapps folder by default. > > Mark > > -----Original Message----- > From: Hamilton, Andrew > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 8:28 AM > To: Tomcat Users List > Subject: RE: JK2 connector built and installed but > is there something wrong? > > try doing this > > [uri:/jsp-examples/*] > worker=ajp13:localhost:8009 > > There is no examples structure. You can also try > servlets-examples. > > Drew > > -----Original Message----- > From: Kevin Struckhoff > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 7:22 PM > To: [EMAIL PROTECTED] > Subject: JK2 connector built and installed but is > there something wrong? > > > After downloading the source and building it, I > finally have mod_jk2 at least loaded into Apache Web > Server 2.0.48. > > However, in the docs, it says to add these 2 > directives to workers2.properties: > > [uri:/examples/*] > worker=ajp13:localhost:8009 > > When I send the browser to > http://localhost/examples/, > I get a -404 error (not found). > > What am I missing? Apache starts up just fine. > > TIA. > > ===== > Thanks. > > Kevin > > -- Enjoy Life, Drink and Code Java! > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business $15K Web Design Giveaway > http://promotions.yahoo.com/design_giveaway/ > > --------------------------------------------------------------------- > 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] > ===== Thanks. Kevin -- Enjoy Life, Drink and Code Java! __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
