I checkout an existing atg project into eclipse, built ear locally and deployed on a weblogic 10.3.6 Server(on a managed server) from weblogic admin console,
My AdminServer is running, node manager running, Managed server running and deployment on managed server is successful.
But when I try ti access the application from http://localhost:<Managed_server_listening_port>/<context_root>/resource_name
I see 500 server error, no other error message in logs or on my eclipse console. Could you please let me know ideas, should I make sure anything on my managed server.(The same project runs well on other server).