Apache 2.2 together with OC4J standalone application server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following module in Apache httpd.conf
"
<IfModule mod_proxy.c>
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://localhost:8888/
ProxyPassReverse / http://localhost:8888/
</IfModule>
"
results in displaying the default 'Welcome to Oracle Containers for J2EE...'
either from my localhost or from the outside world.

However if I deploy a simple web application (webapp1) with an index.html page
to the standalone OC4J and change the mod_proxy.c module like this,
"
<IfModule mod_proxy.c>
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://localhost:8888/Application1-Project1-context-root
ProxyPassReverse / http://localhost:8888/Application1-Project1-context-root
</IfModule>
"
the webapp1 can be seen on my localhost but *not* from the outside world.
--


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux