Hello Mariano,
On Wed, Mar 7, 2012 at 6:43 PM, Mariano Rico <[email protected]> wrote: > Hi Juan, > > I think some inlines have been mixed :-( > joining inlines from previous e-mail: You should (now) be able to login, create a user, etc. at http://ic.softwarefactory.entelgy.com/JSPWiki/ The config used (in this case) was the previously mentioned: - 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> Your Apache2 configuration looks good to me. However, looking at the source code of http://asera.ii.uam.es:8080/DBpediaES , the static resources are being requested at, i.e., http://asera.ii.uam.es:8080/templates/default/jspwiki.css instead of being requested to http://es.dbpedia.org/templates/default/jspwiki.css , it seems that jspwiki.baseUrl hasn't been picked up. Can you redeploy the application and delete the tomcat's work folder in order to enforce the new JSPWiki configuration? Also, do you have mod_rewrite enabled? HTH, juan pablo > > > OK. Let me know it. > > > > > > > Try now, you should be able to login > > > > > What ULR? > > > > > internal links. > > > Now, baseURL=es.dbpedia.org > > > As fas a I know, that is why http://asera.ii.uam.es:8080/DBpediaES is > > not > > > working > > > > > > > > The Apache2 configuration looks good to me. However, looking at the > source > > code of http://asera.ii.uam.es:8080/DBpediaES , the static resources are > > being requested at, i.e., > > http://asera.ii.uam.es:8080/templates/default/jspwiki.css instead of > being > > requested to http://es.dbpedia.org/templates/default/jspwiki.css so it > > seems that jspwiki.baseUrl hasn't been picked up. Can you redeploy the > > application and delete the tomcat's work folder in order to enforce the > new > > JSPWiki configuration? > > > The BaseURL specified in jspwiki,properties is set to > http://es.dbpedia.org > I thought that was the reason. > > Best regards, > > -Mariano >
