Re: [xwiki-users] Pb install sous Debian
Sorry it was my mistake, it appears that when I unzipped the .war (under Windows Vista) for modifications some files got corrupted. All is ok now, after i redid the operation correctly. See you Nicolas 2007/7/23, Nicolas Réau <[email protected]>:
Hello,
I'm trying today to update an old 0.9 installation to the last milestone 1.3 on an Ubuntu server
I think my configuration files are ok (they work on another server with almost the same install) , same with the link to the DB (mysql)
But i get this error:
Etat HTTP 404 - /bin/view/Main/WebHome ------------------------------
*type* Rapport d'état
*message* */bin/view/Main/WebHome*
*description* *La ressource demandée (/bin/view/Main/WebHome) n'est pas disponible.*
(requested ressource not available)
I must say that i'm on an Ubuntu server that's why i follow this thread. Maybe is it linked to it? In tomcat/webapps i have my xwiki folder (i unpacked manually the xwiki-milestone..war locally to modify the configuration file and then uploaded the folder, with "xwiki" as name)
Any ideas? Thanks
Nicolas
* *
2006/12/21, François Le Droff <[email protected]>:
Hi Rémi,
I installed xwiki 0.9.840 on ubuntu as well in the past, Here are the issues I faced :
* some issues with the java security manager, my workaround was to turn it off, in etc/init.d/tomcat {code} # Use the Java security manager? (yes/no) TOMCAT5_SECURITY=no {code}
* xwiki upload permission denied:
http://mail-archive.objectweb.org/xwiki-users/2006-02/msg00069.html
This problems occurs when files are bigger than 100K and the file system is used for temporary storage instead of the memory. The directory is usually tomcat/work/Catalina/localhost/xwiki and the user under which your tomcat process is running should have permission to this directory. Tomcat policies could affect this if you policies state that you can't write to the file system, but this is not the case in default policies You can change the temporary directory with the xwiki.upload.tempdir parameter in xwiki.cfg
xwiki.upload.tempdir= /usr/share/tomcat5/temp
On 12/21/06, FireWave <[email protected]> wrote:
I use xwiki.war, same name on win or Ubuntu (Debian based) I use the same url than on windows, like http://localhost:8080/xwiki/bin/view/Main/WebHome I tried some other webapps application on tomcat linux, all works fine but xwiki. So, Tomcat works, mySQL is the same version on Win or Linux, .war and db the same file too.. Yeah it's very strange !!!!
I'm so despaired !!! Please help ! :'(
Thanks :) Rémi / F4EPA, Paris, France
Vincent Massol a écrit :
Hi Remi,
-----Original Message----- From: FireWave [mailto:[email protected]] Sent: jeudi 21 décembre 2006 14:07 To: [email protected] Subject: Re: [xwiki-users] Pb install sous Debian
Hi, I think I've the same problem. I use the .war on tomcat.. And after restarting tomcat server, the war are unwared and deployed, but, if I go on Tomcat admin webtool, X-Wiki doesn't appear, and 404..
* What's the name of your war in $TOMCAT_HOME/webapps/? * What's the URL you're using when the 404 is returned?
When I install with the same way on TomCat (same version) on WinOS, all work fine.
Hmmm... Strange. Tomcat should work the same on all OS.
Sorry, I don't know what's the context path, and where change it. Thanks,
Let's first find what the issue is.
Thanks -Vincent
Vincent Massol a écrit :
Hi Daniel,
Are you using the standalone installation ? Or are you using the
XWiki
WAR that you're dropping in a servlet container of your own? If so, you're the one choosing the context path. If you haven't specified anything it's usually the war file name.
Thanks
-Vincent
PS: Please write in English!
*From:* Daniel Marre [mailto: [email protected]] *Sent:* jeudi 21 décembre 2006 11:16 *To:* [email protected] *Subject:* [xwiki-users] Pb install sous Debian
Bonjour,
j'ai un pb d'installation sous Debian, si vs pouvez jeter un oeil ce serait sympa.
merci par avance.
Amicalement.
D.M.
-
----
J'ai téléchargé et installé la version xwiki-1.0-beta-1.tar.gz
<https://forge.objectweb.org/project/download.php?group_id=170&file_id
=7409>
sous linux Debian.
J'ai lancé le serveur correctement.
Si j'accède à http://localhost:8080/xwiki/ j'obtiens
XWiki Installation
* Installation Instructions
<http://localhost:8080/xwiki/install.txt>
* XWiki Home Page < http://localhost:8080/xwiki/bin/view/Main/WebHome>
mais en cliquant sur le Xwiki Home Page me donne :
HTTP ERROR: 404
Not Found
RequestURI=/xwiki/bin/view/Main/WebHome
L'accès suivant le lien http://localhost:8080/xwiki/bin/view/Main/WebHome indiqué sur la page 'installation ' de votre site me donne la même
chose (ce qui me semble là normal).
--
Daniel Marre
Directeur des études du DGEI
Maître de Conférences en Informatique
INSA - DGEI www.insa-toulouse.fr
<http://www.insa-toulouse.fr >
125 AV. de Rangueil - 31077 - Toulouse (France)
[email protected] <mailto: [email protected]>
(33) 5.61.55.98.08
-
--
-- You receive this message as a subscriber of the xwiki-
[email protected] mailing list.
To unsubscribe: mailto: [email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- You receive this message as a subscriber of the
[email protected] mailing list.
To unsubscribe: mailto: [email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto: [email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
François Le Droff http://www.droff.com
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto: [email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
participants (1)
-
Nicolas Réau