Nice to meet you. I think there are some points that beginners cannot reach, but let me ask you a question. Also, because of my work, there are some parts that I cannot talk about in detail, but I would appreciate your understanding.
We are developing business applications in a VM environment. When you log in to the application, you need to access the license server in another location to obtain a license. For debugging, when I run tomcat from eclipse, launch the application from a browser and try to log in I get the error "The license does not exist on the license server" and cannot log in to the application.
The usage environment is ・ TMware Workstation 12 Player ・ Eclipse Oxygen -Tomcat 7.0 is.
If you start Tomcat via a Windows service, you can log in to the application without any problems.
Currently, we have confirmed that the Tomcat execution user is different when starting Tomcat via the service and when starting via Eclipse. Service: Local System account Eclipse: VM login user
When I changed the Tomcat execution user of the service to the login user of the VM, I got the same error as starting via Eclipse.
Therefore, if anyone knows the following, I would like to lend you some wisdom. -Is there a way to change the Tomcat execution user via Eclipse? ・ There are other solutions and ideas (hypotheses are fine)
Thank you for your cooperation.
Recommended Posts