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

Configuring Apache web server with Apache JServ

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello I am Usman,
I am working in JSP and want to use Apache web Server as a Web Applicaion Server with Apache JServ,
But I donot know how to Configure them, and where to Store my Jsp Page and Servlets.
Can You tell me how to configure and use them.
Thanks
------------------
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can go to http://www.cc.ndsu.nodak.edu/servergroup/apache-java-servlet.html for a quick tutorial.
From experience, let me tell you now that make sure you get JDK1.2 or 1.3 working properly first, and then get JSDK2.0 working properly as well (test servlets with servletrunner to make sure they can run) before installing JServ.
reply
    Bookmark Topic Watch Topic
  • New Topic