• 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

reg-JavaWebServer2.0 / JSDK2.1

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi All!!!
i wanted to download JavaWebServer2.0 from net...
but it seems, is not available...
so, i went for jsdk2.1...
now, my problem is where should i place servlet files, html files, applet files, jsp files within that root-directory??....
also, how should i call these from the browser??
i started jsdk2.1 server, it is listening at portno:8080..but i couldn't get the response giving http Error 404 Not Found..
could anyone help me please..'am badly in need of help...
thanks in advance...
 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I didn't know the Java Web server was still alive
I think you'd prefer Tomcat from Apache.org. That's Sun and everyone's reference implementation for Servlets and JSPs:
http://jakarta.apache.org/tomcat/index.html
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic