Though our application is a thin client web based application, I need to create a Frame() from AWT in order to print images using a third party tool. We use WSAD 5.1.2, and struts. I am calling in one of my action class, a simple call to create a frame as below:
Frame frame = new Frame();
It works fine on WSAD environment on test server when we run our application. But when we deployed EAR on websphere app server 5.0, we are getting HTTP 500 - Internal server error right at the frame() call, no exception thrown or any other error message.
Since this can be easily reproduced thought of posting here so that I can get some help. Please let me know, if anyone know what could be the problem here.
Thanks
Narsa Gaddam
BB &T Image Systems
Ph (Wilson): 252-246-5260
Ph (Raleigh): 919-716-6231
EMail: [EMAIL PROTECTED]
_______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org
