`

WTP配置JNDI

    博客分类:
  • java
阅读更多



 想要在WTP环境下面配置JNDI,有两种方式,一种是在Server工程的server.xml中编写jndi的xml标签,但是如果不想这么做,而是想在"conf\Catalina\localhost"下面新建个xml应该怎么做呢,直接在wtp的发布目录下的“conf\Catalina\localhost”中新建一个工程名.xml是不行的,因为每次服务器启动这个文件都会被覆盖。可以再工程的WebRoot/META-INF文件夹下面新建一个context.xml,把你的context配置和jndi配置写在这个文件里面,然后在打开服务器配置界面,勾选“publish module context to separate XML file”就大功告成了。启动服务器context.xml的内容会被复制到“conf\Catalina\localhost”中。

 

 

参考资料:

http://wiki.eclipse.org/WTP_Tomcat_FAQ#How_do_I_specify_the_Tomcat_context_configuration_for_my_Web_Application.3F

 

 

How do I specify the Tomcat context configuration for my Web Application?

The configuration within <Context> elements may be added to the server.xml file associated with the Tomcat server, after the project has been added to the server. Note that if the project is removed from the server, this configuration will be lost. You can save a copy of the configuration in some file in your project if you want to persist this information.

Another approach is use the support found in Tomcat 4.1 and later for specifying context configuration within a META-INF/context.xmlfile found in the Web application. If a project containing a META-INF/context.xml file is added to one of these Tomcat servers in WTP, the context configuration found in this file will be included in the context for that project when server.xml, or separate context XML file in WTP 2.0.x and later, is file copied as part of publishing the server. When adding the configuration from the META-INF/context.xml file, all child elements of the <Context> are copied as well as its attributes, excluding the "path" and "docBase" attributes.

 

  • 大小: 24.2 KB
分享到:
评论

相关推荐

    Eclipse 3.3配置WTP插件

    ### Eclipse 3.3配置WTP插件 #### 一、引言 Eclipse是一款流行的开源集成开发环境(IDE),广泛应用于Java应用开发以及其他多种语言的项目开发中。Web Tools Platform (WTP) 是Eclipse的一个插件集,用于支持Web和...

    eclipse(wtp)内存溢出相关配置文件

    eclipse(wtp)内存溢出解决办法 修改配置文件

    WTP1.5.3 开发ejb步骤

    在WTP1.5.3版本中,开发Enterprise JavaBeans (EJBs) 需要一系列步骤,这些步骤涉及环境配置、项目创建、EJB编写和部署。以下是详细的过程: 1. **环境准备**:首先,确保已安装Eclipse IDE,并通过Eclipse ...

    wtp.rar_web project_wtp_wtp系统_项目管理_项目管理 java

    在“wtp.rar”压缩包中,我们找到了核心的“wtp”文件,这通常包含了项目的源代码、配置文件以及可能的依赖库。要理解并运行这个项目,你需要具备一定的Java和Web开发知识,特别是对Spring框架、Maven或Gradle构建...

    eclipse wtp plugs 3

    eclipse wtp-R-3.0.5-20090521045405 请将文件名改为 wtp-R-3.03.fss 因为文件太大,Eclipse WTP Plugs 使用文件分割工具处理后上传的,先说明如下: 1. eclipse wtp plugs 1 ~ eclipse wtp plugs 4 是一份完整的...

    eclipse wtp plugs 2

    eclipse wtp-R-3.0.5-20090521045405 请将文件名改为 wtp-R-3.02.fss 因为文件太大,Eclipse WTP Plugs 使用文件分割工具处理后上传的,先说明如下: 1. eclipse wtp plugs 1 ~ eclipse wtp plugs 4 是一份完整的...

    使用WTP来构建你的WEB应用程序

    WTP允许你直接在IDE内配置和管理Web服务器,如Tomcat、Jetty等。在“Servers”视图中,可以添加新的服务器实例,配置端口、发布路径等参数。发布项目到服务器后,Eclipse会自动同步文件更改。 **6. 调试和测试** ...

    使用Eclipse及WTP插件开发JSP应用程序

    在本文档中,我们详细介绍了如何在Eclipse环境下安装并配置WTP插件来支持JSP应用程序的开发。以下是安装过程的具体步骤: 1. **安装JDK**: - 首先,你需要从Sun官方网站(现在为Oracle)下载最新版本的JDK(Java ...

    Eclipse_wtp_tomcat

    Eclipse_wtp_tomcatEclipse_wtp_tomcatEclipse_wtp_tomcatEclipse_wtp_tomcatEclipse_wtp_tomcatEclipse_wtp_tomcatEclipse_wtp_tomcatEclipse_wtp_tomcatEclipse_wtp_tomcat

    wtp-jem-sdk-R-1.5.4-200705021353.zip

    6. **Eclipse 目录结构**:"eclipse" 文件可能包含了一系列的插件和配置文件,这些文件会被解压到 MyEclipse 的 "plugins" 或 "dropins" 目录下,以更新或添加新的功能。 总的来说,这个软件包是为了提升 MyEclipse...

    WTP.zip_wtp_zip

    【WTP.zip_wtp_zip】是一个关于Web Tools Platform(WTP)的压缩文件,其中包含了一个名为"WTP.ppt...通过学习WTP,Web开发者可以提高工作效率,减少手动配置的工作量,专注于他们的核心业务——开发高质量的Web应用。

    基于WTP开发自定义的JSP编辑器

    这涉及配置编辑器的基本行为,如设置Document Provider和Source Viewer Configuration。 **3. 定制编辑器功能** 接下来,逐步集成上述提到的各种定制功能。例如,通过实现特定的Document Listener来添加自动提示...

    Eclipse WTP Web应用开发

    Eclipse WTP Web应用开发,(曼德尔),姚军等译。

    MyEclipse Web工程 完美移植到Eclipse WTP

    ### MyEclipse Web工程完美移植至Eclipse WTP:详细步骤与解析 #### 背景与挑战 在软件开发领域,开发工具的选择对项目的效率和团队协作有着至关重要的影响。MyEclipse作为一款功能丰富的集成开发环境(IDE),...

    eclipse WTP 1.2 插件 支持 jquery 1.6

    jQueryWTP一个让Eclipse WTP支持jQuery Javascript代码自动补全功能的Eclipse插件。 支持jquery 1.6

    eclipse wtp plugs 4

    wtp-R-3.0.5-20090521045405 请将文件名改为 wtp-R-3.04.fss 因为文件太大,Eclipse WTP Plugs 使用文件分割工具处理后上传的,先说明如下: 1. eclipse wtp plugs 1 ~ eclipse wtp plugs 4 是一份完整的 Eclipse ...

    wtp-jsdt-R-3.0

    "WTP-jsdt-R-3.0" 是一个专门为JavaScript开发设计的插件,它能够无缝地集成到Eclipse集成开发环境中。这个插件极大地提升了Eclipse对于JavaScript项目的开发、调试和管理能力,使得开发者能够在熟悉的Eclipse环境下...

    eclipse wtp plugs 0

    eclipse wtp-R-3.0.5-20090521045405 plugs 请将文件名改为 wtp-R-3.00.fsm 因为文件太大,Eclipse WTP Plugs 使用文件分割工具处理后上传的,先说明如下: 1. eclipse wtp plugs 1 ~ eclipse wtp plugs 4 是一份...

    eclipse wtp plugs 1

    eclipse wtp-R-3.0.5-20090521045405 plugs 请将文件名改为 wtp-R-3.01.fss 因为文件太大,Eclipse WTP Plugs 使用文件分割工具处理后上传的,先说明如下: 1. eclipse wtp plugs 1 ~ eclipse wtp plugs 4 是一份...

Global site tag (gtag.js) - Google Analytics