Consultor Eletrônico



Kbase 20543: Blank screen Returned When Running GetServletStatus
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/04/2008
Status: Verified

GOAL:

Why you might see a blank screen when you run the GetServletStatus command using the Progress AppServer Internet Adapter (AIA).

FIX:

After you have set up the Java Servlet Engine (JSE) and AIA, you should query the configuration. Use the following URL in your favorite internet browser:
http://hostname/aia/Aia?GetServletStatus

A blank page can be returned if there is a syntax error in the URL. The address is case sensitive. If the URL above is entered in the following manner, a blank screen is returned:
http://hostname/aia/Aia?getservletstatus

(Notice the characters in lower case.)

This problem can also occur when there is a syntax error in the URL.