• 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 Required on Servlet JSP on eclipse/weblogic

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Need a small Help:

I am kind of new to JSP Servlet programming...........

I need a tutorial which exactly teaches this:

- Programming JSP and Servlets (basically anything J2EE) on eclipse
- Deploying it on Weblogic 11g.

I have applied all my google search abilities... either i am not good at searching or either what I want does not exist...... its making me

please help how to proceed......
 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try looking for separate tutorials. Teach yourself servlets and jsp first, then read up on weblogic. In my experience Deploying to some servers can be difficult unless you know what your doing. Lots now have a "deploy" folder that you just drop your .war file into (a packaged up web app)
reply
    Bookmark Topic Watch Topic
  • New Topic