Hello Mariano, there are two possible ways of setting your JSPWiki instance up: 1.- baseUrl pointing to es.dbpedia.org: in this case you won't be able to see a nice JSPWiki when going directly through tomcat; resources are requested to /templates/whatever instead of /DBPediaES/templates/whatever. That's why you don't get the decorated pages when going directly through tomcat.
2.- baseUrl pointing to http://asera.ii.uam.es:8080/DBpediaES: With your current Apache2 configuration, it's the opposite situation. In this case resources (through Apache2) will be requested to http://es.dbpedia.org/DBPediaES/templates/whatever I think that your best option goes with sticking to option #2, as it is the only one which will enable you to have your JSPWiki nicely seen in both cases. Once you have your JSPWiki instance configured to be seen through plain tomcat, the next step should be tweak your Apache configuration. You should need your ProxyRequest(Reverse) directives as they are now, plus some more extra configuration. I don't know in detail the internals of the apache2 configuration, but may be an Alias directive to map /DBPediaES requests to / [1] or some mod_rewrite configuration ([2], [3]) will be enough to do the trick. regards, juan pablo [1]: http://httpd.apache.org/docs/2.2/mod/mod_alias.html [2]: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html [3]: http://httpd.apache.org/docs/2.2/rewrite/remapping.html On Sat, Mar 10, 2012 at 11:57 AM, Mariano Rico <mariano.r...@uam.es> wrote: > Dear Juan, > > thanks a lot for your help. > See my comments inline > > > > in fact, that Apache serves http://192.168.3.13:80 In any case, you > (=we, > > here at the office) obtain the same results going either through > > http://192.168.3.13:80/JSPWiki or http://192.168.3.13:8085/JSPWiki or > > http://ic.softwarefactory.entelgy.com/JSPWiki > > > > > I can not see those sites though Internet :-S > Are they down? > > > > just to be sure, some more questions: > > - when you access your JSPWiki instance, bypassing your apache, you're > > going through http://asera.ii.uam.es:8080/DBpediaES isn't it? > > > right > > > > To where is > > pointing your jspwiki.baseUrl? It should point to > > http://asera.ii.uam.es:8080/DBpediaES/ > > > No. It is pointing es.dbpedia.org > > > > This way you would get nice > > decorated pages on your JSPWiki instance when going only through tomcat. > > > > > If baseURl is http://asera.ii.uam.es:8080/DBpediaES/ the access through > http://asera.ii.uam.es:8080/DBpediaES/ will work, but the access through > es.dbpedia will fail (will show the non decorated pages) > > > > > Once you've get into there, your current ProxyPass(Reverse) directives > > should map / to your running JSPWiki instance: > > ProxyPass / http://150.244.59.12:8080/DBpediaES/ > > ProxyPassReverse / http://150.244.59.12:8080/DBpediaES/ > > > > > Yes, it is so now > > > > > > The only thing I'm not very sure is if you are going to need some > > mod_rewrite in order to make all links go through your Apache.. > > > > > No clue :-( > > Thanks a lot for your time and support. > > Best regards, > > -Mariano >