Running Apache James 3.8.0 as a Windows Service

2023-10-23 Thread Matt Pryor
Hi, does anyone have any experience of doing this and could provide a how-to guide? It was easy under previous versions but the feature seems to have been removed in the latest versions. I thought I could just create a windows service pointing to a .bat file but apparently it's not that simple.

Re: Error on startup

2023-10-23 Thread Benoit TELLIER
webadmin.properties --  Best regards, Benoit TELLIER General manager of Linagora VIETNAM. Product owner for Team-Mail product. Chairman of the Apache James project. Mail: btell...@linagora.com Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) On Oct 23, 2023 6:46 PM, from Matt Pryor Thanks a lot

Re: Error on startup

2023-10-23 Thread Matt Pryor
Thanks a lot Benoit. I found the admin REST services port in the logs (8000). I'd like to know where this is configured though in case the server admins want to change it. Thanks in advance. Matt On Mon, 23 Oct 2023 at 12:36, Benoit TELLIER wrote: > Hey Matt, > > Just add

Re: Error on startup

2023-10-23 Thread Benoit TELLIER
Hey Matt, Just add `-Djames.jmx.credential.generation=false` In order to disable JMX password generation. This might be enough to take you out of the woods the time we come up with a fix in rder to disable fully this behaviour for Windows.--  Best regards, Benoit TELLIER General manager of

Re: Error on startup

2023-10-23 Thread Matt Pryor
Hi Benoit Yes, running Windows. Is there a workaround? Also can you let me know what port the admin Rest services run on, is this configurable somewhere? Thanks for your help, always appreciated. Matt On Fri, 20 Oct 2023 at 15:32, Benoit TELLIER wrote: > Are you running on Windows? > > We

Re: Using James 3.8.0 with Microsoft SQL Server

2023-10-23 Thread Matt Pryor
Hi Benoit, thanks, this is working now: java -javaagent:james-server-jpa-app.lib/openjpa-3.2.0.jar -Dworking.directory=. -Djdk.tls.ephemeralDHKeySize=2048 -Dlogback.configurationFile=conf/logback.xml -cp james-server-jpa-app.jar;james-server-jpa-app.lib/*;extensions-jars/*