Passo a passoStep by step: | InstallationInstalação - Copiar o arquivo compactado de instalação para o diretório destino e extraí-lo.
- Entrar no prompt de comando MSDOS e acessar o diretório bin dentro da pasta do servidor tomcat
- Copy the compressed installation file to the destination directory and extract it.
- Enter the command prompt MSDOS and access the directory bin inside the tomcat server folder.
Ex: > cd ${diretório-tomcat directory}\bin Image Removed - Type the command Digitar o comando > service.bat install To install the Tomcat server as a Windows servicePara instalar o servidor Tomcat como serviço do Windows.
Image Added
- Acessar os Serviços do servidor e iniciar o serviço Central de Ajuda TOTVS Tomcat7.
- Accessing Services server and start the service Center TOTVS Tomcat7 Help .
- After starting the service, the following URL testing will be availableApós iniciar o serviço, a seguinte URL de testes estará disponível:
http://localhost:8085/HelpCenter Configuração Configuration Alterar o arquivoChange the file services_client.xml including the setting for the Help Center, parameterizing the variable incluíndo a configuração para a Central de Ajuda, parametrizando a variável helpDesk.url (IP and port where it was installed the Central Application Help). Making the following changes e porta onde foi instalada a aplicação de Central de Ajuda). Efetuando as seguintes alterações - "localhost" to the IP where it was installed the Help Centerpara o IP onde foi instalada a Central de Ajuda. - "8085" for the port used by the Help Centerpara a porta utilizada pela Central de Ajuda. To locate this file in Para isso localizar no arquivo services_client.xml the snippet below o trecho abaixo: <module name="persistence://configuracaocentral" include="" active="true"> <providers> Then add the following line of text above, the statement Em seguida, acrescentar na linha seguinte do trecho acima, a instrução:
<provider name="screentela" class="br.agr.proxima.geoagricola.configuracaocentral.tela.TelaDAO" active="true"> <services> <service name="RecuperarUrlCentralAjuda" method="selectUrlCentralAjuda" > <var name="helpDesk.url" type="java.lang.String" value="http://localhost:8085"/> <chain> <call service="persistence://configuracaocentral.tela.RecuperarUrlCentralAjuda"/> </ chain > chain> </service> </services> </provider> update Atualização - Caso apareça uma janela de login digitar tomcat para os campos usuário e senha.
Click undeploy to remove the old version of the application, on the Applications screen- Clicar em undeploy para remover a versão antiga da aplicação, na parte Applications da tela.
- In the area Deploy choose the file war with the updated version Na área de Deploy escolher o arquivo war com a versão atualizada.
- Ainda na área de Deploy clicar em deploy para submeter a aplicação ao servidorStill in the area Deploy click deploy to submit the application to the server.
- The following URL testing will be availableA seguinte URL de testes estará disponível:
http://localhost:8085/HelpCenter
UseUtilização The PIMS MC has a central practical help through each component of its application. - To access it, press F1 on the desired component:
Ex: Registration Field
Image Removed A new tab appears showing the TDN page where multiple sources are shown in help on that item, such as How To videos, documentation and pages found in Fluig: Image Removed O PIMS Multicultivo possui uma central de ajuda para consulta de ajuda através de cada um de seus componentes. - Para acessá-la, pressione a tecla F1 do teclado no componente desejado.
Ex: Cadastro de Talhão
Image Added
Uma nova aba aparecerá mostrando a página do TDN, onde serão mostradas diversas fontes para ajuda sobre esse ítem, como vídeos How To, documentações e páginas encontradas no Fluig.
Image Added | Comments: |