Archivo de la categoría: Web Server

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

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

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


Ahora voy a trabajar con las instalaciones de Java y NetBeans, con relación a las instalaciones anteriores. En primer lugar tenía instalado el JDK Java 6 Update 17 y lo desinstalé, ahora mostraré como instalar una nueva versión de Java. … Seguir leyendo

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