• 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

newbie - working with RHL 6.1 , installing jsdk?

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai,
i have RedHatLinux 6.1 with JDK1.2.
I also have Apache 1.3.9 as my weserver.
Now i want to do servlets in my apache ..
what i have to do...
the documentation i found in java.apache.org is
so confusing me..
help me
vijay
 
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
Download the Tomcat 3.2 servlet/JSP engine from jakarta.apache.org - this is the version that is currently supported. There are instructions in the download for using Tomcat with Apache.
Bill
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Apache JServ installation can be a bit confusing if you're not used to dealing with Apache's "quirks." If you can't or don't want to use Tomcat, you could try the RPM installation and that should have you running shortly.
However, Tomcat is a better servlet engine, and you can use it as the servlet engine for Apache.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic