• 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

Servlets

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do i run a simple servlet program using J2EE
 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's too general a question in my view.
So I refer you to:
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html
 
Author
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

How do i run a simple servlet program using J2EE


In addition to the Sun tutorial, you might want to see http://www.moreservlets.com/Using-Tomcat-4.html (getting the most basic servlet running in Apache Tomcat) and http://pdf.coreservlets.com/ (free online book on servlets and JSP programming).
Cheers-
- Marty
 
joe
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I am new to servlet programming and i want to try it with J2EE.
For starters, i would like to try a simple Hello world program using servlets and J2EE.
The example given in the j2ee tutorial is too complex for me. So please Help.
Thanks
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If the example in the J2EE is to advanced then you better start at a simpler level than J2EE!

Thisshould not take more than an hour.
-Barry
[ January 18, 2003: Message edited by: Barry Gaunt ]
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
Your query is deploying servlet in J2EE is not specific to any server.Which server you are using.B'coz i know to do in Weblogic 7.0 server.
Keep smiling
arun prasad n
 
Tongue wrestling. It's not what you think. And here, take this tiny ad. You'll need it.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic