Hi, I have a server with the following configuration for showing a application in tomcat5. Code: <Proxy *> Order deny,allow Allow from all </Proxy> ProxyRequests Off ProxyPreserveHost On ProxyPass /sysaid http://localhost:8080/sysaid ProxyPassReverse /sysaid http://localhost:8080/sysaid When a put this in the Apache Directives (Optional), this give me an error when i reload apache. Did nor reconize <Proxy *> There are anyway for configure tomcat5 aplications with mod_proxy?
Which error do you get when you add this? Please make sure that the mod_proxy module is installed and loaded.