Hi, Guys!
I have 2 applications declared in the server.xml file. App1 and App2. And App1 ist parent of App2.
So wenn I try to instantiate a Bean of App1 in a JSP-page of App2. with the following code:
(new InitialContext()).lookup("java:comp/env/ejb/Bean1");
The AppServer crush...
Hi, Guys!
I have the following problem with a method that returns a String in a Session EJB: wenn I invoke that method from a JSP Page, the last line of the method is executed but I become an ArrayIndexOutOfBoundException and the execution of the JSP page seems to be interrupted. However, the...
Hi,
I'am installing an application's suite on a WAS4, and I have the following problem:
wenn I use absolute paths (Ex. /App1/index.jsp) WAS redirect me to the page /<local_war-installation_path>/App1/index.jsp, that isn't found(of course), wenn I expect that the page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.