• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

weblogic.jar, weblogic.xml and exploded dir deploy ?

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I wanted to know,

1. the purpose of weblogic.jar and weblogic.xml, for applications deployed on weblogic server ?

2. how to deploy an application from an exploded directory structure, rather than going to console everytime ?
how to write out the folder ?
where to write out the folder ?


Thanks
 
Mikhael Jenings
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, I missed to mention the version.

It is for weblogic server versions 9.x and 10.x.


Thanks
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai
Weblogic server created based on j2ee standard , weblogic.jar file is the core of WLS ,IT has all the class of weblogic server .

weblogic.Server
weblogic.WLST

for that you need to set the classpath ,

weblogic.xml if the deployment descriptor file for weblogic server . it has the information and configuration properties of your weblogic application module.


2) you can deploy the application in exploded format if you deploy the application partialy and you can update the static condent like jsp,html,jpg files at the time of access the file server automatically update the newley updated static condents rather than its not possible in archived format deployment . you can get more information from weblogic docs.



 
Mikhael Jenings
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Kamal.

Can you please point me to the relevant documents on edocs ?
And, I needed information on how to setup development for exploded deployment ?


Thanks
 
kamal kannan
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Mikhael
you can get the all the details from this docs url

http://edocs.bea.com/wls/docs92/deployment/deployunits.html#deploymentfiles


letme know do you need more on this.
reply
    Bookmark Topic Watch Topic
  • New Topic