Quantcast
Channel: WEB制作情報 Web7s » Ubuntu
Viewing all articles
Browse latest Browse all 4

Ubuntu8.04でApache2.2とTomcat6を動かす

$
0
0
sudo apt-get install sun-java6-jdk

vi ~/.bashrc
export JAVA_HOME=/usr/lib/jvm/java-6-sun

sudo a2enmod proxy
sudo a2enmod proxy_ajp

<VirtualHost *>
  ServerName example.com
  <Proxy *>
    AddDefaultCharset off
    Order deny,allow
    Deny from all
    Allow from all
  </Proxy>
  ProxyPass / ajp://localhost:8009/
  ProxyPassReverse / ajp://localhost:8009/
</VirtualHost>

Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images