All Downloads are FREE. Search and download functionalities are using the official Maven repository.

logViewer.logViewerRaw.jsf Maven / Gradle / Ivy






    initSessionAttributes();
    setResourceBundle(key="i18nc" bundle="org.glassfish.common.admingui.Strings")
    setResourceBundle(key="i18n" bundle="org.glassfish.admingui.core.Strings");




    
    getRequestValue(key="instanceName" value=>$attribute{instanceName});



    



#include "/common/shared/alertMsg_1.inc"
    
    
    
	
	    
	    
	
    
    

    
	
	    
		
		    /* Get the server list */
		    gf.restRequest(
			endpoint="#{sessionScope.REST_URL}/servers/server.json"
			method="GET"
			result="#{requestScope.servers}");
		    gf.getMapKeys(Map="#{requestScope.servers.data.extraProperties.childResources}" Keys="#{requestScope.servers}");
		
		
		    gf.navigate(page="#{request.contextPath}/common/logViewer/logViewerRaw.jsf");
		
	    
	
    









© 2015 - 2025 Weber Informatics LLC | Privacy Policy