On Tue, Dec 27, 2016 at 3:48 AM, novnovice <novnov...@gmail.com> 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