Re: Fwd: NoClassDefFoundError: javax/mail/Authenticator

2024-10-24 Thread Mark Thomas
On 24/10/2024 17:07, Alan Masters wrote: I am attempting to send e-mail from Tomcat using an external mail host -   mail.btinternet.com. I have included javax.mail jar in my build path and can see javax.mail.Authenticator in this library. When trying to start up  apache-tomcat-9.0.91 I get

Fwd: NoClassDefFoundError: javax/mail/Authenticator

2024-10-24 Thread Alan Masters
I am attempting to send e-mail from Tomcat using an external mail host -  mail.btinternet.com. I have included javax.mail jar in my build path and can see javax.mail.Authenticator in this library. When trying to start up  apache-tomcat-9.0.91 I get IllegalStateException: Error starting child

Re: deploying on 9.0.96 is painful

2024-10-24 Thread Rémy Maucherat
On Thu, Oct 24, 2024 at 4:32 PM Ronald Klop wrote: > > Van: "Rémy Maucherat" > Datum: woensdag, 23 oktober 2024 17:48 > Aan: users@tomcat.apache.org > Onderwerp: Re: deploying on 9.0.96 is painful > > > > On Wed, Oct 23, 2024 at 5:37PM Ronald Klop > > wrote: > > > > > > Hi, > > > > > > We pre-co

Re: deploying on 9.0.96 is painful

2024-10-24 Thread Ronald Klop
Van: "Rémy Maucherat" Datum: woensdag, 23 oktober 2024 17:48 Aan: users@tomcat.apache.org Onderwerp: Re: deploying on 9.0.96 is painful On Wed, Oct 23, 2024 at 5:37PM Ronald Klop wrote: > > Hi, > > We pre-compile our JSPs. Team Dev uses Tomcat jars for this. And team Sys keeps the Tomcat serv

Re: Tomcat 9.0.96 first start throws java.lang.NullPointerException. Works in the same conditions with 9.0.91.

2024-10-24 Thread Rémy Maucherat
On Thu, Oct 24, 2024 at 2:36 PM Lucian Jurj wrote: > > Hi, > > I've searched for a solution on wiki, web, apache pony mail lists. Tried > various experinetns to isolate the cause... but unsuccessful. I've seen this > 3 months ago with 9.0.93 then waited to more tomcat releases and retry > think

Tomcat 9.0.96 first start throws java.lang.NullPointerException. Works in the same conditions with 9.0.91.

2024-10-24 Thread Lucian Jurj
Hi, I've searched for a solution on wiki, web, apache pony mail lists. Tried various experinetns to isolate the cause... but unsuccessful. I've seen this 3 months ago with 9.0.93 then waited to more tomcat releases and retry thinking it is maybe something temporary. It isn't. Currently, an expe

Re: javax.naming.NameNotFoundException

2024-10-24 Thread Mark Thomas
On 23/10/2024 23:13, Mark Foley wrote: On Wed, 23 Oct 2024 19:13:44 Mark Thomas wrote: That won't work. What will work is renaming: $CATALINA_HOME/webapps/myapp to $CATALINA_HOME/webapps/myapp#subapp/ Mark Hmmm ... what I was attempting was splitting many webapps into multiple directo