Archivo de la categoría: Software

Entradas correspondiente a lenguajes de desarrollo.

Script to restart Tomcat in Windows


The first code I was trying to implement a script to restart Tomcat Server without need to be aware if stopped. My first Script was this: restart_tomcat.bat @echo off set "CATALINA_HOME=C:\ServerWeb\Tomcat" set "STOP=%CATALINA_HOME%\bin\shutdown.bat" set "START=%CATALINA_HOME%\bin\startup.bat" @echo on call %STOP% timeout … Seguir leyendo

Publicado en Scripts, Server, Software, Tomcat, Web Server, Windows | Etiquetado , , , | 2 comentarios

Working RTF, HTML, CSS and Script Files with my own Packages Java and PHP


A while ago I explained my scripts (JSP and PHP) to handle RTF files, now I will show my built packages (Java and PHP) that include how to handle RTF, HTML, CSS and Script Files basically. First you need to … Seguir leyendo

Publicado en Classes, databases, Functions, Java, Java, Java Server Pages, JSP, JSP, Methods, OOP, PHP, PHP, Programming, RTF, Scripts, Tomcat | Etiquetado , , , , , , , | Deja un comentario

JSPINFO like PHPINFO, Changing Information of Tomcat Server


The jspinfo function. PHP has a function, that allow us to view different information of our system. Like variable, configuration, etc. I made a class that allow us to check information like phpinfo of PHP. JLUtils.jar The way to use … Seguir leyendo

Publicado en Install, JSP, Server, Servidores Web, Tomcat, Uncategorized, Web Server, Windows | Etiquetado , , , , | Deja un comentario

Manually Installing Php, Tomcat and Httpd Lounge


This is my last post about installation of this products (Php, Tomcat and Httpd). This tutorial was tested using Windows 7 of 32 bits. The steps that we will describe are: PHP – http://windows.php.net/download/ Preparations for the Php installation. Declaring … Seguir leyendo

Publicado en Apache, Apache Lounge, databases, Httpd, Instalación, Install, Java, JSP, Manually Installation, MySQL, PHP, Servidores Web, Software, Tomcat, Web Server, Windows | Etiquetado , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Deja un comentario

Manually Installing PHP with Tomcat only


Maybe this post is rare for someone, but I will try to explain how to install PHP working with Tomcat. This tutorial was tested using Windows 7 of 32 bits. PHP can works with the library named PECL, the last … Seguir leyendo

Publicado en Instalación, Instalación, Install, Java, JSP, Manually Installation, PHP, Server, Servidores Web, Software, Tomcat, Web Server, Windows | Etiquetado , , , , , , , , , , , , , , , | Comentarios desactivados en Manually Installing PHP with Tomcat only

Instalando manualmente MySQL


Objetivo Esta entrada de MySQL es para completar la instalación manual que en la entrada anterior había tratado. MySQL Al igual que la entrada anterior la instalación se realizó en una máquina con sistema operativo Windows 7 de 32 bits. … Seguir leyendo

Publicado en MySQL, Server, Servidores Web | Etiquetado , , , , , , , | 2 comentarios

Instalando manualmente Tomcat, PHP y Httpd Lounge


Objetivo Ya he tratado este tema anteriormente usando los instaladores basados en asistentes; ahora vamos a instalar estas mismas herramientas de manera manual. Como el PHP para el Apache httpd no está produciendo nuevas versiones, ha surgido la alternativa de … Seguir leyendo

Publicado en Apache, Httpd, JSP, PHP, Server, Servidores Web | Etiquetado , , , , , , , , | 3 comentarios

Subiendo Imágenes (PNG y JPG) y Archivos a MySQL con PHP y JSP y mostrarlos en RTF usando clases


Este tutorial explica usando clases como subir fotos o imágenes tipo PNG o JPG a una base de datos de MySQL, desplegarlos en un arvhivo de tipo RTF, bien sea directamente desde el sistema de archivos del Sistema Operativo o … Seguir leyendo

Publicado en JSP, MySQL, PHP, Server | Etiquetado , , , , , , , , | 6 comentarios

Script de Clases RTF para JSP y PHP


En mi entrada anterior llamada Script de Funciones RTF para JSP y PHP se crearon las funciones para tratar con archivos, tablas e imágenes; pero presentaban el inconveniente de que se podían invocar funciones de manera inapropiada y el usuario … Seguir leyendo

Publicado en Classes, Java, Java Server Pages, JSP, JSP, Methods, OOP, PHP, PHP, Programming, RTF, Scripts | Etiquetado , , , , , , , , , | 1 Comentario

Subiendo Imágenes y Archivos a MySQL con PHP y JSP y desplegándolos en RTF


En este tutorial vamos a demostrar como através de JSP y PHP subir imágenes y archivos de texto al servidor, insertarlos en bases de datos de MySQL, luego obtenerlos para desplegarlos en archivos tipo RTF. Como vamos a subir imágenes … Seguir leyendo

Publicado en JSP, MySQL, PHP, RTF, Server, Servidores Web, Software | Etiquetado , , , , , , , , , , | 11 comentarios