• 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

HELP TO MAKE A WEB SERVER

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I HAVE TAKEN UP MAKING A WEB SERVER AS MY SEMESTER PROJECT
BUT I AM FACING PROBLEM IN GETTING SUFFICIENT INFORMATION
ABOUT IT.
CAN ANYBODT HELP ME TO GATHER USEFUL MATERIAL WHICH CAN
HELP ME OUT.
ACTUALLY I WANT TO KNOW ABOUT A WEB SERVER FROM THE SCRATCH.
HOW DOES THIS WORK,WHAT ARE THE MAIN FEATURES,WHAT ARE THE
USES,HOW TO USE IT,how to start making it in java i.e. each
and every thing which can help in making a web server.
i m in dire need of it.so please help me.
 
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
The simplest thing to do would be to download the Tomcat server from jakarta.apache.org - it comes with source code - and see how they did it.
An "clean room" starting point would be to download the definitive specifications for HTTP from the W3C. http://www.w3.org/
In addition you would need to study the java.net and java.io packages.
Bill
 
Ranch Hand
Posts: 3141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gopal,
I'm going to move this over to the WebLogic Servers forum as it is not related to certification.
------------------
Jane Griscti
Sun Certified Programmer for the Java� 2 Platform
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic