• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem with tomcat under Linux

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have tomcat 4.1.27 installed on Red Hat Linux 9 with JDK 1.4.1_02 and all the examples included with tomcat works fine.
But when I copy the servlet examples from SCWCD study Kit to webapps/ directory and go to http://localhost:8080/chapter01/servlet/HelloWorldServlet I get the source of the html file rather than just showing "Hello World!"
The same thing works fine under Win XP, could someone help me?
Thanks in advance
Alexan
 
reply
    Bookmark Topic Watch Topic
  • New Topic