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

logViewer.logViewerRaw.jsf Maven / Gradle / Ivy

The newest version!





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




    getRequestValue(key="instanceName" value="#{pageSession.instanceName}");
    urlencode(value="#{pageSession.instanceName}" encoding="UTF-8" result="#{pageSession.encodedInstanceName}");
    gf.isInstanceName(instanceName="#{pageSession.instanceName}" exists="#{requestScope.exists}" );
    if (! #{requestScope.exists}){
        gf.redirect("#{request.contextPath}/common/index.jsf");
    }




	
    



#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