Re: [EXTERNAL EMAIL] RE: The Import cannot be resolved

2024-06-24 Thread Shekhar Dhotre
Sorry I didn’t realize that I’m asking question in another thread. Will open new one . Cheers SD From: Niranjan Rao Sent: Monday, June 24, 2024 9:54:07 PM To: users@tomcat.apache.org Subject: Re: [EXTERNAL EMAIL] RE: The Import cannot be resolved You will

Re: [EXTERNAL EMAIL] RE: The Import cannot be resolved

2024-06-24 Thread Niranjan Rao
You will have better luck if you open your own thread Regards, Niranjan On 6/23/24 21:25, Shekhar Dhotre wrote: Hello Team, Is there any document or link that can point me to Tomcat and ldap integration ? I googled and nothing came out except few vidoes which doesn’t show steps. We have IBM

RE: The Import cannot be resolved

2024-06-23 Thread Shekhar Dhotre
Hello Team, Is there any document or link that can point me to Tomcat and ldap integration ? I googled and nothing came out except few vidoes which doesn’t show steps. We have IBM ldap and just installed openldap because we were not able to reset IBM ldap users password . How can I reset root

Re: The Import cannot be resolved

2024-06-23 Thread Stephen Tenberg
Thanks for the reply! I found my obscure error. I am migrating a large application from another java webserver to Tomcat 9. To prototype the changes, I am using Ubuntu Multipass VMs on my mac. I share the application folders that reside on the mac to Ubuntu. Unfortunately since the mac filesyste

Re: The Import cannot be resolved

2024-06-23 Thread Holger Klawitter
Hi, I once had a similar experience when the tomcat process ran out of file handles. At some point tomcat wasn't able to open a file and cached the absence of that file. Later on tomcat still remembered the absence and threw errors just like yours. Stephen Tenberg wrote (at 2024-06-22 09:03 -0400

The Import cannot be resolved

2024-06-22 Thread Stephen Tenberg
Hello, I am trying to convert a large mature application to Tomcat 9. No WAR file is used, the files are statistically placed in directories. So far it's going pretty well and large parts of the application are working. A few minor incompatibilities have been solved. One sticking point has been