这是JBOSS Web服务吗? Tomcat?如何创建server.xml文件? [英] Is this a JBOSS web service? Tomcat? How to create a server.xml file?

查看:113
本文介绍了这是JBOSS Web服务吗? Tomcat?如何创建server.xml文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用以前的员工构建的Web服务,而我只是想弄清楚我需要查看哪些文档.我认为该Web服务正在使用JBOSS,因此正在使用Apache Tomcat.在该项目中,有几个Web服务,因此分辨哪个正在使用什么有些棘手. (什么是共享文件等). 第一个问题:如何验证它正在使用JBOSS?

I am working on a webservice that a previous employee built and I am just trying to figure out what documentation I need to be looking at. I think that the webservice is using JBOSS and therefore using Apache Tomcat. In the project there are several webservices so it is somewhat tricky to tell which is using what. (What are shared files etc). Question Number One: How can I verify that it is using JBOSS?

我的工作是使Web服务使用双向密钥交换.我之前已经做过,但是此webservce没有server.xml文件.我对这可能在哪里或者ws仅使用默认值感到困惑. 第二个问题:我可以创建一个新的server.xml吗?如果要创建一个,我应该在哪里链接它?我有:

My job is to make the webservice use bi-directional key exchange. I have done this before but this webservce does not have a server.xml file. I am confused about where this could be or if the ws is just using the default values. Question Number Two: Can I create a new server.xml? If I do create one where should I link it in? I have:

  • 文件夹:name.ear包含application.xml
  • 文件夹:name.war包含文件夹:WEB-INF包含:web.xml
  • name.wsdl

对于从事同一工作的其他人来说,这是web.xml的出色文档: http://wiki.metawerx.net/wiki/Web.xml

For anyone else working on the same thing this is a great documentation of web.xml: http://wiki.metawerx.net/wiki/Web.xml

推荐答案

JBoss正在将Tomcat用于Web应用程序,这意味着它们都存在:) 您可以在server/default/deploy/jbossweb-tomcat55.sar/conf/

JBoss is using Tomcat for web application, that means that there are both of them :) You can find server.xml somewhere at server/default/deploy/jbossweb-tomcat55.sar/conf/

检查 http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch01.html 了解有关JBoss基本配置的更多信息

Check http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch01.html for more information about JBoss basic configuration

这篇关于这是JBOSS Web服务吗? Tomcat?如何创建server.xml文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆