| Author |
connection establishment and war file deployment in weblogic
|
sri ramvaithiyanathan
Ranch Hand
Joined: Nov 20, 2010
Posts: 109
|
|
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.
|
For java examples,ebooks,interview questions,visit this blog
http://periodicupdates.blogspot.com/
|
 |
T. Huy Nguyen
Ranch Hand
Joined: Nov 02, 2010
Posts: 57
|
|
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
|
My material for SCJP (2008), SCWCD (2010), SCBCD (2010). About me
|
 |
 |
|
|
subject: connection establishment and war file deployment in weblogic
|
|
|