在windows2003遇到的此问题,由于一些安全原因,远程用户不能在管理组,然后启动tomcat7w.exe的时候遇到了此问题,总的原因就是tomcat7w联系到了注册表,而远程用户没有其控制的权限导致。如果只是用控制台的方法运行tomcat,就不会遇到此问题。
解决办法:
1、右键tomcat7w.exe,属性-> 兼容性-> 允许账户特权 打勾
2、打开注册表regedit
找到 HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tomcat7 右键,点击权限,给予目前远程用户所在的组"完全控制权限"。此步比较关键,总之目的是找到tomcat在注册表中的具体服务位置,然后添加其权限,也许不同情景会有稍微不同。
设置完毕后,远程用户就可以打开tomcat7w了。
相关推荐
VMware安装失败 “Failed to create the requested registry key Key,亲测成功解决问题
### 故障处理:Oracle ORA-01565 "Unable To Open Spfile" 错误 #### 故障背景与概述 在Oracle数据库管理过程中,遇到ORA-01565错误提示是一个较为常见的问题,特别是对于采用RAC(Real Application Clusters)...
### Oracle Service Registry (OSR) UDDI 的安装与使用详解 #### 一、概述 Oracle Service Registry (OSR) 是一个重要的组件,用于管理、发布和服务发现等操作。它支持多种类型的部署,包括Standalone registry、...
信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Java\jre1.5.0_11\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\...
### WebSphere Service Registry and Repository (WSRR) Handbook #### 一、概述 《WebSphere Service Registry and Repository Handbook》是一本详细介绍IBM WebSphere Service Registry and Repository(WSRR)...
标题中的“Error opening registry key 'Software\\JavaSoft\\Java Runtime Environment”是一个常见的错误信息,通常在尝试访问或修改与Java运行环境相关的注册表键时出现。注册表是Windows操作系统中的一个重要...
### Tomcat与IIS集成全攻略:实现无缝Web服务 #### 概述 在Web开发领域,Apache Tomcat和Microsoft Internet Information Services(IIS)分别是Java应用和.NET应用的热门服务器选择。然而,在某些场景下,为了...
在探讨Hibernate ORM的新特性——Service Registry之前,我们首先要理解Hibernate ORM的基本概念。Hibernate是一个流行的开源对象关系映射(ORM)框架,它允许开发者使用面向对象的编程语言(如Java)来处理数据库...
易语言修改注册表(Easy language to modify the registry)
安装Mysql-python时报错Adding Python Information to the Windows Registry 需要使用register.py cmd python register.py
The first book of its kind EVER -- Windows Registry Forensics provides the background of the Registry to help develop an understanding of the binary structure of Registry hive files. Approaches to ...
This example demonstrates how to edit the registry so your application is associated with a certain file extension.
OSGi(Open Service Gateway Initiative)是一个开放标准,它定义了一种模块化系统,用于在Java平台上构建动态、可管理的应用程序。这个技术最初的目标是为家庭网络设备提供服务网关,但随着时间的推移,其应用范围...
Caused by: org.hibernate.boot.registry.selector.spi.StrategySelectionException: Unable to resolve name [org.hibernate.connection.C3P0ConnectionProvider] as strategy [org.hibernate.engine.jdbc.... ...
When we try to pull an image from a private Docker registry, such as Harbor, we may encounter an error message indicating that we are unauthorized to access the repository. This is because the Docker ...
In addition to all the standard features, Registry Workshop adds a variety of powerful features that allow you to work faster and more efficiently with registry related tasks. With Registry Workshop,...
map a registry file to a system registry key
本篇文章将详细讲解如何解决Tomcat的跨域问题。 1. 同源策略与跨域问题: 同源策略是浏览器为了保护用户信息安全而实施的一种安全机制,它限制了脚本只能访问与当前页面同源的资源。然而,在现代Web应用中,前后端...
3. 执行操作:使用`Registry`类提供的方法,如`openKey`、`createKey`、`getValue`、`setValue`、`deleteKey`等,执行相应的读写操作。 4. 错误处理:注意捕获并处理可能出现的异常,如`RegistryException`,以确保...