• 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

connection establishment and war file deployment in weblogic

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys i'm newbie to weblogic.
I dont know anything.

Kindly clarify my doubt.

1)In weblogic how the war files are deployed.

2)In jboss there is one file used for connectivity.using jndi name the
connection is established using initialcontext.lookup() method.
Likewise in weblogic how the connection is established.
what is that file name.

Kindly excuse me if i asked basic question.
Thanks in advance.

Regards,
ram.
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Weblogic, application deployment and managing connection can be done using the online console. If you follow the default installation, the address of the online console should be http://localhost:7001/console.

Once you're in the online console, you can follow the wizard to complete your tasks. What ever changes you make to the server are reflected in the config.xml in the config folder under your domain folder.

Application can also be deployed using Ant, but I forgot the name of that Ant task.

Hope I help.

Huy

 
reply
    Bookmark Topic Watch Topic
  • New Topic