Integrate Tomcat, Apache, Subversion, WebSvn, SSL on Windows

# WI # 31-MAY-2010 # ================================================================================ INSTALL APACHE TOMCAT 6.0.26 ================================================================================ 1. install jdk-6u17-javafx-1_2_1-windows-i586.exe     -> C:\Program Files (x86)\Java\jdk1.6.0_17\ 2. add environment variables JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_17 JRE_HOME =C:\Program Files (x86)\Java\jre6 2. unzip apache-tomcat-6.0.26-windows-x86.zip     -> G:\Tomcat\ 3. edit G:\tomcat\conf\server.xml     => <Connector port=”8123″ protocol=”HTTP/1.1″ 4. edit G:\tomcat\conf\tomcat-users.xml     => <role rolename=”manager”/>            <user username=”wi” password=”wi” roles=”manager”/> 5. run G:\tomcat\bin\startup.bat 6. [...]

Indexing Tomcat Log File Format By Date

I want to change tomcat log file from this format “catalina.2010-05-17.log” to “2010-05-17.catalina.log”. With “date” as prefix, i can index the log file. But because prefix if remarked then the log file will add “juli.” as prefix, so i left prefix = . To do that, here the steps, 1. Edit “logging.properties” file on [TOMCAT_HOME]/conf [...]

Integrate Tomcat with Apache

I use Apache2.2 and apache-tomcat-6.0.26, so here these steps: 1. download mod_jk, you can find the latest version here 2. edit Apache httpd.conf, add : # Load mod_jk #mod_jk-1.2.30-httpd-2.2.3.so LoadModule jk_module D:/oss/Apache2.2/modules/mod_jk.so # Configure mod_jk # #JkWorkersFile D:/oss/apache-tomcat-6.0.26/conf/jk/workers.properties #JkLogFile logs/mod_jk.log #JkLogLevel info JkLogStampFormat “[%a %b %d %H:%M:%S %Y] “ JkMount /*.jsp ajp13 #To be added [...]

Access to Tomcat server has not been authorized

For the first time, when I try to deploy a project using Netbeans, i got this message,   Deployment error: Access to Tomcat server has not been authorized. Set the correct username and password with the “manager” role in the Tomcat customizer in the Server Manager. See the server log for details. After I googling, [...]

Follow

Get every new post delivered to your Inbox.