> Try to put this JSP page in the ROOT context:
> <%
> String redirectURL = "/xwiki/bin/view/Main/WebHome";
> response.sendRedirect(redirectURL);
> %>
>
>
> Guido
Thanks Guido and Marc,
I could never find the real "root" directory with Jetty, so I scrapped that, installed Tomcat, put the index.jsp in the Tomcat root (Tomcat 6.0/webapps/ROOT) and it worked perfectly. As an added benefit, it seems Tomcat is a lot faster than Jetty.
I appreciate it,
--Bill
Please, does anybody know how the entries for spaces are ordered in
Panels.Navigation? Is it possible to modify it?
Then, within the menu of each space the entries are ordered
alphabetically. Is it possible to modify this?
Thanks for your help,
--
Ricardo Rodríguez
Your XEN ICT Team
Hi all,
I've been using XWiki during this year and now I have a titanic task :
upgrade it to XWiki 1.1
Unfortunately I haven't found any document on how to upgrade, neither in
the site nor in the list archives, so I decided to transfer the MySQL
database to a new location (unsing mysqldump) and install XWiki 1.1 from
scratch
(http://www.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HInstallingtheX…)
using MySQL 5.0 and Tomcat 6
After obtaining a " *Field 'XWD_ARCHIVE' doesn't have a default value"
error (and solved it thanks to
http://jira.xwiki.org/jira/browse/XWIKI-1702) a more obscure error
appears regarding some attributes and so.
I decided not to follow a trial an error path, and I'm here asking for
some guide or guidelines to do this upgrade, or in case such a thing
doesn't exists beg for some help from you all, and as a thanks gift
offer to publish a mini howto for upgrading XWiki from v0.9.x to 1.1.
Thanks in advance for your help.
--
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man) - Algorithm junkie
Perl Mongers Capital Federal (http://cafe.pm.org/)
GNU/Linux User Group - FCEyN - UBA (http://glugcen.dc.uba.ar/
Hi all,
Can anyone please tell me how we can use two code tags in a page
that is, if i want to print the code and then the text and again the code ,how i can do that??
I have tried by using another code tag for second code but the whole data (with text)
gets embedded in code area.
thanks,
ANUJ SHARMA.
---------------------------------
Download prohibited? No problem. CHAT from any browser, without download.
Hi
Using xwiki for the 1st time
How the user management is done in xwiki?
I have installed 1.1.1 version on Tomcat6.X on XP
Not able to see any registration page for new user to get in, is there
any configuration that needs to be changed?
Haven't been able to find any help in the official site
Any quick help is highly appreciated
Thanks and Regards
Sudarshan
DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.
Hi,
I'm using Jetty and trying to figgure out how to redirect someone who goes to http://foo.com to http://foo.com/xwiki/bin/view/Main/WebHome, just like the xwiki.org web site does. I've checked through the spotty Jetty documentation and haven't found anything. Has anyone here done this? Thanks!
--Bill
Hi all,
an anybody please tell me how can i make the e-mail field on the registration page mandatory???
Also,where does these registration information get stored????
thanks,
ANUJ SHARMA.
---------------------------------
Why delete messages? Unlimited storage is just a click away.
Hi All,
> When we register with XWiki, if there is a invalid input in any
field,
> entire form is reset.
>
> For example,
>
> 1) if we have typed in the Login Id field with special
character
> 2) if password in Password (repeat) field does not match the one
in
> Password field
It would be nice if only those fields are reset which have wrong input.
ANUJ SHARMA.
---------------------------------
Download prohibited? No problem. CHAT from any browser, without download.
Thanks Marc,
Mind if I ask where you placed the index.html file? I can't seem to find the root.
--Bill
----- Original Message ----
From: "Lijour, Marc (EDU)" <Marc.Lijour(a)ontario.ca>
To: XWiki Users <users(a)xwiki.org>
Sent: Thursday, October 4, 2007 3:51:43 PM
Subject: Re: [xwiki-users] How to redirect to the wiki
Hi Bill
I use a html redirect tag in index.html. The best way is to tweak the web server config file but I don't know if it is possible with Jetty.
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Bill Anderson
Sent: October 4, 2007 6:42 PM
To: users(a)xwiki.org
Subject: [xwiki-users] How to redirect to the wiki
Hi,
I'm using Jetty and trying to figgure out how to redirect someone who goes to http://foo.com to http://foo.com/xwiki/bin/view/Main/WebHome, just like the xwiki.org web site does. I've checked through the spotty Jetty documentation and haven't found anything. Has anyone here done this? Thanks!
--Bill
The XWiki development team is pleased to announce the release of
XWiki Enterprise 1.2 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Main changes from 1.1.1:
* Document history is now kept in a separate table in the
database which means that Document load time is now improved and
independent on the number of revisions
* Better Interoperability with Confluence. Also use swizzle-
confluence through a facade
* Refactoring and Cleanup of XML-RPC implementation, proper
exception handling for XML-RPC code and improved support for
attachments via XML-RPC
* Recycle bin for deleted documents (which can be recovered)
* Ability to alter the document history
* Minor edit of document
* Main.Dashboard page now display major edits by default with
the option of listing minor edits
+ bug fixes and other improvements
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12M1
Thanks
-The XWiki dev team