Hello Mariano, we've also set up a JSPWiki instance behind an Apache server at work, and we haven't had any problems:
- jspwiki.baseURL points to http://ic.softwarefactory.entelgy.com/JSPWiki/ - relevant Apache2 configuration: <Location /JSPWiki> Order Deny,Allow Deny from all Allow from All ProxyPass http://192.168.3.12:8085/JSPWiki SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 ProxyPassReverse http://192.168.3.12:8085/JSPWiki </Location> you can also check http://www.jspwiki.org/wiki/ApacheTomcatConnection to see if it helps you regards, juan pablo On Tue, Mar 6, 2012 at 12:36 PM, Mariano Rico <[email protected]> wrote: > Hi Florian, > > > > > deciding for one "entry point" and configuring this the baseURL is the > way > > to go. > > > > Have you had this running? With login? Please, tell me how... :-) > > > > BTW, any reason against using mod_proxy_ajp? > > > > > I tried that at first, but it produced an error. It seems to be a versions > incompatibility (Tomcat-Apache) identified problem :-( > > -- Mariano > ------------------------------------------------------ > Mariano Rico <http://www.ii.uam.es/~mrico> > Computer Science Dept <http://www.ii.uam.es/>. > Universidad Autónoma de Madrid <http://www.uam.es/> > Spain >
