• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat 5.5.20 - jsp-examples - not available

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I just installed Tomcat 5.5.20. On clicking on the JSP Examples/Servlet Examples link i get the error msg...
'The requested resource (/jsp-examples/) is not available.'
No jsp-examples directory is found under /webapps folder .Do they ship with this version of Tomcat? Where do i find these directories? and how to set it up?
Pl help
ghri
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just now downloaded the apache-tomcat5.5.20.zip file. It has the expected webapps\jsp-examples directory when I look at it with winzip. The file is 6,608kb in size. Running the md5sum check results in the correct MD5 sum of 3fa759795411776f6af51351ba654ea8

Which version of Java is installed on your system? As I recall Tomcat 5.5 requires Java 5

Bill
 
chelakkad ben
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
It is apache-tomcat-5.5.20.exe (Windows Service Installer)
that i installed from http://mirrors.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.20.exe.
Size - 4.82 MB

JRE - jre-1_5_0_09-windows-i586-p.exe

gthri
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you install with the exe version, you have to option to install (or not install) the example apps.
Was that option checked?
 
chelakkad ben
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Ben,
Oops!!...you are right!!!I did not check the examples box during installation! :-( .....
The directories are now installed. Thanks a lot. Thanks to Mr.Brodgen too. Pl excuse these 'labour pains' of learning!!!:-)
Thanks
gthri
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic