Re: [xwiki-users] Installing XWiki 8.4.3 using windows exe

2016-12-27 Thread Thomas Mortagne
On Tue, Dec 27, 2016 at 5:15 PM, novnovice  wrote:
> Thanks Thomas. So Jetty and Tomcat are both Java EE Servers, that explains
> it.

Application servers actually. Java EE Servers are a special kind of
application servers which embed tons of standardized libraries and
APIs.

>
> Does it mean I should run the uninstaller for the xwiki exe? Probably.

Probably the cleanest yes.

> And
> now I recall that a good while ago I did read that the standalone isn't
> particularly meant for production use.

Yes the standalone is mostly targeting quick testing. The main issue
is that it's based on embedded database in memory which is fast but
does not scale.

>
>
>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Installing-XWiki-8-4-3-using-windows-exe-tp7602199p7602202.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.



-- 
Thomas Mortagne


Re: [xwiki-users] Installing XWiki 8.4.3 using windows exe

2016-12-27 Thread novnovice
Thanks Thomas. So Jetty and Tomcat are both Java EE Servers, that explains
it.

Does it mean I should run the uninstaller for the xwiki exe? Probably. And
now I recall that a good while ago I did read that the standalone isn't
particularly meant for production use.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Installing-XWiki-8-4-3-using-windows-exe-tp7602199p7602202.html
Sent from the XWiki- Users mailing list archive at Nabble.com.


Re: [xwiki-users] Installing XWiki 8.4.3 using windows exe

2016-12-27 Thread Thomas Mortagne
On Tue, Dec 27, 2016 at 3:48 AM, novnovice  wrote:
> I'm not very good with java so I'm probably missing something very obvious.
>
> The install in on windows 2012 r2. tomcat is running on port 8080. When I
> browse to 8080 I see the tomcat success page. The XWiki 8.4.3 installer
> seemed to go ok. I created the database and user (sql server), edited the
> hibernate xml.
>
> When I run the "start xwiki" the dos windows does ok for a bit and then
> starts showing some failures like
>
> 2016-12-26 18:38:15.451:WARN:oejuc.AbstractLifeCycle:main: FAILED
> ServerConnecto
> r@205b73d8{HTTP/1.1}{0.0.0.0:8080}: java.net.BindException: Address already
> in u
> se: bind
> java.net.BindException: Address already in use: bind
> at sun.nio.ch.Net.bind0(Native Method)
>
> viewing xwiki just show this:
>
> HTTP Status 404 - /xwiki/bin/view/Main/
> type Status report
> message /xwiki/bin/view/Main/
> description The requested resource is not available.
> Apache Tomcat/8.0.30
>
> Does this mean that tomcat is using 8080 for something already and xwiki
> can't take it over?

Yes the Jetty server that come with the installer is configured to use
8080 port by default. If you have Tomcat already it would probably be
better to use the WAR and put it in Tomcat.

See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationWAR.

> I could change the port that xwiki will run on; but will
> wait for input.
>
> BTW, as far as I can tell the install docs on xwiki.org do not include any
> info on a windows exe type install.

It's http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationStandalone
(the exe just start the standalone installer).

>
>
>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Installing-XWiki-8-4-3-using-windows-exe-tp7602199.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.



-- 
Thomas Mortagne


[xwiki-users] Installing XWiki 8.4.3 using windows exe

2016-12-26 Thread novnovice
I'm not very good with java so I'm probably missing something very obvious.

The install in on windows 2012 r2. tomcat is running on port 8080. When I
browse to 8080 I see the tomcat success page. The XWiki 8.4.3 installer
seemed to go ok. I created the database and user (sql server), edited the
hibernate xml.

When I run the "start xwiki" the dos windows does ok for a bit and then
starts showing some failures like

2016-12-26 18:38:15.451:WARN:oejuc.AbstractLifeCycle:main: FAILED
ServerConnecto
r@205b73d8{HTTP/1.1}{0.0.0.0:8080}: java.net.BindException: Address already
in u
se: bind
java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)

viewing xwiki just show this:

HTTP Status 404 - /xwiki/bin/view/Main/
type Status report
message /xwiki/bin/view/Main/
description The requested resource is not available.
Apache Tomcat/8.0.30

Does this mean that tomcat is using 8080 for something already and xwiki
can't take it over? I could change the port that xwiki will run on; but will
wait for input.

BTW, as far as I can tell the install docs on xwiki.org do not include any
info on a windows exe type install.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Installing-XWiki-8-4-3-using-windows-exe-tp7602199.html
Sent from the XWiki- Users mailing list archive at Nabble.com.