app-servers.xml.svn-base
来自「portal越来越流行了」· SVN-BASE 代码 · 共 160 行
SVN-BASE
160 行
<?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under one or morecontributor license agreements. See the NOTICE file distributed withthis work for additional information regarding copyright ownership.The ASF licenses this file to You under the Apache License, Version 2.0(the "License"); you may not use this file except in compliance withthe License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express orimplied.See the License for the specific language governing permissions andlimitations under the License.--><document> <properties> <title>Supported Application Servers</title> </properties> <body> <section name="Supported Application Servers"> <p>The following application servers have been tested with Pluto 1.1:</p> <p> <table> <tr> <th>App Server</th> <th>Version</th> <th>Status</th> <th>Notes</th> </tr> <tr> <td>Tomcat</td> <td>5.5.9</td> <td>WORKING</td> <td> Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> to install the container and portal into Tomcat. Make sure the <Connector> element in Tomcat's conf/server.xml file has the attribute <code>emptySessionPath=true</code> set. </td> </tr> <tr> <td>Tomcat</td> <td>5.5.12</td> <td>MANUAL</td> <td> Tomcat contains a bug and does not recognize the context configuration. Manual Installation and renaming will work. </td> </tr> <tr> <td>Tomcat</td> <td>5.5.17</td> <td>Working</td> <td> Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> to install the container and portal into Tomcat. </td> </tr> <tr> <td>Tomcat</td> <td>5.5.20</td> <td>Working</td> <td> Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> to install the container and portal into Tomcat. </td> </tr> <tr> <td>Tomcat</td> <td>5.5.23</td> <td>Working</td> <td> Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> to install the container and portal into Tomcat. </td> </tr> <tr> <td>Tomcat</td> <td>6.0.13</td> <td>Working</td> <td> Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> to install the container and portal into Tomcat. Make sure the <Connector> element in Tomcat's conf/server.xml file has the attribute <code>emptySessionPath=true</code> set. </td> </tr> <tr> <td>Tomcat</td> <td>5.5.20</td> <td>Working</td> <td> Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> to install the container and portal into Tomcat. Make sure the <Connector> element in Tomcat's conf/server.xml file has the attribute <code>emptySessionPath=true</code> set. </td> </tr> <tr> <td>Tomcat</td> <td>5.5.23</td> <td>Working</td> <td> Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> to install the container and portal into Tomcat. Make sure the <Connector> element in Tomcat's conf/server.xml file has the attribute <code>emptySessionPath=true</code> set. </td> </tr> <tr> <td>Tomcat</td> <td>6.0.13</td> <td>Working</td> <td> Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> to install the container and portal into Tomcat. Make sure the <Connector> element in Tomcat's conf/server.xml file has the attribute <code>emptySessionPath=true</code> set. </td> </tr> <tr> <td>Sun Java System Application Server (Glassfish)</td> <td>9.1 build 25</td> <td>WORKING</td> <td>Installation instructions are <a href="http://wiki.apache.org/portals/Pluto/InstallPlutoGlassfish">here</a> on the Pluto wiki.</td> </tr> <tr> <td>Jetty</td> <td>5.1.5rc2</td> <td>BEING FIXED</td> <td>Deployment Descriptor Error. See Issue Log.</td> </tr> <tr> <td>WebLogic</td> <td></td> <td>UNTESTED</td> <td></td> </tr> <tr> <td>WebSphere</td> <td></td> <td>UNTESTED</td> <td></td> </tr> </table> </p> </section> </body> </document>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?