Hi, I've just tried Jeremi's packaging (http://www.xwiki.org/releases/xwiki/xwiki-package-jetty-0-9-840.zip). Well done! This is great and make it very simple to try out XWiki. It's very cool :-) Some small comments: 1/ Remove xwiki.log that should not be there before starting xwiki 2/ What's the difference between ext, lib and extra/lib? 3/ There are licenses in both etc/ and license/ directories. Maybe they could be regrouped together? 4/ In webapps/ there's a index.html~ file that should be deleted 5/ It didn't work when I executed start.bat (see attached log). I had to manually create the logs/ directory. 6/ http://localhost:8080/xwiki/ points to a page with a link to the wiki. It should point directly to the wiki. Actually http://localhost:8080 should point to the wiki IMO. Again those are all very minor. This is a great install. -Vincent
On 7/11/05, Vincent Massol <[email protected]> wrote:
Hi,
I've just tried Jeremi's packaging (http://www.xwiki.org/releases/xwiki/xwiki-package-jetty-0-9-840.zip).
Well done! This is great and make it very simple to try out XWiki. It's very cool :-)
Some small comments:
1/ Remove xwiki.log that should not be there before starting xwiki 2/ What's the difference between ext, lib and extra/lib? 3/ There are licenses in both etc/ and license/ directories. Maybe they could be regrouped together? 4/ In webapps/ there's a index.html~ file that should be deleted 5/ It didn't work when I executed start.bat (see attached log). I had to manually create the logs/ directory. 6/ http://localhost:8080/xwiki/ points to a page with a link to the wiki. It should point directly to the wiki. Actually http://localhost:8080 should point to the wiki IMO.
Again those are all very minor. This is a great install.
thanks, I will correct some of this before the release. Jérémi -- portable : 06.73.20.11.49 http://www.jeremi.info http://www.xwiki.com - http://www.moovement.com skype: jeremi23
I'm interested in trying out this packaging. However, this link gives a 404 not found. The reason I'm interested is because I'm interested in doing XWiki development with Eclipse. I think it would be quicker and simpler to set up Eclipse to develop XWiki with Jetty / HSQL than as a traditional web app with Tomcat and PHP. Can anyone provide some pointers? Stephen ----- Original Message ----- From: "Vincent Massol" <[email protected]> To: <[email protected]> Sent: Monday, July 11, 2005 12:08 PM Subject: [xwiki-dev] Feedback from Jetty+HSQL xwiki install
Hi,
I've just tried Jeremi's packaging (http://www.xwiki.org/releases/xwiki/xwiki-package-jetty-0-9-840.zip).
Well done! This is great and make it very simple to try out XWiki. It's very cool :-)
[snip]
The server moved and we didn't move these files.. Use http://mailing.xwiki.org/releases/xwiki/xwiki-package-jetty-0-9-840.zip Jeremi might be able to help for the jetty setup.. Ludovic Stephen Schaub wrote:
I'm interested in trying out this packaging. However, this link gives a 404 not found.
The reason I'm interested is because I'm interested in doing XWiki development with Eclipse. I think it would be quicker and simpler to set up Eclipse to develop XWiki with Jetty / HSQL than as a traditional web app with Tomcat and PHP. Can anyone provide some pointers?
Stephen
----- Original Message ----- From: "Vincent Massol" <[email protected]> To: <[email protected]> Sent: Monday, July 11, 2005 12:08 PM Subject: [xwiki-dev] Feedback from Jetty+HSQL xwiki install
Hi,
I've just tried Jeremi's packaging (http://www.xwiki.org/releases/xwiki/xwiki-package-jetty-0-9-840.zip).
Well done! This is great and make it very simple to try out XWiki. It's
very
cool :-)
[snip]
------------------------------------------------------------------------
-- 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
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
Stephen Schaub wrote:
The reason I'm interested is because I'm interested in doing XWiki development with Eclipse. I think it would be quicker and simpler to set up Eclipse to develop XWiki with Jetty / HSQL than as a traditional web app with Tomcat and PHP. Can anyone provide some pointers?
I setup xwiki within eclipse using the WebToolsProject ( http://eclipse.org/webtools/index.html - read http://simplygenius.com/geekblog/2005/04/08/1112982083849.html if you haven't installed it yet). It was a PITA to get working correctly, but now that it is setup, its relatively easy to run/debug xwiki within eclipse - just RC xwiki and Run/DebugAs -> Run/Debug on server. Simple java changes get hot deployed into debuggee too. If you configure hibernate to use HSQL, then everything should run in process when WTP launches the tomcat (or jetty?) instance. I've attached the dotfiles I used to make this happen - you may need to tweak them slightly, but they should work out of the box is your eclipse project checked out from svn is named "xwiki", and your tomcat instance is named the same as I have in the .runtime file (RC xwiki, Properties->Server). I'm currently using WTP 0.7RC3, so you'll need something close to that version to get it to work. One issue to keep in mind - currently WTP creates a war directory structure in the .deployables directory, thus when you change a file it doesn't get copied over unless you build, however, if incremental build is on (default), this happens automatically. Hope this helps, Matt
participants (5)
-
jeremi joslin -
Ludovic Dubost -
Matthew Conway -
Stephen Schaub -
Vincent Massol