I am getting a "Error 500--Internal Server Error". The reason for the error is as follows.
The Weblogic server can find my servlet in my war file. But my servlet class references a struts action class.
The action class is in the jar file. The war and jar are in the same ear. The error is a class not found exception -
the action class in the jar is not being found.
Start Free Trial