Salut,
J'ai pas bien compris les symptômes auxquels tu fais face, mais en
regardant simplement les logs, on dirait que celui de Tomcat est
tronqué au moment ou il devrait déployer le .war:
"15-jun-06 8:50:29 org.apache.catalina.core.StandardService
start()
INFO: D"
J'imagine qu'à ce moment là on devrait voir qqchose comme "INFO:
Deploying web application archive xwiki.war". Quelques question que je
me poserais: est-ce-que le sous-répertoire xwiki a été créé dans
webapps? Le .war est-il intacte (peux-tu le décompresser
manuellement)? Est-ce-que le processus java continue de tourner ou
est-ce-qu'il plante pendant le démarrage de Tomcat? Si il plante,
y-aurait-il plus plus d'indices sur stdout ou dans les autres logs qui
pourraient indiquer ce qui est arrivé au JVM?
Regards,
Robin
On 18/06/06, igor bordelais <igor.bordelais(a)gmail.com> wrote:
Merci je vais essayer cette voie, mais j'aimerais
quand meme pouvoir
solutionner ce probleme (a des fins d'autoformation) j'aime comprendre quand
quelquechose ne fonctionne pas alors si quelqu'un pouvais m'aider?
2006/6/16, jeremi joslin <jeremi23(a)gmail.com>om>:
Bonjour,
je vous conseil d'utiliser xwiki-jetty. Il y a deja un serveur, et une
base de donnée dans le package.
http://forge.objectweb.org/project/download.php?group_id=170&file_id=57…
Jérémi
On 6/17/06, igor bordelais <igor.bordelais(a)gmail.com> wrote:
> Salut tout le monde je voudrais proposer au lycée ou je travaille
d'utiliser
> xwiki au lieu de SPIP mais j'ai du mal à
monter une maquette de test
> pourriez vous m'aidez svp.
> Voila ma config et mes logs.
>
> ******************
> xwiki.cfg:
> ******************
>
>
#xwiki.store.class=com.xpn.xwiki.store.XWikiRCSFileStore
>
#xwiki.store.rcs.path=c:/dev/java/xwiki/src/web/rcs
>
xwiki.store.class=com.xpn.xwiki.store.XWikiHibernateStore
>
> xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
> xwiki.store.hibernate.updateschema=1
> xwiki.store.cache=1
> xwiki.store.cache.capacity=100
>
xwiki.plugins=com.xpn.xwiki.plugin.calendar.CalendarPlugin,
> com.xpn.xwiki.plugin.feed.FeedPlugin
>
,com.xpn.xwiki.plugin.ldap.LDAPPlugin,com.xpn.xwiki.plugin.google.GooglePlugin,com.xpn.xwiki.plugin.alexa.AlexaPlugin,com.xpn.xwiki.plugin.ipresolver.IPResolverPlugin,com.xpn.xwiki.plugin.terraserver.TerraServerPlugin
,com.xpn.xwiki.plugin.google.AdWordsPlugin
>
,com.xpn.xwiki.plugin.flickr.FlickrPlugin,com.xpn.xwiki.plugin.mail.MailPlugin
>
> > xwiki.perl.active=0
> > xwiki.perl.javaserverport=7890
>
> > #For perl to work under
IDEA you need to use this
> > #commented lines. The lines commited in CVS is for ant
>
> >
#xwiki.perl.perlpath=c:\\Perl\\bin\\perl.exe
> > #xwiki.perl.pluginspath=/WEB-INF/perl
> > xwiki.perl.perlpath=perl
> > xwiki.perl.pluginspath=/WEB-INF/perl
> > xwiki.perl.classespath=../classes
>
> > # This parameter allows
XWiki to operate in Hosting mode
>
> > # allowing to create
multiple wikis having their own database
> > # and responding to different URLs
> > xwiki.virtual=0
>
> > # This parameter will
activate the exo integration
> > xwiki.exo=0
>
> > xwiki.authentication=form
>
>
xwiki.authentication.validationKey=totototototototototototototototo
>
xwiki.authentication.encryptionKey=titititititititititititititititi
> > xwiki.authentication.cookiedomains=xwiki.com,wiki.fr
>
> >
xwiki.authentication.useip=false
>
> > # Stats configuration
allows to globally activate/deactivate stats
module
> > # it is also possible to choose a different stats service to record
> > # statistics separately from XWiki
>
> > xwiki.stats=1
> > xwiki.stats.default=1
>
xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
>
> > xwiki.encoding=ISO-8859-1
>
>
> > *************************
> > hibernate.cfg.xml
> > *************************
>
>
> > <?xml version='1.0'
encoding='utf-8'?>
> > <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
> > Configuration DTD//EN"
> > "
>
http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
> > <hibernate-configuration>
> > <session-factory>
> > <property name="show_sql">false</property>
> > <property name="use_outer_join">true</property>
>
>
> > <property name="dbcp.defaultAutoCommit
">false</property>
> > <property name="dbcp.maxActive">50</property>
> > <property name="dbcp.maxIdle">5</property>
>
> > <property name="
dbcp.maxWait">30000</property>
> > <property name="dbcp.whenExhaustedAction">1</property>
> > <property
name="dbcp.ps.whenExhaustedAction">1</property>
>
> > <property
name="dbcp.ps.maxActive">20</property>
> > <property name="dbcp.ps.maxWait">120000</property>
> > <property name="dbcp.ps.maxIdle">20</property>
>
>
> > <property
>
name="connection.url">jdbc:mysql://localhost/xwiki</property>
> <property
name="connection.username">xwiki</property>
> <property name=" connection.password
> ">xwiki</property>
> <property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
> <property
> name="connection.provider_class
">com.xpn.xwiki.store.DBCPConnectionProvider
> </property>
> <property name="connection.pool_size">50</property>
> <property name="statement_cache.size">50</property>
> <property
name="dialect">org.hibernate.dialect.MySQLDialect
> > </property>
> > <!-- Mapping files -->
> > <mapping resource="xwiki.hbm.xml"/>
> > </session-factory>
> > </hibernate-configuration>
>
>
> > ******************
> > xwiki.xml
> > ******************
>
>
> > <!--
> > Context configuration file for the XWiki Web App
> > -->
>
> > <Context
path="/xwiki"
> > docBase="/var/lib/tomcat5/webapps/xwiki" debug="0"
> > reloadable="false" crossContext="true"
privileged="false"> </Context>
>
>
>
> >
********************
> > catalina.out
> > ********************
>
> > Created MBeanServer with
ID: [UID:
> > 305576,1150419025417,-32768]:localhost:1
> > 15-jun-06 8:50:28
org.apache.coyote.http11.Http11Protocol
> init()
> INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
> 15-jun-06 8:50:28 org.apache.catalina.startup.Catalina
> load()
> INFO: Initialization processed in 2664 ms
> 15-jun-06 8:50:29
org.apache.catalina.core.StandardService
> > start()
> > INFO: D
>
>
>
> >
--
> > You receive this message as a subscriber of the
xwiki-users(a)objectweb.org
> > mailing list.
> > To unsubscribe:
> > mailto:xwiki-users-unsubscribe@objectweb.org
> > For general help: mailto: sympa(a)objectweb.org?subject=help
> > ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
To unsubscribe: mailto:
xwiki-users-unsubscribe(a)objectweb.org
For general help:
mailto:sympa@objectweb.org?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws
--
You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
To unsubscribe:
mailto:xwiki-users-unsubscribe@objectweb.org
For general help: mailto:sympa@objectweb.org?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws