Archivo por meses: octubre 2014

los nombres más chistosos

1- Maria Dolores Del Orto 2- Rita Lazo (al Reves Lazo Rita) 3- Elba Lazo 4- Debora Melo 5- Debora Teste 6.- Debora Dora De Cabezas 7- Elba Gina 8- Elsa Porrico 9- Rosa Melo 10- Rosamel Delgado 11- Rosamel Ortega 12- La Monjita: La Sor Rainmunda 13- Keko Yoma 14- Alan Brito Delgado 15-… Leer más »

sshuttle: A Poor man’s VPN Over SSH

Do you ever wanted to use SSH as a VPN? There is little piece of useful utility called “sshuttle” is available to completely turn your SSH connection as VPN. sshuttle is a transparent proxy server that works as a poor man’s VPN over ssh. You don’t need any admin account on your remote system. It… Leer más »

How to setup a second instance of the Web Services Adapter

http://knowledgebase.progress.com/articles/Article/P91699 Setup your first instance of Web Services Adapter by using a copy of the <OpenEdge directory>\servlets\wsa directory. For an example please refer to Article 000020481, «How to setup the Web Services Adapter (WSA) with Tomcat on a Windows Platform.» . To setup a second instance please follow these general guidelines: 1. Stop your Java Servlet Engine (JSE), e.g. Tomcat. 2. Make another copy of the <OpenEdge directory>\servlet\wsa directory (this copy will go into your JSE ‘s webapps… Leer más »

Deploy WebService application in Progress Explorer wsa

Cause The security constraints for administration are enabled by default. Resolution 1. Disable security constraints by commenting the tag in the WEB-INF\web.xml file where the WSA has been deployed in the Java Servlet Engine (JSE). NOTE:  There are multiple sections for security contraint in the web.xml and they will all need to be disabled. <!– <security-constraint>… Leer más »