Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Can anyone tell me about webserver?

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Please any one say about web servers ,why we can use this,and where we can use this,and can we get free webserver for hosting the jar and jad files
if it is can you tell me how.

Please any body help in this,


Thanks in Advance,
Geeta

[ Edited to fix shouting in subject - Paul Sturrock ]
[ May 09, 2008: Message edited by: Paul Sturrock ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you elaborate on what you mean by "why we can use web servers" and "where we can use web servers"? (The trivial answers to those questions would be "because they exist" and "wherever you can install software", but since that's unlikely to be the information you're looking for we need some more context.)

A freely available web server and servlet container you can use to develop Java web applications is Tomcat.

I'll move this question to a more appropriate forum, since this forum is for questions about the SCDJWS certification.
[ May 09, 2008: Message edited by: Ulf Dittmer ]
 
Geeta Ravikanti
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for the reply,

I dont know any thing about web server,I have dought is it web site and web server is same ,actually my project is related to the mobile applications ,in this we have create the web server and host the jar and jad files ,but I dont know nohing about the web server,
i.e creation of web server and hosting the jar and jar files,setting MIMIE types.Just I know what are the steps to do.But I dont know about them completeply,
Please can any one explain in detail

Thanks and Regards
Geeta R
 
Sheriff
Posts: 67750
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://en.wikipedia.org/wiki/Web_server
 
Geeta Ravikanti
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for the sending that link.
But I already go through the link.
In this I dint find about posting the jar and jad files and setting the MIMT types.
Can you post any another url.

Thanks& Regards
Geeta
 
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
Any web server can host your JAD files and most will already have the mime types for them. Where to put files and how to set mime types depends on the server you're using.
reply
    Bookmark Topic Watch Topic
  • New Topic