Sep 22 2005

HOWTO : Installing Web Services with Linux / Tomcat / Apache / Struts / Postgresql / OpenSSL / JDBC / JNDI / DBCP

Tag:markmaldony @ 10:41

Created by Oscar Carrillo - Updated on 05/10/2005 @ 18:04
You use these instructions at your own risk. I am not responsible for any damage or loss to your data, or damage or loss to your business, etc.

For the impatient: Download all my install scripts, config files, webapp, and misc files
Table Of Contents
When I first tried to build a webapp, it was very difficult to understand how all these open source technologies connect together. I find these tools to be very powerful and well-written, but daunting to configure them for a useful project. I hope this page assists people in getting these technologies to work together. I hope this creates a larger user base and thus ultimately making these technologies better. This is my small contribution to these projects that many others contribute their valuable time and resources to.
My previous hosting abilities came to an end, and I needed a new home for my Documentation Project. A special thanks to ServePath for supporting my Documentation Project by donating the co-location of my server. They were very helpful, especially in providing me extra IPs so I could test out SSL deployment. They do various hosting scenarios, including Tomcat and Apache hosting. Check out ServePath hosting and if you do decide you like them, please use this link for ordering as it provides me as a reference, and I get a small referral fee.
Continua”HOWTO : Installing Web Services with Linux / Tomcat / Apache / Struts / Postgresql / OpenSSL / JDBC / JNDI / DBCP”


Sep 21 2005

Configure Apache for mod_jk Another guide

Tag:markmaldony @ 15:39

Configuring Apache
Now that Tomcat is configured to listen to port 8009 for incoming AJP13 request, let’s tell Apache to actually talk to Tomcat using that port and protocol. This process, while not terribly complicated, is somewhat more complicated than Tomcat’s equivalent configuration, so I have broken it down into several sections.
Continua”Configure Apache for mod_jk Another guide”


Sep 21 2005

How to decypher Tomcat’s server.xml file

Tag:markmaldony @ 15:28

For those of us who are confused about the server.xml file, I found this online that I can use for future reference. It is a good reading and can help you solve many issues that affect your Tomcat server.
Continua”How to decypher Tomcat’s server.xml file”


Sep 21 2005

Tomcat workers.properties file

Tag:markmaldony @ 15:20

This is a document that talks about tomcat version 3 but I found it interesting so I am going to keep it here just for my own reference.
Continua”Tomcat workers.properties file”


Sep 21 2005

mod_jk integration with Apache and Tomcat

Tag:markmaldony @ 15:01

Having problems installing mod_jk and configure apache to use it. Yes I did have the same problem when trying to compile mod_jk on our servers at work.

Through trial and error I was able to figure out how to do it with the help of www.google.com and lots of reading. Here is a quick walkthrough on how to do it.

:)

if you do not know how to install Tomcat you will find the guide on this same blog here.

How to install Tomcat with Apache

How to manage Tomcat and deploy servlets.


How to create a Tomcat script to initialize tomcat at boot

Continua”mod_jk integration with Apache and Tomcat”


Sep 14 2005

How to Start TomCat at boot

Tag:markmaldony @ 15:27

Last time I configured tomcat on my computer and it actually works. however, the tomcat server does not start from boot and I can only start it from the command line as the ser tomcat or root. I had to develop a init script so I can run tomcat but I did not know where to begin.
Continua”How to Start TomCat at boot”


Sep 13 2005

Managing Tomcat and Deploying Java Servlets

Tag:markmaldony @ 12:37

This is the second part of my on going process of becoming more familiar with Tomcat installation and management of Java servlet deployments.

This is a guide just for me to remind myself in case I need to refer to this guides in the future.
Continua”Managing Tomcat and Deploying Java Servlets”


Sep 12 2005

New Project Installation of Tom Cat 5.5.x with Apache 1.3.x

Tag:markmaldony @ 16:08

Apache 1.3.x and Tomcat Tomcat/5.5.9

Installation guide.

Centos 3 operating system with apache and friends install.
how to install Tomcat written on September 12, 2005
by Tepezcuintle.
Continua”New Project Installation of Tom Cat 5.5.x with Apache 1.3.x”


Sep 12 2005

Apache 2.x + Tomcat 4.x + Load Balancing

Tag:markmaldony @ 11:05

This article contains step by step instructions for configuring an Apache 2.x web server which handles static content and delegates JSP (Java Server Pages) and Servlet requests to two Tomcat 4.x servers using AJP 13 connectors and a load balancing worker.
Continua”Apache 2.x + Tomcat 4.x + Load Balancing”


Sep 09 2005

PostgreSQL won’t start after a Hard Reboot reboot

Tag:markmaldony @ 23:04

My penguincares database was not starting after I did a major
reboot of my server. I pressed the power off and the computer
went down but postgres never came back. I figured something had
to happen after the reboot. I started the server using the /etc/init.d/postgres
script but it did not started. I found the solution online and as I had
suspected it was the wrong pid that needed to be deleted and recreated by the
init script.

:)

Take care faithfull penguin readers
Continua”PostgreSQL won’t start after a Hard Reboot reboot”


Next Page »