> De: gman [mailto:[EMAIL PROTECTED]] > Enviado el: mi�rcoles 2 de enero de 2002 18:16
> my tomcat 3.3 application works fine as a stand-alone > application using JDBC Realm authentication. When i > run it as an NT service using the supplied > jk_nt_service tool.. the authentication fails with the > message below. For some reason it is not sending the When tomcat runs from command line ( or by double clicking startup.bat ), it uses the logged in user ( it seems your are using same kind of nt or 2000) as the user for every other access from that program and thus being able to use all the facilities of the deskop, and particularly the registry.. Normally a service runs owned by user "system" that by default is not a desktop user ( whatever name MS has for this i dont recall), that is does not have access to every resource in the machine that needs autentication , such as the registry, or network access.. So the solution is to change the user of the service to anyone with desktop access, you can try first with "Administrator", and later when you see it working create a dedicated user, with lower rights, for the task of owning and running tomcat.. Saludos , Ignacio J. Ortega -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
