• 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

weblogic.......

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have downloaded weblogic 6.0 can anyone please help me in where to save java file,jsp,servlet,ejb and html.Do i need to change
any properties file.where do i set the class path.
please help me it's very urgent.
Thanks in Advance.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
you can deploy your packaged applications(.war, .jar, .ear) at:
%WL_HOME%/config/%DOMAIN_NAME%/APPLICATIONS,
if the server is in develpment mode it�ll refresh the files automatically.
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Main steps:
1.Create Web and EJB components for your application.
2. Create deployment descriptors.
3. Create component archive.
4. Create application deployment descriptor.
5. Assemble application.
6. Upload the applcation through console or just copy..
see
this link, and
http://e-docs.bea.com/wls/docs60/programming/index.html
reply
    Bookmark Topic Watch Topic
  • New Topic