I don't know the method that I used to bind them is right, please help me.

Of course edit the httpd.conf file . 
first, find these four lines in  the httpd.conf file :
1,#LoadModule proxy_module modules/mod_proxy.so
2,#AddModule mod_proxy.c
3,#<IfModule mod_proxy.c>
       ...
4,#</IfModule>
second,get rid of the four # symbols.
third,at the middle of <3> and <4>  insert some lines just as this:

    ProxyRequests On
    ProxyPass         /stateless/ http://<hostname>:8080/stateless/
    ProxyPassReverse  /stateless/ http://<hostname>:8080/stateless/
at last, restart the apache, all are OK!

who know the reason!
(I got it from the document of oc4j)

Reply via email to