Yes, I thought about that, but I have no problem using local url (on the server : http://localhost:8080/xwiki/wiki/testwiki/view/Main) ! in this situation, everything works fine ! but when I use IE or Firefox (I tried both) with external secured URL, I get errors !
Thomas Mortagne a écrit : > On Fri, Jan 8, 2010 at 09:26, Gaëtan GUYODO <[email protected]> wrote: >> Using IE 7.0 I get "Erreur de script" (script error) : >> line: 2 >> character: 1 >> Error: syntax error >> Code: 0 >> URL: https://mydomain/xwiki/wiki/testwiki/view/Main >> >> That error appends 10 times before the page appears. After that, I can't >> use any menu, when my mouse pass on any menu, I get the same error twice. > > So you mean javascript errors. Then it's not an URL issue since you > properly access the wiki it seems. > >> Is there any way to give you more information ? I don't know which >> script, how can I get it ? > > You should try with other browsers than IE (Firefox, Opera, etc.), > this will give us some more informations. In Firefox, install the > extension called "Firebug" that should give you some more detailed > informations. > >> Thomas Mortagne a écrit : >>> On Thu, Jan 7, 2010 at 23:04, guyodo gaetan <[email protected]> >>> wrote: >>>> Thanks, >>>> I didn't use the "domain name based wiki access" but the "URL path based >>>> wiki access" (I set xwiki.virtual.usepath=1 in xwiki.cfg file). >>>> First I tried to access to the main wiki using >>>> https://mydomain/xwiki/wiki/xwiki/view/Main but it doesn't work (It does >>>> work, with many script errors, and many problems). >>>> I created another wiki, called testwiki. >>>> I can access it by http://localhost:8080/xwiki/wiki/testwiki/view/Main but >>>> https://mydomain/xwiki/wiki/testwiki/view/Main send me many script errors ! >>> What are theses errors exactly ? >>> >>>> I tried to declare SSL or not fin or the wiki descriptor=> same results. >>>> I tried to force xwiki.url.protocol=https in xwiki.cfg => same results. >>>> >>>> Is there anything else to do for that kind of access ? >>>> >>>> Before migration, 1.8 was fine ! >>>> Migration from 1.8 to 2.1.1 had that problem. I thought that could be the >>>> migration, so I tried with a fresh new install => always the same >>>> problems... >>>> >>>> >>>> ----- Message d'origine ----- >>>> De: Thomas Mortagne <[email protected]> >>>> Date: Jeudi, Janvier 7, 2010 6:36 pm >>>> Objet: Re: [xwiki-users] Problem with fresh new 2.1.1 XE"M install >>>> À: XWiki Users <[email protected]> >>>> >>>> >>>>> On Thu, Jan 7, 2010 at 14:35, Gaëtan GUYODO >>>>> <[email protected]> wrote: >>>>>> I, >>>>>> I (still) have some problems with XEM 2.1.1 (tomcat 6.0.20 / oracle >>>>> 10.2 >>>>>> / windows 2003 server / Apache 2.0.23). >>>>>> I have installed last tomcat, installed xwiki war file, copied oracle >>>>>> jdbc.jar file, configured hibernate.cfg.xml, xwiki.cfg. >>>>>> Locally accessing to http://localhost:8080/xwiki/bin/view/Main/ >>>>> seems to >>>>>> work fine. >>>>>> I imported xwiki-enterprise-manager-wiki-administrator-2.1.1.xar with >>>>>> success. >>>>>> But when I try to access to that wiki from SSL URL, as before >>>>>> (https://mydomain/xwiki/wiki/xwiki/bin/view/Main) I got many javascripts >>>>>> errors (line 2, caracter 1, syntax error, code 0... many many times) >>>>>> Is there any way to make it work ? >>>>>> I tried to force xwiki.url.protocol=https in xwiki.cfg, without results. >>>>>> I tried to create another wiki, same problem. >>>>>> I tried to add the full URL as alias, doesn't work ! >>>>> The alias is the domain name not the URL. See >>>>> http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki >>>>> >>>>>> => I don't have any trouble accessing by >>>>>> http://localhost:8080/xwiki/wiki/xwiki >>>>>> but I can't acces the same wiki using external SSL URL >>>>>> https://mydomain/xwiki/wiki/xwiki >>>>>> >>>>>> Have you any idea of the requested configuration to make it work ? >>>>>> Thanks, >>>>>> Gaëtan >>>>>> -- >>>>>> __________________________________________ >>>>>> Gaëtan GUYODO >>>>>> Chargé de mission >>>>>> Centre Antipoison - Hôpital Fernand WIDAL >>>>>> 200, rue du faubourg St Denis >>>>>> 75475 PARIS Cedex 10 >>>>>> Tél: 01 40 05 49 63 / Fax: 01 40 05 48 56 >>>>>> __________________________________________ >>>>>> >>>>>> _______________________________________________ >>>>>> users mailing list >>>>>> [email protected] >>>>>> http://lists.xwiki.org/mailman/listinfo/users >>>>>> >>>>> >>>>> -- >>>>> Thomas Mortagne >>>>> _______________________________________________ >>>>> users mailing list >>>>> [email protected] >>>>> http://lists.xwiki.org/mailman/listinfo/users >>>> _______________________________________________ >>>> users mailing list >>>> [email protected] >>>> http://lists.xwiki.org/mailman/listinfo/users >>>> >>> >>> >> -- >> __________________________________________ >> Gaëtan GUYODO >> Chargé de mission >> Centre Antipoison - Hôpital Fernand WIDAL >> 200, rue du faubourg St Denis >> 75475 PARIS Cedex 10 >> Tél: 01 40 05 49 63 / Fax: 01 40 05 48 56 >> __________________________________________ >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/users >> > > > -- __________________________________________ Gaëtan GUYODO Chargé de mission Centre Antipoison - Hôpital Fernand WIDAL 200, rue du faubourg St Denis 75475 PARIS Cedex 10 Tél: 01 40 05 49 63 / Fax: 01 40 05 48 56 __________________________________________ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
