hello every one
i developed a .ear project, it's include one of the web module(jsp/servlet)
in fact, it's just a hello world program.
the coding like follow :
<%
String msg = "Hello World";
out.println(msg);
%>
and i deployed it to J2EE Engine.
when i request that Hello World page, i got a error message like follow:
Application error occurred during the request procession.
Details: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:
Error compiling [/index.jsp] of alias [WebHelloWorld] of J2EE application [sap.com/AppHelloWorld].
Exception id: [001A64244EA60076000000E8000016B90004681B758A1DDD]
you know, it's just a easy coding..
i don't konw what's the reason .
so, i need to watch the more information about that error via Exception ID
but how to do ?
waiting for your reply , thanks!~~~