1. Bea weblogic coderanch.comHi, I'm trying to start a Bea Service in Windows 2000 Server, but I kept on getting the Error "Could not start beasvc Mitratech_TCAdmin service on Local Computer. The service did not return an error. This could be an internal error or an internal service error." Please help me, this service is actually working on my other environment. |
2. changing BEA weblogic 9.2 environment values coderanch.comI have an EAR file (HelloWorld.ear) which is deployed on the BEA Weblogic 9.2 Server. The HelloWorld.ear file has an EJB (Hello.java) with the code... Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory"); env.put(Context.PROVIDER_URL, "t3://localhost:7001"); initialContext = new InitialContext(env); System.out.println(initialContext.lookup("java:comp/env/MY-NAME")); and in my ejb-jar.xml file, the value is set as follows |
3. JSP with BEA Weblogic coderanch.com |