Hello Mariano, don't know if the SetEnv commands are mandatory or not, all the apache2-related actions were performed by our systems administrator, so I'm not really sure; as for the domain issue, entel.es was our old domain, it seems that the change to the new one hasn't been pushed into prod.. should talk with our admin one of these days.. anyway, if you manually change entel.es to entelgy.com after sending the registration form, you should be able to use your new account.
Our entry point is /JSPWiki only because we have some other services published under that domain, but now that you say it, I recall seeing this morning that http://asera.ii.uam.es:8080/DBpediaES was translated into http://es.dbpedia.org:8080/ and debugging with firebug I could see that the missing static resources where requested at, i.e, http://es.dbpedia.org:8080/templates/* instead of http://es.dbpedia.org:8080/DBpediaES/templates/* (or http://es.dbpedia.org/templates/*) so may be there is some Apache2 configuration fiddling in :-? Can you send an extract of the configuration of your apache2 conf file? regards, juan pablo On Tue, Mar 6, 2012 at 6:29 PM, Mariano Rico <mariano.r...@uam.es> wrote: > Hi Juan Pablo, > > > 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> > > > > > > I have noticed in your code the SetEnv commands. I have copied to my > configuration... with no results :-( > Are sure these commands are required in your configuration? > > Another issue is the "entry point". I see in your config that the entry > point is /JSPWiki. In my case is / > Do you know if this can be a problem? > > > > you can also check http://www.jspwiki.org/wiki/ApacheTomcatConnection to > > see if it helps you > > > > > Thanks a lot. I can not see anything relevant,. I tried > the emptySessionPath="true" in the Connector, as well as the proxyName=" > www.your-domain.com". Neither could solve the 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 >