Archivo de la categoría: Programming

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

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

Script de Funciones RTF para JSP y PHP


Script JSP (RTF.jsp) Vamos a detallar someramente el Script correspondiente a RTF empezando por las importaciones. <%@ page import=»java.lang.*» %> <%@ page import=»java.io.*» %> <%! Header indicador de que es un srchivo RTF, con tipo de definición de idioma. String … Seguir leyendo

Publicado en Funciones, Functions, Image, Java, JSP, PHP, Programación, Programming, RTF | Etiquetado , , , , , , , , | Deja un comentario

Httpd, PHP, Tomcat, Mod_JK, Java y MySQL en Windows y NetBeans (II)


Httpd, PHP, Tomcat, Mod_JK, Java y MySQL en Windows y NetBeans En la entrada anterior había mostrado como hacer la instalación de Apache Httpd, Apache Tomcat, PHP y Mod_JK;  Ahora mostraré la instalación de MySQL y algunos ejemplos con PHP … Seguir leyendo

Publicado en Apache, databases, Httpd, Java, Java Server Pages, JSP, MySQL, Netbeans, PHP, Servidores Web, Software, Tomcat, Windows | Etiquetado , , , , , , , , , , , , , | 3 comentarios

Httpd, PHP, Tomcat, Mod_JK, Java y MySQL en Windows y NetBeans (I)


Httpd, PHP, Tomcat, Mod_JK, Java y MySQL en Windows y NetBeans Ya había instalado Apache Httpd 2.2.17 y PHP 5.3.1, sin embargo quería hacer una actualización.  Tenía en Windows Vista NetBeans 6.8 con Apache Tomcat 6.0.20 preinstalado, MySQL 5.1.42 y … Seguir leyendo

Publicado en Apache, Bases de datos, databases, databases, Httpd, Java, JSP, MySQL, Netbeans, Server, Servidores Web, Software, Tomcat, Windows | Etiquetado , , , , , , , , , , , | 12 comentarios