• 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

How to deploy Servlets on BEA Weblogic 9.0

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have started to work with BEA WEBLogic server.. i donno how to deploy the servlet files into it.. Pls help me to get info abt where to deploy the servlet. Do i need to learn a lot to work with Weblogic.

if anyone know some good site pls let me know
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bea has a lot of documentation:

BEA WLS 9.0 Documentation

Not sure where you're stuck. Have you deployed a servlet in tomcat or other servlet container?

Back to WebLogic Server 9.0. Have you created a domain? If not then one link from above link is Creating WebLogic Domains using the configuration wizard.
 
Ramesh Shanmugam
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes i know how to deploy application with tomcat. pls tell me how to proceed.
 
Carol Enderlin
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I pointed you to a bunch of documentation. You tell us where you are stuck and maybe someone will be able to help you get unstuck

Have you created a domain? What does your directory structure look like?

What are you trying to do? Mess around with a few servlets or set up a full-blown J2EE application with a split development directory environmnet? You could use the config wizard to build a domain with some examples in it and look at that.
[ February 10, 2005: Message edited by: Carol Enderlin ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic