Create a Connector from Apache to Tomcat
I did this on a windows machine following the instructions I laid out in this post. However, when installing Apache on Ubuntu using the apt system, you end up with a pretty strikingly different Apache configuration than I was used to. I found an incredibly useful walkthrough written by Robert Peters that I'll basically re-write here. Simply remove the <!-- before and the --> after the line to uncomment it.apt-get install libapache2-mod-jk
#Define 1 real worker using ajp13
worker.list=worker1
#Set properties for worker1 (ajp13)
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009
JkWorkersFile /etc/apache2/workers.properties
JkLogFile /var/log/apache2/mod_jk.log
JkLogLevel info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
JkMount / worker1
JkMount /* worker1
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
/etc/init.d/tomcat6 restart
/etc/init.d/apache2 restart
- Printer-friendly version
- Login or register to post comments
| Related Community Groups |
|---|
|
CSW Debug Blog | 17 Posts | Join A group blog to discuss metadata Catalog Service for the Web (CSW) implementation experiences |
|
Building a GeoSciML WFS Server | 11 Posts | Join Development, testing and implementation of a WFS service that returns GeoSciML documents |
|
ETL Debug Blog | 12 Posts | Join A group blog on implementing and debugging Extract-Transform-Load (ETL) efforts. |
|
Presentations and Posters | 4 Posts | Join Post your posters and presentations related to USGIN topics. |
|
Metadata interest group | 5 Posts | Join group for general posting on metadata content, standards, tools |
|
USGIN Amazon Virtual Server Development | 17 Posts | Invite only Documenting the process of development of a Web Server in the Amazon EC2 environment. Software installations tailored to the requirements for USGIN |
|
GeoNetwork configuration and development | 6 Posts | Join Discussion on GeoNetwork setup, configuration, and development. |
|
USGIN ISO19139 profile discussion summary | 0 Posts | Request membership Comment and discussion on the proposed USGIN ISO19139 profile will be posted here |
|
Student Projects | 0 Posts | Join Discussion of student projects related to USGIN |
|
Drupal Development | 6 Posts | Join All about bending Drupal to your needs |
