What is the basic requirement for starting a WebLogic server?.
Answer / venkat lingampally
the very basic step for starting web logic server is
setting PATH and CLASSPATH . you dont have to do that
manually you can set that with predifined script in
DM_HOME/bin/./SetDomainEnv.sh
bye executing this script PATH and CLASSPATH will be set
automatically , now you can start your web logic server.
But make sure that server installation , domain creation
should configuring servers should be done before.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is LDAP and how to configure LDAP server to weblogic server? any budy give me steps
What is the domain in weblogic server?
What is the linux command is used to know the version of weblogic server?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
How many way to start and stop weblogic servers?
Explain what are the transaction isolation levels supported by weblogic jdriver?
What is Unicast?
What is meant by unicast?
what is the diffrence between weblogic server 8.x/9.x/10.x?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
where can we set classpath, which will reflect to whole domain
How to change from development mode to production mode in weblogic 10.3?