martes, 19 de julio de 2016

TOMCAT 8 - MEMORIA - CONFIGURACION

En el archivo catalina.bat

set JAVA_HOME=D:\app\jdk1.7x64
set JAVA_OPTS=-Dfile.encoding=UTF-8 -Xms328m -Xmx1024m -XX:PermSize=364m -XX:MaxPermSize=856m




MODO WINDOWS
-Xms328M
-Xmx1024M
-XX:PermSize=1024m
-XX:MaxPermSize=4096m

Initial memory pool : 1024
Maximun memory pool : 4096
Thred stack size : 2048

domingo, 15 de mayo de 2016

des-habilitar seguridad windows

Click start and type gpedit.msc to open the Policy Editor
Open Computer Configuration (left hand pane)
Open Windows Settings (left hand pane)
Open Security Settings (left hand pane)
Open Account Policies (left hand pane)
Open Password Policy (left hand pane)
Doubleclick on the Password must meet complexity requirements
Select Disabled
Press OK
Close the Policy Editor
Run gpupdate.exe

sábado, 20 de febrero de 2016

MAVEN - ignorar test

Por proyecto
=================
Project
Run as
Run Configuration

Ejercicio - Main - Goals - clean install -DskipTests



Por Codigo
===========
@Ignore

domingo, 10 de enero de 2016