Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to set the classpath

Status
Not open for further replies.

javajais

Programmer
Feb 23, 2004
1
0
0
US
I'm working with weblogic 8.1 on solaris
facing the problem of setting the CLASSPATH...to run the j2ee applications..if anybody know how to dothat..help me out
 
What is your specific problem ? I have just started playing iwth weblogic and EJBs myself. So might be able to help you if you are more specific with your question.
 
Hi,

You can always set the class path in startWebLogic.sh or startManagedWebLogic.sh.

That is being used by the applications running on weblogic or Managed server instance of Weblogic.

HTH.
Mahesh
 
I think extEnv.sh would be the most appropriate place to put it as this is where the Prepend Classpath variable is set.

Juan.

---
The BEA Users Forum:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top