webapps
- 网络目录
-
One level down from that directory you 'll see a subdirectory called webapps .
在该目录的下一级目录中,您会看到名为webapps的子目录。
-
The webapps directory is the where you install the components of your Web applications .
webapps目录是安装您的Web应用程序组件的地方。
-
Integrating other webapps into your web application via API 's is the final frontier of rich web development .
通过API把其他web应用集成到你的web应用里是现在富web开发的前沿地带。
-
An Object Oriented Method to Modeling Webapps : OOHDM
面向对象的Web建模技术OOHDM
-
In the Destination field , browse to the Tomcat webapps folder .
在Destination字段中,浏览到Tomcatwebapps文件夹。
-
So create a directory called slicr within webapps .
因此在webapps内创建一个名为slicr的目录。
-
This is a standard WAR file that you can deploy into the Tomcat webapps directory .
这是一个标准的WAR文件,可以将其部署到Tomcatwebapps目录。
-
This should already be in your Tomcat installation under the / webapps / examples directory .
这个应用程序应该在Tomcat系统中的/webapps/examples目录下面。
-
Unlike the classic version of Tomcat , there is no default webapps directory to hold all the applications .
与Tomcat的传统版本不同,不存在默认的webapps目录来保存所有应用程序。
-
Nowadays , modern webapps and browsers are extensible with with bits of software that bolt onto them and add features .
如今的Web应用程序和浏览器都可以通过一些扩展软件来丰富自己的功能。
-
When you start Tomcat , explode your WAR file to create a CAS directory within Tomcat / webapps .
在启动Tomcat时,用WAR文件在Tomcat/webapps中创建一个CAS目录。
-
The Pluto portal driver resides in the PLUTO_HOME / webapps / pluto directory .
Pluto门户驱动程序驻留在PLUTOHOME/webapps/pluto目录中。
-
Once unzipped , there will be a webapps / Ajax directory under your Mozilla Firefox home directory .
解压后,在MozillaFirefox主目录下会有一个webapps/Ajax目录。
-
To start up the sample application , run Ant [ REF ] and build the WAR target , then copy it to your Tomcat webapps directory and start Tomcat .
启动示例应用程序的方法是,运行Ant[REF]并构建WAR目标,然后把它复制到Tomcatwebapps目录并启动Tomcat。
-
I placed my Derby database inside the Tomcat webapps / slicr directory , at the same level as the WEB-INF directory , so my code looks like this
我把Derby数据库放入了Tomcatwebapps/slicr目录,这是与WEB-INF目录同级的目录,因此我的代码显示如下
-
Download the WAR file from the Download section and save it to your Tomcat folder : webapps , where TOMCAT_HOME is where your Tomcat server is installed .
从下载部分下载WAR文件并把它保存到Tomcat文件夹webapps中,其中的TOMCATHOME是安装Tomcat服务器的位置。
-
The first version of this example , located in the webapps / dwi18n / multdir / directory of the sample code distribution , makes use of multiple sets of JSP pages .
示例的第一个版本位于示例代码发行包的webapps/dwi18n/multdir/目录中,它运用了多组JSP页面。
-
Ready ! A WAR folder is generated with the Web application in the [ dir ] / dist folder and is also copied to the webapps dir of Tomcat .
现在,在[dir]/dist文件夹中会生成Web应用程序的Web文件夹,还将它复制到Tomcat的webapps目录中。
-
Alternately , you could convert the compiled classes to a JAR file using the tool of your choice , and then place that JAR file in the webapps / slicer / WEB-INF / lib directory .
另一种方法是:可以使用您喜爱的工具把已编译的类转换为JAR文件,然后将JAR文件放入webapps/slicer/WEB-INF/lib目录。