################################################# # Petals Webconsole - Copyright (c) 2010 EBM Websourcing, # http://www.ebmwebsourcing.com/ This library is free software; you can # redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation; # either version 2.1 of the License, or (at your option) any later # version. This library is distributed in the hope that it will be # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. You should have # received a copy of the GNU Lesser General Public License along with # this library; if not, write to the Free Software Foundation, Inc., 59 # Temple Place, Suite 330, Boston, MA 02111-1307 USA Initial # developer(s): EBM WebSourcing ################################################# # --- Cache control of the RestResourcesServlet ---# cache.control=max-age=3600 # --- Access rights in order to display or not # the differents tab in web-console ihm --- # --- Access rights for administration tab --- access.rights.administrator=true # --- Access rights for test tab --- access.rights.tester=true # --- Access rights for monitoring tab --- access.rights.supervisor=true # --- This parameter disallow local file upload # if loadbalacing between several web server # is active. Set to true in order to force the # user to use URL instead LOCAL upload --- distributed.installation=false # --- lap time for cleaning of remote connections --- cleaningworker.laptime=120000 # --- logging level # available levels: # low : nothing is logged # medium : only stack traces are logged # high : all is logged logging.level=low # --- Error Messages --- number_format_error=Number format error unknow_host_error=Unknow host error petals_service_error=Petals service error petals_console_error=Petals console error user_action_error=User action error configuration_error=Configuration error sax_error=Sax exception error parser_configuration_error=Parser configuration error factory_configuration_error=Factory configuration error wsdlexception_error=WSDL exception error malformed_url_error=Malformed url error ioexception_error=IO exception error uri_syntax_error=Uri syntax error file_not_found_error=File note found error rmi_server_configuration_error=Rmi server configuration error illegal_argument_error=Illegal argument error class_loader_error=Class loader error configuration_file_error=Configuration file error selected_endpoint_error=Selected endpoint error transformer_error=Transformer error transformer_factory_configuration_error=Transformer factory configuration error messaging_error=Messaging error download_attachment_error=Download attachment error sax_parse_error=webconsole.xml file corrupted, please fix it