On May 5, 2014, at 1:57 PM, Nolan Cormier <nolan_corm...@yahoo.com> wrote:
> Hi, > > I am trying to look for a way to install the examples that I should be able > to get to using the "Examples" link: > > > When I click the link I get a 404 which I'm assuming is because I don't have > them installed. Is there something additional I need to download or install? > I am particularly interested in an example with JSP. > > Thanks! > Nolan How did you install Tomcat? Normally the examples are installed with Tomcat. When I say “normally” I mean if you download an archive from here [1], extract it and run Tomcat. You’ll see “examples” under the “$CATALINA_BASE/webapps” directory. You can access them by going to “http://localhost:8080/examples”, once Tomcat is running of course. If you installed with a package manager, perhaps through your Linux distro, then it might not include the examples. If that’s the case, look for an additional package in your package manager that contains the examples or skip the package manager and install from the Tomcat site directly (it’s really easy, I promise). Dan [1] - http://tomcat.apache.org/download-70.cgi --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org