You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there logs from large webprotege installs that can indicate patterns of access to ontology data? I've got a gut feeling that access logs will not quite have all the information, as the bulk of the GWT request itself will be in the POST body (per this reverse engineering of the gwt rpc format ).
In a thought related to matthewhorridge/binaryowl#6 -
Are there logs from large webprotege installs that can indicate patterns of access to ontology data? I've got a gut feeling that access logs will not quite have all the information, as the bulk of the GWT request itself will be in the POST body (per this reverse engineering of the gwt rpc format ).
It seems that a custom valve is needed as discussed on stackoverflow , though it also be easy to subclass com.google.gwt.user.server.rpc.RemoteServiceServelet, wrapping
processCall(RPCRequest)
.The text was updated successfully, but these errors were encountered: